mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Merge branch 'master' into add-back-hsqldb
This commit is contained in:
commit
0348fa0d2e
5 changed files with 99 additions and 7 deletions
12
build.gradle
12
build.gradle
|
@ -15,12 +15,12 @@ dependencies {
|
|||
implementation 'commons-io:commons-io:2.14.0'
|
||||
implementation 'it.unimi.dsi:fastutil-core:8.5.12'
|
||||
implementation 'commons-codec:commons-codec:1.16.0'
|
||||
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
|
||||
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
|
||||
implementation 'com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor:8cf9a4aef0919df2ef1baafd30ab5bfefefc0844'
|
||||
implementation 'com.github.FireMasterK:nanojson:9f4af3b739cc13f3d0d9d4b758bbe2b2ae7119d7'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.16.0'
|
||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0'
|
||||
implementation 'com.rometools:rome:2.1.0'
|
||||
implementation 'com.rometools:rome-modules:2.1.0'
|
||||
implementation 'org.jsoup:jsoup:1.16.1'
|
||||
|
@ -33,8 +33,8 @@ dependencies {
|
|||
implementation 'org.postgresql:postgresql:42.6.0'
|
||||
implementation 'org.hibernate:hibernate-core:6.3.1.Final'
|
||||
implementation 'org.hibernate:hibernate-hikaricp:6.3.1.Final'
|
||||
implementation 'org.liquibase:liquibase-core:4.23.2'
|
||||
implementation('org.liquibase.ext:liquibase-yugabytedb:4.23.2') { exclude group: 'org.liquibase' }
|
||||
implementation 'org.liquibase:liquibase-core:4.25.0'
|
||||
implementation('org.liquibase.ext:liquibase-yugabytedb:4.24.0') { exclude group: 'org.liquibase' }
|
||||
implementation 'com.zaxxer:HikariCP:5.0.1'
|
||||
implementation 'org.springframework.security:spring-security-crypto:6.1.4'
|
||||
implementation 'commons-logging:commons-logging:1.2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue