Skip to content

Commit

Permalink
Combined dependency updates (2023-12-03) (#20)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/setup-java from 3 to 4](#18)
- [Bump commons-io:commons-io from 2.15.0 to 2.15.1 in /test](#19)
  • Loading branch information
javiertuya authored Dec 3, 2023
1 parent b6b8a32 commit f27245f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f27245f

Please sign in to comment.