11[versions ]
2- google-java-format = " 1.34 .1"
2+ google-java-format = " 1.36 .1"
33google-osdetector = " 1.7.3"
4- jackson = " 2.17.2"
5- jakarta-annotation-api = " 2.0.0"
6- jersey = " 3.1.7"
7- junit = " 5.10.2"
8- junit-platform-launcher = " 1.14.3"
4+ jackson = " 2.22.1"
5+ jackson-annotations = " 2.22"
6+ jakarta-annotation-api = " 2.1.1"
7+ jersey = " 3.1.12"
8+ junit = " 5.14.4"
9+ junit-platform-launcher = " 1.14.4"
910mockito = " 3.12.4"
1011openapi = " 7.16.0"
11- swagger-annotations = " 2.2.22"
1212
1313[libraries ]
14- jackson-annotations = { module = " com.fasterxml.jackson.core:jackson-annotations" , version.ref = " jackson" }
14+ jackson-annotations = { module = " com.fasterxml.jackson.core:jackson-annotations" , version.ref = " jackson-annotations " }
1515jackson-core = { module = " com.fasterxml.jackson.core:jackson-core" , version.ref = " jackson" }
1616jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" , version.ref = " jackson" }
1717jackson-jsr310 = { module = " com.fasterxml.jackson.datatype:jackson-datatype-jsr310" , version.ref = " jackson" }
@@ -25,7 +25,6 @@ junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.re
2525junit-jupiter-engine = { module = " org.junit.jupiter:junit-jupiter-engine" , version.ref = " junit" }
2626junit-platform-launcher = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit-platform-launcher" }
2727mockito = { module = " org.mockito:mockito-core" , version.ref = " mockito" }
28- swagger-annotations = { module = " io.swagger.core.v3:swagger-annotations" , version.ref = " swagger-annotations" }
2928
3029[plugins ]
3130openapi-generator = { id = " org.openapi.generator" , version.ref = " openapi" }
0 commit comments