Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined dependency updates (2024-07-03) #130

Merged
merged 8 commits into from
Jul 3, 2024
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