Skip to content

Commit

Permalink
Fix Jackson dependency inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed Mar 5, 2020
1 parent cb80863 commit 93c1120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ repositories {
}

dependencies {
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.0'
compile 'com.fasterxml.jackson.core:jackson-databind:2.10.3'

testCompile 'junit:junit:4.12'
testCompile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.10.0'
testCompile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.10.3'
}

ext {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This file is only here to enable the Github dependency graph.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.3</version>
<version>2.10.3</version>
<type>jar</type>
</dependency>

Expand All @@ -33,7 +33,7 @@ This file is only here to enable the Github dependency graph.
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.9.10</version>
<version>2.10.3</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 93c1120

Please sign in to comment.