Skip to content

Commit

Permalink
build(deps): bump io.undertow:undertow-core
Browse files Browse the repository at this point in the history
Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.15.Final to 2.3.17.Final.
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.3.15.Final...2.3.17.Final)

---
updated-dependencies:
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
1 parent b38623f commit df12cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
testImplementation(libs.mockserver.netty)

constraints {
implementation("io.undertow:undertow-core:2.3.15.Final") { // keycloak
implementation("io.undertow:undertow-core:2.3.17.Final") { // keycloak
because("https://security.snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-6567186")
}
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1") { // keycloak
Expand Down

0 comments on commit df12cde

Please sign in to comment.