Skip to content

Commit

Permalink
Bump Jackson version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsga committed May 14, 2022
1 parent 82743f1 commit bd3f684
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Expand Up @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2'
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
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.12.0</version>
<version>2.13.2.2</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.12.0</version>
<version>2.13.2</version>
<type>jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit bd3f684

Please sign in to comment.