@@ -4,11 +4,11 @@ plugins {
44 id ' signing'
55 id ' com.diffplug.spotless' version ' 6.11.0'
66 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
7- id ' io.github.goooler.shadow' version ' 8.1.7 ' apply false
7+ id ' io.github.goooler.shadow' version ' 8.1.8 ' apply false
88}
99
1010group = " com.incognia"
11- version = " 3.13 .0"
11+ version = " 3.14 .0"
1212
1313task createProjectVersionFile {
1414 def projectVersionDir = " $projectDir /src/main/java/com/incognia/api"
@@ -34,19 +34,19 @@ configurations {
3434}
3535
3636ext {
37- lombokVersion = ' 1.18.32 '
37+ lombokVersion = ' 1.18.42 '
3838}
3939
4040dependencies {
4141 compileOnly " org.projectlombok:lombok:$lombokVersion "
4242 annotationProcessor " org.projectlombok:lombok:$lombokVersion "
43- implementation platform(" com.squareup.okhttp3:okhttp-bom:4.12.0 " )
43+ implementation platform(" com.squareup.okhttp3:okhttp-bom:5.3.2 " )
4444 implementation " com.squareup.okhttp3:okhttp"
4545 implementation " com.fasterxml.jackson.core:jackson-databind:2.17.1"
4646
47- testImplementation ' com.auth0:java-jwt:4.4 .0'
48- testImplementation ' commons-io:commons-io:2.16.1 '
49- testImplementation ' org.assertj:assertj-core:3.26.0 '
47+ testImplementation ' com.auth0:java-jwt:4.5 .0'
48+ testImplementation ' commons-io:commons-io:2.21.0 '
49+ testImplementation ' org.assertj:assertj-core:3.27.7 '
5050 testImplementation ' org.mockito:mockito-core:4.11.0'
5151 testImplementation ' org.mockito:mockito-inline:4.11.0'
5252 testImplementation ' org.mockito:mockito-junit-jupiter:4.11.0'
0 commit comments