@@ -6,7 +6,7 @@ plugins {
66 id ' com.github.hierynomus.license' version ' 0.16.1'
77}
88
9- version = ' 2.2.0 '
9+ version = ' 2.2.1 '
1010sourceCompatibility = 1.8
1111targetCompatibility = 1.8
1212
@@ -25,19 +25,19 @@ artifacts {
2525
2626dependencies {
2727 implementation ' org.apache.httpcomponents.client5:httpclient5:5.3.1'
28- implementation ' com.fasterxml.jackson.core:jackson-databind:2.16 .1'
29- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16 .1'
28+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.17 .1'
29+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17 .1'
3030 implementation ' org.slf4j:slf4j-api:1.7.36'
3131
32- compileOnly ' org.projectlombok:lombok:1.18.30 '
33- annotationProcessor ' org.projectlombok:lombok:1.18.30 '
32+ compileOnly ' org.projectlombok:lombok:1.18.34 '
33+ annotationProcessor ' org.projectlombok:lombok:1.18.34 '
3434
35- testImplementation ' com.google.guava:guava:33.0.0 -jre'
36- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.2 '
37- testImplementation ' org.assertj:assertj-core:3.25.3 '
35+ testImplementation ' com.google.guava:guava:33.2.1 -jre'
36+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.3 '
37+ testImplementation ' org.assertj:assertj-core:3.26.0 '
3838 testImplementation ' org.mock-server:mockserver-netty:5.15.0'
3939
40- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.2 '
40+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.3 '
4141}
4242
4343downloadLicenses {
0 commit comments