Skip to content

Commit

Permalink
Bump io.undertow:undertow-core in the gradle group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the gradle group with 1 update in the / directory: [io.undertow:undertow-core](https://github.com/undertow-io/undertow).


Updates `io.undertow:undertow-core` from 2.3.10.Final to 2.3.17.Final
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.3.10.Final...2.3.17.Final)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mikaelhg committed Nov 11, 2024
1 parent 6ac7ad5 commit bddb3f9
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 @@ -25,7 +25,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jsoup:jsoup:1.16.2")
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation("io.undertow:undertow-core:2.3.10.Final")
testImplementation("io.undertow:undertow-core:2.3.17.Final")
testImplementation("org.junit.jupiter:junit-jupiter-api")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}
Expand Down

0 comments on commit bddb3f9

Please sign in to comment.