Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jan 21, 2025
1 parent ebec009 commit bff78b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions phoss-smp-webapp-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,25 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.4</version>
<version>42.7.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<version>23.5.0.24.07</version>
<version>23.6.0.24.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.ibm.db2</groupId>
<artifactId>jcc</artifactId>
<version>11.5.9.0</version>
<version>12.1.0.0</version>
<scope>runtime</scope>
</dependency>

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
<expiringmap.version>0.5.11</expiringmap.version>
<flyway.version>9.22.3</flyway.version>
<log4j.version>2.24.3</log4j.version>
<mongodb.version>5.2.0</mongodb.version>
<protobuf.version>4.29.2</protobuf.version>
<mongodb.version>5.3.0</mongodb.version>
<protobuf.version>4.29.3</protobuf.version>
<ph-db.version>7.0.6</ph-db.version>
</properties>

Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>11.1.11</version>
<version>11.1.12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -122,14 +122,14 @@
<dependency>
<groupId>com.helger.web</groupId>
<artifactId>ph-web-parent-pom</artifactId>
<version>10.1.9</version>
<version>10.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger.photon</groupId>
<artifactId>ph-oton-parent-pom</artifactId>
<version>9.2.7</version>
<version>9.2.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -155,7 +155,7 @@
<dependency>
<groupId>com.helger</groupId>
<artifactId>ph-xmldsig</artifactId>
<version>5.0.2</version>
<version>5.0.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
Expand Down

0 comments on commit bff78b6

Please sign in to comment.