Skip to content

Commit

Permalink
Merge pull request #95 from com-pas/develop
Browse files Browse the repository at this point in the history
Merge branch 'develop' into main
  • Loading branch information
Flurb authored Sep 8, 2021
2 parents bfa5366 + 537e2a3 commit 02c4787
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SPDX-License-Identifier: Apache-2.0
<packaging>jar</packaging>

<properties>
<quarkus.platform.version>2.2.1.Final</quarkus.platform.version>
<quarkus.platform.version>2.2.2.Final</quarkus.platform.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SPDX-License-Identifier: Apache-2.0
<surefire-plugin.version>3.0.0-M5</surefire-plugin.version>
<sonarqube-plugin.version>3.2.0</sonarqube-plugin.version>

<compas.core.version>0.2.1</compas.core.version>
<compas.core.version>0.4.0</compas.core.version>
<jakarta-cdi-api.version>2.0.2</jakarta-cdi-api.version>
<slf4j.version>1.7.32</slf4j.version>
<powsybl.version>4.3.1</powsybl.version>
Expand Down Expand Up @@ -279,7 +279,7 @@ SPDX-License-Identifier: Apache-2.0
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 02c4787

Please sign in to comment.