Skip to content

Commit 13b8120

Browse files
committed
bump jackson to 2.9.9 in groovy
1 parent 9a7a3c9 commit 13b8120

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/swagger-codegen/src/main/resources/Groovy/build.gradle.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424

2525
ext {
2626
swagger_annotations_version = "1.5.8"
27-
jackson_version = "2.7.0"
27+
jackson_version = "2.9.9"
2828
}
2929

3030
dependencies {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.3-SNAPSHOT
1+
2.4.8-SNAPSHOT

samples/client/petstore/groovy/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424

2525
ext {
2626
swagger_annotations_version = "1.5.8"
27-
jackson_version = "2.7.0"
27+
jackson_version = "2.9.9"
2828
}
2929

3030
dependencies {

0 commit comments

Comments
 (0)