Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Aug 13, 2024
1 parent 22f0ad7 commit fb8c147
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
1 change: 1 addition & 0 deletions phoss-smp-backend-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-db-jdbc</artifactId>
<version>${ph-db.version}</version>
</dependency>
<dependency>
<groupId>com.helger.photon</groupId>
Expand Down
2 changes: 1 addition & 1 deletion phoss-smp-webapp-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>23.4.0.24.05</version>
<version>23.5.0.24.07</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@
<expiringmap.version>0.5.11</expiringmap.version>
<flyway.version>9.22.3</flyway.version>
<log4j.version>2.23.1</log4j.version>
<mongodb.version>5.1.2</mongodb.version>
<protobuf.version>3.25.3</protobuf.version>
<mongodb.version>5.1.3</mongodb.version>
<protobuf.version>4.27.3</protobuf.version>
<ph-db.version>7.0.5</ph-db.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -104,13 +105,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-db-parent-pom</artifactId>
<version>7.0.4</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger.web</groupId>
<artifactId>ph-web-parent-pom</artifactId>
Expand Down

0 comments on commit fb8c147

Please sign in to comment.