Skip to content

Commit

Permalink
Merge pull request #139 from cherylking/bumpCommonsIO
Browse files Browse the repository at this point in the history
Bump commons-io version and Liberty version used for testing
  • Loading branch information
cherylking authored Oct 4, 2024
2 parents 3aec059 + 5ca1a84 commit 1fa7381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 1fa7381

Please sign in to comment.