Skip to content

Commit

Permalink
Merge pull request #303 from bratkartoffel/dependabot/gradle/commons-…
Browse files Browse the repository at this point in the history
…codec-commons-codec-1.17.2

Bump commons-codec:commons-codec from 1.17.1 to 1.17.2
  • Loading branch information
bratkartoffel authored Jan 13, 2025
2 parents 7fb706b + 3bf9688 commit b8c0456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
api group: "org.springframework.boot", name: "spring-boot-starter-security", version: "3.0.0"
api group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jdk8", version: "2.18.2"
api group: "com.nimbusds", name: "nimbus-jose-jwt", version: "10.0.1"
api group: "commons-codec", name: "commons-codec", version: "1.17.1"
api group: "commons-codec", name: "commons-codec", version: "1.17.2"
api(group: "io.swagger.core.v3", name: "swagger-annotations-jakarta", version: "2.2.27")
api(group: "eu.fraho.libs", name: "libtotp", version: "1.1.0")

Expand Down

0 comments on commit b8c0456

Please sign in to comment.