Skip to content

Commit

Permalink
Merge pull request #2 from TheNextLvl-net/dependabot/gradle/files/com…
Browse files Browse the repository at this point in the history
….google.code.gson-gson-2.11.0

Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 in /files
  • Loading branch information
NonSwag authored Jul 16, 2024
2 parents cb7a8d7 + 0999a8c commit 30c0a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
api(project(":utils"))
compileOnly(project(":annotations"))

compileOnlyApi("com.google.code.gson:gson:2.10.1")
testImplementation("com.google.code.gson:gson:2.10.1")
compileOnlyApi("com.google.code.gson:gson:2.11.0")
testImplementation("com.google.code.gson:gson:2.11.0")

annotationProcessor("org.projectlombok:lombok:1.18.34")
}
Expand Down

0 comments on commit 30c0a26

Please sign in to comment.