File tree 3 files changed +3
-3
lines changed
hibernate-postgres-json-support
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dependencies {
2
2
3
3
compile project(' :persistence' )
4
4
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 '
6
6
compile group : ' org.flywaydb' , name : ' flyway-core' , version : ' 5.2.4'
7
7
compile group : ' org.postgresql' , name : ' postgresql' , version : ' 42.2.5'
8
8
compile group : ' org.apache.logging.log4j' , name : ' log4j-core' , version :' 2.11.1'
Original file line number Diff line number Diff line change 1
1
dependencies {
2
2
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 '
4
4
5
5
testCompile group : ' junit' , name : ' junit' , version : ' 4.12'
6
6
}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ dependencies {
48
48
compile group : ' org.apache.logging.log4j' , name : ' log4j-slf4j-impl' , version : ' 2.11.1'
49
49
compile group : ' com.sparkjava' , name : ' spark-core' , version : ' 2.8.0'
50
50
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 '
52
52
compile group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : ' 2.9.7'
53
53
compile group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jdk8' , version : ' 2.9.7'
54
54
You can’t perform that action at this time.
0 commit comments