Skip to content

Commit

Permalink
Update Gson library to version 2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adiras committed Feb 24, 2024
1 parent 7d6c68b commit 24bc87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
implementation group: 'com.typesafe', name: 'config', version: '1.4.0'
implementation group: 'org.tinylog', name: 'tinylog-api', version: '2.0.1'
implementation group: 'org.tinylog', name: 'tinylog-impl', version: '2.0.1'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
implementation "org.codehaus.groovy:groovy:3.0.7"
testImplementation platform("org.spockframework:spock-bom:2.0-M4-groovy-3.0")
testImplementation "org.spockframework:spock-core"
Expand Down

0 comments on commit 24bc87f

Please sign in to comment.