Skip to content

Commit

Permalink
Merge pull request #354 from jgroups-extras/dependabot/maven/org.test…
Browse files Browse the repository at this point in the history
…containers-testcontainers-1.20.0

Build(deps-dev): Bump org.testcontainers:testcontainers from 1.19.8 to 1.20.0
  • Loading branch information
rhusar authored Jul 18, 2024
2 parents cf50402 + 9a8636f commit adb3600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK.
java: [ 11, 17, 21, 22, 23-ea ]
# Keep this list as: all supported LTS JDKs, the latest GA JDK, and the latest EA JDK (if possible)
java: [ 11, 17, 21, 22 ]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.19.8</version>
<version>1.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit adb3600

Please sign in to comment.