Skip to content

Commit 3fe76b1

Browse files
Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 in /backend
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.11.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b45ebdf commit 3fe76b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")
7575
implementation("org.postgresql:postgresql:42.7.3")
7676
implementation("io.ktor:ktor-server-cors:$ktor_version")
77-
implementation("com.google.code.gson:gson:2.11.0")
77+
implementation("com.google.code.gson:gson:2.12.1")
7878
implementation("com.azure:azure-identity:1.+")
7979
implementation("com.microsoft.graph:microsoft-graph:6.16.0")
8080
implementation("com.github.ben-manes.caffeine:caffeine:3.1.6")

0 commit comments

Comments
 (0)