Skip to content

Commit

Permalink
#CRED-0 - Update dependency com.google.code.gson:gson to v2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent ee0f233 commit 2732f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion masterBuild/gradle/versioning.gradle
Expand Up @@ -86,7 +86,7 @@ ext {
// renovatem depname=org.codehaus.groovy:groovy-jsr223
GROOVY_VERSION = "3.0.9"
// renovatem depname=com.google.code.gson:gson
GSON_VERSION = "2.8.2"
GSON_VERSION = "2.10"
// renovatem depname=com.h2database:h2
H2_DRIVER_VERSION = "1.4.199"
// renovatem depname=org.hamcrest:hamcrest
Expand Down
2 changes: 1 addition & 1 deletion versioning.gradle
Expand Up @@ -11,7 +11,7 @@ ext {
// for a maven source

// renovatem depname=com.google.code.gson:gson
GSON_VERSION = "2.8.2"
GSON_VERSION = "2.10"
// renovatem depname=com.h2database:h2
H2_DRIVER_VERSION = "1.4.200"
// renovatem depname=org.hamcrest:hamcrest
Expand Down

0 comments on commit 2732f91

Please sign in to comment.