Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 7, 2023
1 parent 8a22f00 commit 73ac496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion as2-partnership-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.10.2</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>de.flapdoodle.embed</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
</developers>

<properties>
<log4j.version>2.20.0</log4j.version>
<spring-boot.version>3.1.4</spring-boot.version>
<log4j.version>2.21.1</log4j.version>
<spring-boot.version>3.1.5</spring-boot.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>com.helger.photon</groupId>
<artifactId>ph-oton-parent-pom</artifactId>
<version>9.2.0</version>
<version>9.2.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 73ac496

Please sign in to comment.