Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 3, 2025
1 parent 0bb037b commit 5017aa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion as2-partnership-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<!-- Include here to not bloat the global scope -->
<properties>
<mongodb-client.version>5.3.0</mongodb-client.version>
<mongodb-client.version>5.3.1</mongodb-client.version>
<flapdoodle.version>4.18.1</flapdoodle.version>
</properties>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@

<properties>
<log4j.version>2.24.3</log4j.version>
<spring-boot.version>3.4.1</spring-boot.version>
<spring-boot.version>3.4.2</spring-boot.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.helger.commons</groupId>
<artifactId>ph-commons-parent-pom</artifactId>
<version>11.1.12</version>
<version>11.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -91,14 +91,14 @@
<dependency>
<groupId>com.helger.web</groupId>
<artifactId>ph-web-parent-pom</artifactId>
<version>10.2.0</version>
<version>10.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.helger.photon</groupId>
<artifactId>ph-oton-parent-pom</artifactId>
<version>9.2.8</version>
<version>9.2.9</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 5017aa2

Please sign in to comment.