Skip to content

Commit

Permalink
Bump io.undertow:undertow-core from 2.3.12.Final to 2.3.17.Final in /…
Browse files Browse the repository at this point in the history
…buildpacks/maven/test-apps/simple-http-service (#736)

* Bump io.undertow:undertow-core

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix integration tests

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Fuchs <[email protected]>
  • Loading branch information
dependabot[bot] and Malax authored Oct 23, 2024
1 parent b27cc75 commit fa1f7b2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion buildpacks/maven/test-apps/simple-http-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>2.3.12.Final</version>
<version>2.3.17.Final</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
6 changes: 3 additions & 3 deletions buildpacks/maven/tests/integration/customization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ fn maven_custom_goals() {
indoc! {"
The following files have been resolved:
io.undertow:undertow-core:jar:2.3.12.Final:compile
io.undertow:undertow-core:jar:2.3.17.Final:compile
org.jboss.logging:jboss-logging:jar:3.4.3.Final:compile
org.jboss.xnio:xnio-api:jar:3.8.8.Final:compile
org.jboss.xnio:xnio-api:jar:3.8.16.Final:compile
org.wildfly.common:wildfly-common:jar:1.5.4.Final:compile
org.wildfly.client:wildfly-client-config:jar:1.0.1.Final:compile
org.jboss.xnio:xnio-nio:jar:3.8.8.Final:runtime
org.jboss.xnio:xnio-nio:jar:3.8.16.Final:runtime
org.jboss.threads:jboss-threads:jar:3.5.0.Final:compile
com.google.guava:guava:jar:32.0.0-jre:compile
com.google.guava:failureaccess:jar:1.0.1:compile
Expand Down
12 changes: 6 additions & 6 deletions buildpacks/maven/tests/integration/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ fn mvn_dependency_list() {
indoc! {"
The following files have been resolved:
io.undertow:undertow-core:jar:2.3.12.Final:compile
io.undertow:undertow-core:jar:2.3.17.Final:compile
org.jboss.logging:jboss-logging:jar:3.4.3.Final:compile
org.jboss.xnio:xnio-api:jar:3.8.8.Final:compile
org.jboss.xnio:xnio-api:jar:3.8.16.Final:compile
org.wildfly.common:wildfly-common:jar:1.5.4.Final:compile
org.wildfly.client:wildfly-client-config:jar:1.0.1.Final:compile
org.jboss.xnio:xnio-nio:jar:3.8.8.Final:runtime
org.jboss.xnio:xnio-nio:jar:3.8.16.Final:runtime
org.jboss.threads:jboss-threads:jar:3.5.0.Final:compile
com.google.guava:guava:jar:32.0.0-jre:compile
com.google.guava:failureaccess:jar:1.0.1:compile
Expand Down Expand Up @@ -80,11 +80,11 @@ fn no_unexpected_files_in_app_dir() {
/workspace/target/dependency/jsr305-3.0.2.jar
/workspace/target/dependency/junit-4.13.1.jar
/workspace/target/dependency/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
/workspace/target/dependency/undertow-core-2.3.12.Final.jar
/workspace/target/dependency/undertow-core-2.3.17.Final.jar
/workspace/target/dependency/wildfly-client-config-1.0.1.Final.jar
/workspace/target/dependency/wildfly-common-1.5.4.Final.jar
/workspace/target/dependency/xnio-api-3.8.8.Final.jar
/workspace/target/dependency/xnio-nio-3.8.8.Final.jar
/workspace/target/dependency/xnio-api-3.8.16.Final.jar
/workspace/target/dependency/xnio-nio-3.8.16.Final.jar
/workspace/target/maven-archiver/pom.properties
/workspace/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
/workspace/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/sbt/sbt-extras
2 changes: 1 addition & 1 deletion buildpacks/sbt/test-apps/heroku-scala-getting-started

0 comments on commit fa1f7b2

Please sign in to comment.