Skip to content

Commit

Permalink
Merge pull request #128 from com-pas/dependabot/maven/quarkus.platfor…
Browse files Browse the repository at this point in the history
…m.version-2.13.0.Final

Bump quarkus.platform.version from 2.12.3.Final to 2.13.0.Final
  • Loading branch information
Dennis Labordus authored Sep 29, 2022
2 parents f37ea91 + e6a9cc7 commit b155b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SclValidatorServerEndpointTest {
@InjectMock
private SclValidatorService sclValidatorService;

@TestHTTPResource("/compas-scl-validator/validate-ws/v1/SCD")
@TestHTTPResource("/validate-ws/v1/SCD")
private URI uri;

@Test
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0
<compas.scl.xsd.version>0.0.4</compas.scl.xsd.version>
<compas.core.version>0.9.3</compas.core.version>

<quarkus.platform.version>2.12.3.Final</quarkus.platform.version>
<quarkus.platform.version>2.13.0.Final</quarkus.platform.version>
<slf4j.version>2.0.3</slf4j.version>
<openpojo.version>0.9.1</openpojo.version>
</properties>
Expand Down

0 comments on commit b155b10

Please sign in to comment.