@@ -10,42 +10,43 @@ repositories {
1010}
1111
1212dependencies {
13- implementation ' org.apache.commons:commons-lang3:3.13 .0'
14- implementation ' org.apache.commons:commons-text:1.10 .0'
15- implementation ' commons-io:commons-io:2.14.0 '
16- implementation ' it.unimi.dsi:fastutil-core:8.5.12 '
17- implementation ' commons-codec:commons-codec:1.16 .0'
18- implementation ' org.bouncycastle:bcprov-jdk15on :1.70 '
19- implementation ' com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor:48beff184a9792c4787cfa05fce577c3adf89f56 '
13+ implementation ' org.apache.commons:commons-lang3:3.14 .0'
14+ implementation ' org.apache.commons:commons-text:1.12 .0'
15+ implementation ' commons-io:commons-io:2.16.1 '
16+ implementation ' it.unimi.dsi:fastutil-core:8.5.13 '
17+ implementation ' commons-codec:commons-codec:1.17 .0'
18+ implementation ' org.bouncycastle:bcprov-jdk18on :1.78.1 '
19+ implementation ' com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor:a64e202bb498032e817a702145263590829f3c1d '
2020 implementation ' com.github.FireMasterK:nanojson:9f4af3b739cc13f3d0d9d4b758bbe2b2ae7119d7'
2121 implementation ' com.nimbusds:oauth2-oidc-sdk:11.5'
22- implementation ' com.fasterxml.jackson.core:jackson-core:2.15 .2'
23- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.15 .2'
24- implementation ' com.fasterxml.jackson.core:jackson-databind:2.15 .2'
22+ implementation ' com.fasterxml.jackson.core:jackson-core:2.17 .2'
23+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.17 .2'
24+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17 .2'
2525 implementation ' com.rometools:rome:2.1.0'
2626 implementation ' com.rometools:rome-modules:2.1.0'
27- implementation ' org.jsoup:jsoup:1.16 .1'
27+ implementation ' org.jsoup:jsoup:1.18 .1'
2828 implementation ' io.activej:activej-common:5.5'
2929 implementation ' io.activej:activej-http:5.5'
3030 implementation ' io.activej:activej-boot:5.5'
3131 implementation ' io.activej:activej-specializer:5.5'
3232 implementation ' io.activej:activej-launchers-http:5.5'
33- implementation ' org.postgresql:postgresql:42.6.0'
34- implementation ' org.hibernate:hibernate-core:6.3.1.Final'
35- implementation ' org.hibernate:hibernate-hikaricp:6.3.1.Final'
36- implementation ' org.liquibase:liquibase-core:4.23.2'
37- implementation(' org.liquibase.ext:liquibase-yugabytedb:4.23.2' ) { exclude group : ' org.liquibase' }
38- implementation ' com.zaxxer:HikariCP:5.0.1'
39- implementation ' org.springframework.security:spring-security-crypto:6.1.4'
40- implementation ' commons-logging:commons-logging:1.2'
41- implementation(platform(" com.squareup.okhttp3:okhttp-bom:4.11.0" ))
33+ implementation ' org.hsqldb:hsqldb:2.7.3'
34+ implementation ' org.postgresql:postgresql:42.7.3'
35+ implementation ' org.hibernate:hibernate-core:6.4.1.Final'
36+ implementation ' org.hibernate:hibernate-hikaricp:6.4.1.Final'
37+ implementation ' org.liquibase:liquibase-core:4.28.0'
38+ implementation(' org.liquibase.ext:liquibase-yugabytedb:4.28.0' ) { exclude group : ' org.liquibase' }
39+ implementation ' com.zaxxer:HikariCP:5.1.0'
40+ implementation ' org.springframework.security:spring-security-crypto:6.3.1'
41+ implementation ' commons-logging:commons-logging:1.3.3'
42+ implementation(platform(" com.squareup.okhttp3:okhttp-bom:4.12.0" ))
4243 implementation ' com.squareup.okhttp3:okhttp'
4344 implementation ' com.squareup.okhttp3:okhttp-brotli'
44- implementation ' io.sentry:sentry:6.30 .0'
45- implementation ' rocks.kavin:reqwest4j:1.0.12 '
46- implementation ' io.minio:minio:8.5.6 '
47- compileOnly ' org.projectlombok:lombok:1.18.30 '
48- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
45+ implementation ' io.sentry:sentry:7.11 .0'
46+ implementation ' rocks.kavin:reqwest4j:1.0.14 '
47+ implementation ' io.minio:minio:8.5.11 '
48+ compileOnly ' org.projectlombok:lombok:1.18.34 '
49+ annotationProcessor ' org.projectlombok:lombok:1.18.34 '
4950}
5051
5152shadowJar {
6061 }
6162}
6263
64+ java {
65+ sourceCompatibility = JavaVersion . VERSION_21
66+ targetCompatibility = JavaVersion . VERSION_21
67+ }
68+
6369group = ' me.kavin.piped'
6470version = ' 1.0'
65- sourceCompatibility = JavaVersion . VERSION_21
66- targetCompatibility = JavaVersion . VERSION_21
0 commit comments