Skip to content

Commit 5017aa2

Browse files
committed
Version bumps
1 parent 0bb037b commit 5017aa2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

as2-partnership-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<!-- Include here to not bloat the global scope -->
5555
<properties>
56-
<mongodb-client.version>5.3.0</mongodb-client.version>
56+
<mongodb-client.version>5.3.1</mongodb-client.version>
5757
<flapdoodle.version>4.18.1</flapdoodle.version>
5858
</properties>
5959

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969

7070
<properties>
7171
<log4j.version>2.24.3</log4j.version>
72-
<spring-boot.version>3.4.1</spring-boot.version>
72+
<spring-boot.version>3.4.2</spring-boot.version>
7373
</properties>
7474

7575
<dependencyManagement>
7676
<dependencies>
7777
<dependency>
7878
<groupId>com.helger.commons</groupId>
7979
<artifactId>ph-commons-parent-pom</artifactId>
80-
<version>11.1.12</version>
80+
<version>11.2.0</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>
@@ -91,14 +91,14 @@
9191
<dependency>
9292
<groupId>com.helger.web</groupId>
9393
<artifactId>ph-web-parent-pom</artifactId>
94-
<version>10.2.0</version>
94+
<version>10.3.0</version>
9595
<type>pom</type>
9696
<scope>import</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.helger.photon</groupId>
100100
<artifactId>ph-oton-parent-pom</artifactId>
101-
<version>9.2.8</version>
101+
<version>9.2.9</version>
102102
<type>pom</type>
103103
<scope>import</scope>
104104
</dependency>

0 commit comments

Comments
 (0)