From 954ecc2993864949b74005060cbdeef6309a6421 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 23 Feb 2024 16:26:53 +0100 Subject: [PATCH] GH-517 - Upgrade to Spring Boot 3.2.3 --- .github/workflows/integration.yaml | 2 +- pom.xml | 4 ++-- spring-modulith-events/spring-modulith-events-neo4j/pom.xml | 6 ++++++ spring-modulith-examples/pom.xml | 4 ++-- .../spring-modulith-example-epr-neo4j/pom.xml | 6 ++++++ 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 53a3933b..c975e368 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -12,7 +12,7 @@ jobs: version: - '3.1.9' - '3.1.10-SNAPSHOT' - - '3.2.3-SNAPSHOT' + - '3.2.4-SNAPSHOT' name: Build against Boot ${{ matrix.version }} runs-on: ubuntu-latest diff --git a/pom.xml b/pom.xml index 930d4344..0ef5bdb3 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ 1.18.30 UTF-8 UTF-8 - 6.1.3 - 3.2.2 + 6.1.4 + 3.2.3 3.0.4 diff --git a/spring-modulith-events/spring-modulith-events-neo4j/pom.xml b/spring-modulith-events/spring-modulith-events-neo4j/pom.xml index 8b2bbcd6..8629a01b 100644 --- a/spring-modulith-events/spring-modulith-events-neo4j/pom.xml +++ b/spring-modulith-events/spring-modulith-events-neo4j/pom.xml @@ -26,6 +26,12 @@ org.springframework.data spring-data-neo4j + + + io.projectreactor + reactor-core + + diff --git a/spring-modulith-examples/pom.xml b/spring-modulith-examples/pom.xml index 3d62b138..e2a29a81 100644 --- a/spring-modulith-examples/pom.xml +++ b/spring-modulith-examples/pom.xml @@ -4,7 +4,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.2 + 3.2.3 @@ -26,7 +26,7 @@ 17 2023.1.1 - 3.2.2 + 3.2.3 diff --git a/spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml b/spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml index 6316c9c5..10547403 100644 --- a/spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml +++ b/spring-modulith-examples/spring-modulith-example-epr-neo4j/pom.xml @@ -31,6 +31,12 @@ org.springframework.boot spring-boot-starter-data-neo4j + + + io.projectreactor + reactor-core + +