Skip to content

Commit

Permalink
Combined dependency updates (2024-04-01)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.2 in /java](#126)
- [Bump commons-io:commons-io from 2.15.1 to 2.16.0 in /java](#125)
- [Bump javiertuya/branch-snapshots-action from 1.2.1 to 1.2.2](#124)
- [Bump mikepenz/action-junit-report from 4.1.0 to 4.2.1](#123)
  • Loading branch information
javiertuya authored Apr 1, 2024
1 parent f96154c commit e4568de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: mvn test -Dmaven.test.failure.ignore=true -U --no-transfer-progress
- name: Publish test report
if: always()
uses: mikepenz/action-junit-report@v4.1.0
uses: mikepenz/action-junit-report@v4.2.1
with:
check_name: test-report-java
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run:
working-directory: java
steps:
- uses: javiertuya/branch-snapshots-action@v1.2.1
- uses: javiertuya/branch-snapshots-action@v1.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: java
Expand Down
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -136,7 +136,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit e4568de

Please sign in to comment.