Skip to content

Commit 17889ea

Browse files
dependabot[bot]jreynard-code
authored andcommitted
Gradle: Bump io.undertow:undertow-core from 2.3.16.Final to 2.3.18.Final
Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.3.16.Final to 2.3.18.Final. - [Release notes](https://github.com/undertow-io/undertow/releases) - [Commits](undertow-io/undertow@2.3.16.Final...2.3.18.Final) --- updated-dependencies: - dependency-name: io.undertow:undertow-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91dbf25 commit 17889ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ subprojects {
279279
implementation("org.springframework.boot:spring-boot-starter-undertow") {
280280
constraints {
281281
implementation("org.jboss.xnio:xnio-api:3.8.16.Final")
282-
implementation("io.undertow:undertow-core:2.3.16.Final")
282+
implementation("io.undertow:undertow-core:2.3.18.Final")
283283
}
284284
}
285285
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")

0 commit comments

Comments
 (0)