Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Jul 13, 2024
1 parent 2adc695 commit 8f6f89b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion phoss-smp-webapp-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.4.0</version>
<version>9.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:https://github.com/phax/phoss-smp.git</connection>
<developerConnection>scm:git:https://github.com/phax/phoss-smp.git</developerConnection>
<url>https://github.com/phax/phoss-smp</url>
<tag>phoss-smp-parent-pom-7.1.3</tag>
<tag>HEAD</tag>
</scm>

<organization>
Expand All @@ -70,7 +70,7 @@
<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.0</mongodb.version>
<mongodb.version>5.1.2</mongodb.version>
<protobuf.version>3.25.3</protobuf.version>
</properties>

Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>com.helger.photon</groupId>
<artifactId>ph-oton-parent-pom</artifactId>
<version>9.2.4</version>
<version>9.2.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 8f6f89b

Please sign in to comment.