Skip to content

Commit b155b10

Browse files
author
Dennis Labordus
authored
Merge pull request #128 from com-pas/dependabot/maven/quarkus.platform.version-2.13.0.Final
Bump quarkus.platform.version from 2.12.3.Final to 2.13.0.Final
2 parents f37ea91 + e6a9cc7 commit b155b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/test/java/org/lfenergy/compas/scl/validator/rest/v1/SclValidatorServerEndpointTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SclValidatorServerEndpointTest {
3838
@InjectMock
3939
private SclValidatorService sclValidatorService;
4040

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

4444
@Test

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0
2626
<compas.scl.xsd.version>0.0.4</compas.scl.xsd.version>
2727
<compas.core.version>0.9.3</compas.core.version>
2828

29-
<quarkus.platform.version>2.12.3.Final</quarkus.platform.version>
29+
<quarkus.platform.version>2.13.0.Final</quarkus.platform.version>
3030
<slf4j.version>2.0.3</slf4j.version>
3131
<openpojo.version>0.9.1</openpojo.version>
3232
</properties>

0 commit comments

Comments
 (0)