Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<version.junit-jupiter>6.0.1</version.junit-jupiter>
<version.org.osgi.core>6.0.0</version.org.osgi.core>
<!-- Make sure to update Ryuk container version in `ryuk.Dockerfile` whenever updating testcontainers to align it with the lib. -->
<version.testcontainers>2.0.1</version.testcontainers>
<version.testcontainers>2.0.2</version.testcontainers>

<version.org.hamcrest>3.0</version.org.hamcrest>
<version.org.mockito>5.20.0</version.org.mockito>
Expand Down Expand Up @@ -184,7 +184,7 @@
<!-- >>> Spring integration tests -->
<!-- When updating Spring Boot check if it supports JDK24 and enable testing with it if so (see testWithJdk24 profile). -->
<!-- When updating to SB 4 make sure to update the main Jenkinsfile to include the showcase ITs in the non-default builds -->
<version.org.springframework.boot>3.5.0</version.org.springframework.boot>
<version.org.springframework.boot>4.0.0</version.org.springframework.boot>
<!-- Spring Boot 3 JTA starter and related libs version: -->
<version.dev.snowdrop>3.5.0</version.dev.snowdrop>

Expand Down