From 3e96f1f022465d2813ef2b4001ca2cc5319fa89c Mon Sep 17 00:00:00 2001 From: Michael Vitz Date: Mon, 15 Jul 2024 15:25:31 +0200 Subject: [PATCH] Align dependencies to Spring Boot 3.2.x --- .github/dependabot.yml | 6 +++--- .github/workflows/main.yml | 4 ++-- pom.xml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 741d11c..3253b9b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,11 @@ updates: schedule: interval: "weekly" ignore: - # Ignore all logback updates because it is aligned to Spring Boot 2.7.x + # Ignore all logback updates because it is aligned to Spring Boot 3.2.x - dependency-name: "ch.qos.logback:logback-classic" - # Ignore all AssertJ updates because it is aligned to Spring Boot 2.7.x + # Ignore all AssertJ updates because it is aligned to Spring Boot 3.2.x - dependency-name: "org.assertj:assertj-core" - # Ignore all JUnit updates because it is aligned to Spring Boot 2.7.x + # Ignore all JUnit updates because it is aligned to Spring Boot 3.2.x - dependency-name: "org.junit:junit-bom" - package-ecosystem: "github-actions" directory: "/" diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2e0a3d4..8fcfeb7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,10 +10,10 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up JDK 8 + - name: Set up JDK 11 uses: actions/setup-java@v4 with: - java-version: '8' + java-version: '11' distribution: 'temurin' cache: maven diff --git a/pom.xml b/pom.xml index bc6034d..03ed046 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ - 1.8 + 11 true true ${java.version} @@ -80,7 +80,7 @@ org.junit junit-bom - 5.8.2 + 5.10.2 pom import @@ -96,7 +96,7 @@ ch.qos.logback logback-classic - 1.2.11 + 1.4.14 provided @@ -108,7 +108,7 @@ org.assertj assertj-core - 3.22.0 + 3.24.2 test