diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 066d88f0b5b08..293c230e2cd9c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -65,6 +65,7 @@ updates: # Test dependencies - dependency-name: net.sourceforge.htmlunit:htmlunit - dependency-name: io.rest-assured:* + - dependency-name: org.hamcrest:hamcrest - dependency-name: org.junit:junit-bom - dependency-name: org.junit.jupiter:* - dependency-name: org.assertj:assertj-core diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 42f0accd89479..2115510c6ef6d 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -136,7 +136,8 @@ 10.14.2.0 11.5.8.0 1.2.6 - 5.3.0 + 5.3.2 + 2.2 5.10.0 1.5.0 14.0.17.Final @@ -3625,6 +3626,11 @@ + + org.hamcrest + hamcrest + ${hamcrest.version} + org.antlr diff --git a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/AbstractFormAuthTestCase.java b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/AbstractFormAuthTestCase.java index 6bb18799275f6..465bd82c2459d 100644 --- a/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/AbstractFormAuthTestCase.java +++ b/extensions/vertx-http/deployment/src/test/java/io/quarkus/vertx/http/security/AbstractFormAuthTestCase.java @@ -84,7 +84,7 @@ public void testFormBasedAuthSuccess() { .then() .assertThat() .statusCode(302) - .header("location", containsString("/admin")) + .header("location", containsString("/landing")) .cookie("quarkus-credential", RestAssuredMatchers.detailedCookie().value(notNullValue()).secured(false)); diff --git a/independent-projects/resteasy-reactive/pom.xml b/independent-projects/resteasy-reactive/pom.xml index 3a05b82f63ae9..a5e33566be182 100644 --- a/independent-projects/resteasy-reactive/pom.xml +++ b/independent-projects/resteasy-reactive/pom.xml @@ -64,7 +64,7 @@ 2.5.1 2.1.2 4.4.5 - 5.3.0 + 5.3.2 1.0.0.Final 2.15.2 2.3.1