Skip to content

Commit

Permalink
Merge pull request #39685 from quarkusio/dependabot/maven/resteasy.ve…
Browse files Browse the repository at this point in the history
…rsion-6.2.8.Final

Bump resteasy.version from 6.2.7.Final to 6.2.8.Final
  • Loading branch information
gastaldi authored Apr 19, 2024
2 parents 37fbf8a + 48e3ea9 commit 0cefc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parsson.version>1.1.5</parsson.version>
<resteasy-microprofile.version>2.1.5.Final</resteasy-microprofile.version>
<resteasy-spring-web.version>3.1.2.Final</resteasy-spring-web.version>
<resteasy.version>6.2.7.Final</resteasy.version>
<resteasy.version>6.2.8.Final</resteasy.version>
<opentracing.version>0.33.0</opentracing.version>
<opentracing-jdbc.version>0.2.4</opentracing-jdbc.version>
<opentracing-kafka.version>0.1.15</opentracing-kafka.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void testGetOne() {
.body(containsString("Greece"));

when().get("/country/getOne/100").then()
.statusCode(500);
.statusCode(400);
}

@Test
Expand Down

0 comments on commit 0cefc2f

Please sign in to comment.