From f74001af525ca12e5e0d327fa0fd863b11d78d13 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Tue, 26 Nov 2024 09:53:09 +0100 Subject: [PATCH] Do not update to Spring Boot 3.4 for now as we need an updated Atomikos starter --- .github/dependabot.yml | 1 + build/parents/build/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ca350ab4e4..ae211cdef7c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -93,6 +93,7 @@ updates: # We don't care that much about being on the very latest version of some integration test dependencies - dependency-name: "org.springframework.boot:*" update-types: [ "version-update:semver-patch" ] + versions: ['3.4.0'] # We strictly align these dependencies on the version used in Hibernate ORM. - dependency-name: "io.smallrye:jandex" - dependency-name: "jakarta.persistence:jakarta.persistence-api" diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index 9097afcc566..81ace66eada 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -187,6 +187,7 @@ --> 3.3.0 + 6.0.0 1.18.1