Skip to content

Commit

Permalink
GROOVY-10487: Bump gson (test dependency) to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Feb 16, 2022
1 parent ac5599f commit a2fbcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/groovy-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
}
}
testRuntimeOnly project(':groovy-ant') // for JavadocAssertionTests
testRuntimeOnly 'com.google.code.gson:gson:2.8.9' // json-unit requires gson, jackson1 or jackson2
testRuntimeOnly 'com.google.code.gson:gson:2.9.0' // json-unit requires gson, jackson1 or jackson2
}

plugins.withId('eclipse') {
Expand Down

0 comments on commit a2fbcd3

Please sign in to comment.