Skip to content

Commit

Permalink
Security: fix high for org.springframework.security
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Feb 26, 2024
1 parent b06f62b commit 4e1c2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
}
implementation("io.jsonwebtoken:jjwt-api:0.12.3")
implementation("javax.xml.bind:jaxb-api:2.3.1")
implementation("org.springframework.security:spring-security-oauth2-jose:6.2.0")
implementation("org.springframework.security:spring-security-oauth2-jose:6.2.2")
implementation("org.locationtech.jts:jts-core:1.19.0")
implementation("io.swagger.core.v3:swagger-core:2.2.19")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$serializationVersion")
Expand Down

0 comments on commit 4e1c2be

Please sign in to comment.