Skip to content

Commit

Permalink
Merge pull request #2 from alex2276564/dependabot/gradle/com.google.c…
Browse files Browse the repository at this point in the history
…ode.gson-gson-2.12.1

[Gradle]: Bump com.google.code.gson:gson from 2.11.0 to 2.12.1
  • Loading branch information
alex2276564 authored Feb 6, 2025
2 parents a86293d + 9acd5d8 commit e67425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'

implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.google.code.gson:gson:2.12.1'
}

def targetJavaVersion = 16
Expand Down

0 comments on commit e67425e

Please sign in to comment.