GH-517 - Upgrade to Spring Boot 3.2.3

This commit is contained in:
Oliver Drotbohm
2024-02-23 16:26:53 +01:00
parent c23a3eeea5
commit 954ecc2993
5 changed files with 17 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.3</version>
<relativePath />
</parent>
@@ -26,7 +26,7 @@
<properties>
<java.version>17</java.version>
<jmolecules.version>2023.1.1</jmolecules.version>
<spring-boot.version>3.2.2</spring-boot.version>
<spring-boot.version>3.2.3</spring-boot.version>
</properties>
<build>

View File

@@ -31,6 +31,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-neo4j</artifactId>
<exclusions>
<exclusion>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>