GH-510 - Upgrade to Spring Boot 3.3 M2.
Explicitly exclude Reactor Core to avoid the Neo4j reactive auto-configuration kicking in, now unconditionally registering a reactive transaction manager causing simple @Transactional declarations to break as two transaction manager beans are present. Also upgrade to Spring Framework 6.1.4 for Javadoc reference.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.3.0-M1</version>
|
||||
<version>3.3.0-M2</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<properties>
|
||||
<java.version>17</java.version>
|
||||
<jmolecules.version>2023.1.1</jmolecules.version>
|
||||
<spring-boot.version>3.3.0-M1</spring-boot.version>
|
||||
<spring-boot.version>3.3.0-M2</spring-boot.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user