Skip to content

Commit

Permalink
Bump gson to 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed May 25, 2024
1 parent f1682d6 commit 976295e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Configuration for https://github.com/asdf-vm/asdf as an alternative to jabba, rvm, nvm etc
java temurin-17.0.11+9
nodejs 20.12.2
nodejs 20.13.1
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ configurations {
}

dependencies {
compileOnly 'cd.go.plugin:go-plugin-api:23.5.0'
implementation 'com.google.code.gson:gson:2.10.1'
compileOnly 'cd.go.plugin:go-plugin-api:24.1.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation('org.postgresql:postgresql:42.7.3') {
exclude(module: 'checker-qual')
}
Expand Down

0 comments on commit 976295e

Please sign in to comment.