File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
33 id ' org.openapi.generator' version ' 7.14.0'
4- id ' com.diffplug.spotless' version ' 7.0.4 '
4+ id ' com.diffplug.spotless' version ' 7.1.0 '
55 id ' jacoco'
66 id ' maven-publish'
77 id " com.github.ben-manes.versions" version " 0.52.0"
@@ -58,19 +58,19 @@ sourceSets {
5858}
5959
6060dependencies {
61- implementation ' com.fasterxml.jackson.core:jackson-core:2.19.1 ' // Use a compatible version
62- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1 ' // For Java 8 date/time
61+ implementation ' com.fasterxml.jackson.core:jackson-core:2.19.2 ' // Use a compatible version
62+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2 ' // For Java 8 date/time
6363 implementation ' org.slf4j:slf4j-api:2.0.17'
6464 implementation ' ch.qos.logback:logback-classic:1.5.18'
6565 // If you use the validation, also add this
66- implementation ' io.swagger.parser.v3:swagger-parser:2.1.30 '
66+ implementation ' io.swagger.parser.v3:swagger-parser:2.1.31 '
6767 implementation ' io.swagger.core.v3:swagger-annotations:2.2.34'
6868
6969 implementation ' javax.annotation:javax.annotation-api:1.3.2'
7070
7171 implementation ' org.openapitools:jackson-databind-nullable:0.2.6'
7272
73- testImplementation(platform(' org.junit:junit-bom:5.13.2 ' ))
73+ testImplementation(platform(' org.junit:junit-bom:5.13.3 ' ))
7474 testImplementation ' org.junit.jupiter:junit-jupiter-api'
7575 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
7676 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
You can’t perform that action at this time.
0 commit comments