Skip to content

Commit

Permalink
dep upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmosmann committed Nov 5, 2023
1 parent 70a9c79 commit 4628a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
<maven.compiler.target>17</maven.compiler.target>
<!-- eclipse apt switch -->
<m2e.apt.activation>jdt_apt</m2e.apt.activation>
<spring.boot.version>3.1.3</spring.boot.version>
<spring.boot.version>3.1.5</spring.boot.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -391,7 +391,7 @@
<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
<version>4.9.2</version>
<version>4.10.0</version>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void mongodb6() {

@Test
void mongodb7() {
String version = Version.V7_0_0_RC2.asInDownloadPath();
String version = Version.V7_0_2.asInDownloadPath();
assertVersionConfiguration(version, version);
}

Expand Down

0 comments on commit 4628a4b

Please sign in to comment.