We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b45ebdf commit 3fe76b1Copy full SHA for 3fe76b1
backend/build.gradle.kts
@@ -74,7 +74,7 @@ dependencies {
74
implementation("org.flywaydb:flyway-database-postgresql:$flywayVersion")
75
implementation("org.postgresql:postgresql:42.7.3")
76
implementation("io.ktor:ktor-server-cors:$ktor_version")
77
- implementation("com.google.code.gson:gson:2.11.0")
+ implementation("com.google.code.gson:gson:2.12.1")
78
implementation("com.azure:azure-identity:1.+")
79
implementation("com.microsoft.graph:microsoft-graph:6.16.0")
80
implementation("com.github.ben-manes.caffeine:caffeine:3.1.6")
0 commit comments