Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Dec 8, 2023
1 parent 90fcda6 commit 115f6dc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion phoss-smp-backend-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.10.2</version>
<version>4.11.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-backend-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</developers>

<properties>
<flyway.version>9.21.2</flyway.version>
<flyway.version>10.1.0</flyway.version>
</properties>

<dependencyManagement>
Expand Down
8 changes: 4 additions & 4 deletions phoss-smp-webapp-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.1.0</version>
<version>8.2.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.1</version>
</dependency>
<dependency>
<groupId>com.ibm.db2</groupId>
<artifactId>jcc</artifactId>
<version>11.5.8.0</version>
<version>11.5.9.0</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-bom</artifactId>
<version>23.2.0.0</version>
<version>23.3.0.23.09</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
19 changes: 6 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@
<parent>
<groupId>com.helger</groupId>
<artifactId>parent-pom</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>
<groupId>com.helger</groupId>
<artifactId>phoss-smp-parent-pom</artifactId>
<version>7.0.4-SNAPSHOT</version>
<packaging>pom</packaging>
Expand Down Expand Up @@ -68,16 +67,16 @@
</developers>

<properties>
<log4j.version>2.21.1</log4j.version>
<protobuf.version>3.25.0</protobuf.version>
<log4j.version>2.22.0</log4j.version>
<protobuf.version>3.25.1</protobuf.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>11.1.2</version>
<version>11.1.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -126,16 +125,10 @@
<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-commons-parent-pom</artifactId>
<version>9.1.0</version>
<version>9.1.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!--error in 9.1.0 parent pom -->
<dependency>
<groupId>com.helger.peppol</groupId>
<artifactId>peppol-directory-businesscard</artifactId>
<version>9.1.0</version>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>phoss-directory-parent-pom</artifactId>
Expand All @@ -156,7 +149,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.15.3</version>
<version>2.16.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 115f6dc

Please sign in to comment.