Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Oct 17, 2024
1 parent b103908 commit f7b4cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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>9.0.0</version>
<version>9.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<expiringmap.version>0.5.11</expiringmap.version>
<flyway.version>9.22.3</flyway.version>
<log4j.version>2.24.1</log4j.version>
<mongodb.version>5.1.4</mongodb.version>
<mongodb.version>5.2.0</mongodb.version>
<protobuf.version>4.28.2</protobuf.version>
<ph-db.version>7.0.6</ph-db.version>
</properties>
Expand Down Expand Up @@ -259,7 +259,7 @@
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>ph-csscompress-maven-plugin</artifactId>
<version>7.0.2</version><!--$NO-MVN-MAN-VER$-->
<version>7.0.3</version><!--$NO-MVN-MAN-VER$-->
<executions>
<execution>
<goals>
Expand Down

0 comments on commit f7b4cd3

Please sign in to comment.