Skip to content

Commit

Permalink
GEM-3160: Bump jackson-databind from 2.9.10.7 to 2.9.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
onichols-pivotal committed Dec 21, 2020
1 parent 868f32b commit 6b05b2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boms/geode-all-bom/src/test/resources/expected-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.7</version>
<version>2.9.10.8</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class DependencyConstraints implements Plugin<Project> {
}
}

dependencySet(group: 'com.fasterxml.jackson.core', version: '2.9.10.7') {
dependencySet(group: 'com.fasterxml.jackson.core', version: '2.9.10.8') {
entry('jackson-databind')
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ lib/httpcore-4.4.10.jar
lib/istack-commons-runtime-2.2.jar
lib/jackson-annotations-2.9.10.jar
lib/jackson-core-2.9.10.jar
lib/jackson-databind-2.9.10.7.jar
lib/jackson-databind-2.9.10.8.jar
lib/jansi-1.17.1.jar
lib/javax.activation-1.2.0.jar
lib/javax.activation-api-1.2.0.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ httpcore-4.4.10.jar
istack-commons-runtime-2.2.jar
jackson-annotations-2.9.10.jar
jackson-core-2.9.10.jar
jackson-databind-2.9.10.7.jar
jackson-databind-2.9.10.8.jar
jansi-1.17.1.jar
javax.activation-1.2.0.jar
javax.activation-api-1.2.0.jar
Expand Down

0 comments on commit 6b05b2f

Please sign in to comment.