Skip to content

Commit

Permalink
Merge pull request #226 from bendavies99/dependabot/gradle/com.google…
Browse files Browse the repository at this point in the history
….code.gson-gson-2.10.1

build(deps): bump com.google.code.gson:gson from 2.8.6 to 2.10.1
  • Loading branch information
bendavies99 committed Jun 5, 2023
2 parents cc536fc + 08da5da commit 11bf875
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation 'org.projectlombok:lombok:1.18.18'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
annotationProcessor 'org.projectlombok:lombok:1.18.18'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.10.1'
compile 'com.github.zafarkhaja:java-semver:0.9.0'
implementation 'commons-io:commons-io:2.12.0'

Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

implementation 'org.projectlombok:lombok:1.18.18'
implementation 'com.discord4j:discord4j-core:3.1.3'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.xerial:sqlite-jdbc:3.34.0'
implementation 'net.bytebuddy:byte-buddy:1.11.14'
implementation 'org.apache.commons:commons-lang3:3.11'
Expand Down

0 comments on commit 11bf875

Please sign in to comment.