Skip to content

Commit

Permalink
Do not update to Spring Boot 3.4 for now
Browse files Browse the repository at this point in the history
as we need an updated Atomikos starter
  • Loading branch information
marko-bekhta committed Nov 27, 2024
1 parent 39b7f17 commit c5158a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
-->
<version.org.springframework.boot>3.3.0</version.org.springframework.boot>
<!-- Spring Boot 3 Atomikos starter and related libs version: -->
<!-- Enable Spring Boot updates once Atomikos is updated -->
<version.com.atomikos>6.0.0</version.com.atomikos>

<version.jsoup>1.18.1</version.jsoup>
Expand Down

0 comments on commit c5158a5

Please sign in to comment.