Skip to content

Commit

Permalink
Merge pull request #178 from com-pas/develop
Browse files Browse the repository at this point in the history
Create new release with library updates
  • Loading branch information
Dennis Labordus authored Feb 7, 2022
2 parents b45534f + 28a1d7e commit 26fa41c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ SPDX-License-Identifier: Apache-2.0

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

<quarkus.platform.version>2.6.2.Final</quarkus.platform.version>
<jaxb-impl.version>2.3.5</jaxb-impl.version>
<quarkus.platform.version>2.7.0.Final</quarkus.platform.version>
<jaxb-impl.version>2.3.6</jaxb-impl.version>
<microprofile-openapi-api.version>3.0</microprofile-openapi-api.version>
<slf4j.version>1.7.33</slf4j.version>
<slf4j.version>1.7.35</slf4j.version>
<openpojo.version>0.9.1</openpojo.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion repository-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SPDX-License-Identifier: Apache-2.0
<dependency>
<groupId>com.opentable.components</groupId>
<artifactId>otj-pg-embedded</artifactId>
<version>0.13.4</version>
<version>1.0.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 26fa41c

Please sign in to comment.