Skip to content

Commit 09f86c8

Browse files
Bump jackson-databind from 2.9.7 to 2.9.8
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.7 to 2.9.8. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent d80fc83 commit 09f86c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

db-migrations/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dependencies {
22

33
compile project(':persistence')
44

5-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.7'
5+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.8'
66
compile group: 'org.flywaydb', name: 'flyway-core', version: '5.2.4'
77
compile group: 'org.postgresql', name: 'postgresql', version: '42.2.5'
88
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version:'2.11.1'
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
compile group: 'org.hibernate', name: 'hibernate-entitymanager', version: '5.3.7.Final'
3-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.7'
3+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.8'
44

55
testCompile group: 'junit', name: 'junit', version: '4.12'
66
}

rest-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.11.1'
4949
compile group: 'com.sparkjava', name: 'spark-core', version: '2.8.0'
5050

51-
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.7'
51+
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.8'
5252
compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.9.7'
5353
compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jdk8', version: '2.9.7'
5454

0 commit comments

Comments
 (0)