Skip to content

Commit

Permalink
Merge pull request #50 from CubeWhyMC/dependabot/gradle/com.google.co…
Browse files Browse the repository at this point in the history
…de.gson-gson-2.11.0

Bump com.google.code.gson:gson from 2.10.1 to 2.11.0
  • Loading branch information
cubewhy authored May 25, 2024
2 parents ff1e912 + 542b7fc commit 5216ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.apache.logging.log4j:log4j-core:2.23.1")

implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.google.code.gson:gson:2.10.1")
implementation("com.google.code.gson:gson:2.11.0")
implementation("com.formdev:flatlaf:3.4.1")
implementation("commons-io:commons-io:2.16.1")
implementation("cn.hutool:hutool-crypto:5.8.27")
Expand Down

0 comments on commit 5216ec2

Please sign in to comment.