Skip to content

Commit 26fa41c

Browse files
author
Dennis Labordus
authored
Merge pull request #178 from com-pas/develop
Create new release with library updates
2 parents b45534f + 28a1d7e commit 26fa41c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ SPDX-License-Identifier: Apache-2.0
2626

2727
<compas.core.version>0.7.0</compas.core.version>
2828

29-
<quarkus.platform.version>2.6.2.Final</quarkus.platform.version>
30-
<jaxb-impl.version>2.3.5</jaxb-impl.version>
29+
<quarkus.platform.version>2.7.0.Final</quarkus.platform.version>
30+
<jaxb-impl.version>2.3.6</jaxb-impl.version>
3131
<microprofile-openapi-api.version>3.0</microprofile-openapi-api.version>
32-
<slf4j.version>1.7.33</slf4j.version>
32+
<slf4j.version>1.7.35</slf4j.version>
3333
<openpojo.version>0.9.1</openpojo.version>
3434
</properties>
3535

repository-postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ SPDX-License-Identifier: Apache-2.0
4444
<dependency>
4545
<groupId>com.opentable.components</groupId>
4646
<artifactId>otj-pg-embedded</artifactId>
47-
<version>0.13.4</version>
47+
<version>1.0.0</version>
4848
<scope>test</scope>
4949
</dependency>
5050

0 commit comments

Comments
 (0)