Skip to content

Commit

Permalink
Merge pull request #142 from cherylking/bumpCommons
Browse files Browse the repository at this point in the history
Bump commons-io and Liberty runtime version for tests
  • Loading branch information
cherylking authored Oct 15, 2024
2 parents 3aec059 + 7b1ed1f commit 39ae7ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Java CI with Maven

on:
push:
branches: [ main ]
branches: [ 2.x-maintenance ]
pull_request:
branches: [ main ]
branches: [ 2.x-maintenance ]
jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -15,7 +15,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
java: [8, 11, 17]
runtime: [ol, wlp-ee9, wlp-ee10]
runtime_version: [23.0.0.3]
runtime_version: [24.0.0.9]
exclude:
- java: 8
runtime: wlp-ee10
Expand Down
2 changes: 1 addition & 1 deletion liberty-managed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.14.0</version>
</dependency>

<!-- Jakarta EE Spec APIs -->
Expand Down

0 comments on commit 39ae7ec

Please sign in to comment.