File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ version = "1.5.1"
15
15
dependencies {
16
16
implementation(" jakarta.annotation:jakarta.annotation-api:3.0.0" )
17
17
implementation(" com.google.code.findbugs:jsr305:3.0.2" )
18
- implementation(" com.fasterxml.jackson.core:jackson-core:2.17.1 " )
19
- implementation(" com.fasterxml.jackson.core:jackson-annotations:2.17.1 " )
20
- implementation(" com.fasterxml.jackson.core:jackson-databind:2.17.1 " )
21
- implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1 " )
18
+ implementation(" com.fasterxml.jackson.core:jackson-core:2.17.2 " )
19
+ implementation(" com.fasterxml.jackson.core:jackson-annotations:2.17.2 " )
20
+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.17.2 " )
21
+ implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2 " )
22
22
implementation(" org.openapitools:jackson-databind-nullable:0.2.6" )
23
23
implementation(" io.mikael:urlbuilder:2.0.9" )
24
24
25
- testImplementation(" org.wiremock:wiremock:3.5.4 " )
26
- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.2 " )
27
- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.2 " )
25
+ testImplementation(" org.wiremock:wiremock:3.9.1 " )
26
+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11.0 " )
27
+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.0 " )
28
28
}
29
29
30
30
buildConfig {
You can’t perform that action at this time.
0 commit comments