Skip to content

Commit 6a993d2

Browse files
authored
Combined dependency updates (2024-08-03)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump surefire.version from 3.3.0 to 3.3.1](#104) - [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0](#103) - [Bump javiertuya/sonarqube-action from 1.3.2 to 1.4.0](#102)
1 parent c1e6fbb commit 6a993d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ github.actor != 'dependabot[bot]' }}
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: javiertuya/sonarqube-action@v1.3.2
61+
- uses: javiertuya/sonarqube-action@v1.4.0
6262
with:
6363
github-token: ${{ secrets.GITHUB_TOKEN }}
6464
sonar-token: ${{ secrets.SONAR_TOKEN }}

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<maven.compiler.target>1.8</maven.compiler.target>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020

21-
<surefire.version>3.3.0</surefire.version>
21+
<surefire.version>3.3.1</surefire.version>
2222
</properties>
2323

2424
<modules>
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-javadoc-plugin</artifactId>
166-
<version>3.7.0</version>
166+
<version>3.8.0</version>
167167
<configuration>
168168
<quiet>true</quiet>
169169
<doclint>none</doclint>

0 commit comments

Comments
 (0)