Skip to content

Commit

Permalink
Bump Spring version to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkopp committed Mar 22, 2024
1 parent 4537aae commit c3b2035
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.7</version>
<version>3.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>de.unistuttgart.t2</groupId>
Expand All @@ -16,11 +16,11 @@
<packaging>war</packaging>
<properties>
<java.version>17</java.version>
<spring-modulith.version>1.0.4</spring-modulith.version>
<flapdoodle-mongodb.version>4.11.0</flapdoodle-mongodb.version>
<springdoc-openapi.version>2.3.0</springdoc-openapi.version>
<spring-modulith.version>1.1.3</spring-modulith.version>
<flapdoodle-mongodb.version>4.12.2</flapdoodle-mongodb.version>
<springdoc-openapi.version>2.4.0</springdoc-openapi.version>
<resilience4j.version>2.2.0</resilience4j.version>
<micrometer.version>1.12.1</micrometer.version>
<micrometer.version>1.12.4</micrometer.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -146,7 +146,7 @@

<dependency>
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo.spring31x</artifactId>
<artifactId>de.flapdoodle.embed.mongo.spring3x</artifactId>
<scope>test</scope>
<version>${flapdoodle-mongodb.version}</version>
</dependency>
Expand Down

0 comments on commit c3b2035

Please sign in to comment.