Skip to content

Commit

Permalink
Combined dependency updates (2024-07-03)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump mikepenz/action-junit-report from 4.2.2 to 4.3.1](#129)
- [Bump org.projectlombok:lombok from 1.18.32 to 1.18.34](#128)
- [Bump io.github.javiertuya:visual-assert from 2.4.1 to 2.4.2](#127)
- [Bump surefire.version from 3.2.5 to 3.3.0](#126)
  • Loading branch information
javiertuya authored Jul 3, 2024
1 parent f04bee0 commit a6446f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Publish surefire test report
if: always()
uses: mikepenz/action-junit-report@v4.2.2
uses: mikepenz/action-junit-report@v4.3.1
with:
check_name: test-report
report_paths: 'target/*-reports/TEST-*.xml'
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<surefire.version>3.2.5</surefire.version>
<surefire.version>3.3.0</surefire.version>

<slf4j.version>2.0.13</slf4j.version>
</properties>
Expand All @@ -45,13 +45,13 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.4.1</version>
<version>2.4.2</version>
</dependency>

<!-- drivers de base de datos -->
Expand Down

0 comments on commit a6446f7

Please sign in to comment.