Skip to content

Commit

Permalink
Upgrading to Jackson 2.13.2 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigatk committed May 1, 2022
1 parent 180d8be commit 9822682
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ logbackVersion=1.2.11
okHttpVersion=4.9.3
retrofitVersion=2.9.0

jacksonVersion=2.13.1
jacksonDatabindVersion=2.13.2.2
jacksonVersion=2.13.2

postgresDriverVersion=42.3.4

Expand Down
2 changes: 1 addition & 1 deletion publishers/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ version = "8.0.2"
dependencies {
implementation("com.squareup.okhttp3:okhttp:${okHttpVersion}")

implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"

implementation "io.github.resilience4j:resilience4j-retry:1.7.1"

Expand Down
2 changes: 1 addition & 1 deletion server/parsing/coverage-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation project(':server:parsing:jacoco-xml-parser')
implementation project(':server:parsing:jest-xml-parser')

implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion"

testImplementation(project(':server:test:coverage-fixtures'))
Expand Down
2 changes: 1 addition & 1 deletion server/parsing/grouped-results-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonVersion"
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"

testImplementation "org.spockframework:spock-core:$spockVersion"

Expand Down

0 comments on commit 9822682

Please sign in to comment.