Skip to content

Commit c83dea6

Browse files
committed
update build dependencies
1 parent dffec42 commit c83dea6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Upload JaCoCo Coverage
6060
if: ${{ matrix.jdk == '11' }}
61-
uses: actions/upload-artifact@v5
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: jacoco.html
6464
path: ${{ github.workspace }}/aggregate-report/target/site/jacoco-aggregate/index.html
@@ -104,7 +104,7 @@ jobs:
104104
cache: maven
105105

106106
- name: Setup Cache for SonarCloud packages
107-
uses: actions/cache@v4
107+
uses: actions/cache@v5
108108
with:
109109
path: ~/.sonar/cache
110110
key: ${{ runner.os }}-sonar
@@ -132,7 +132,7 @@ jobs:
132132
133133
# potentially Qodana could be its own workflow (recommended in the docs)
134134
- name: Qodana Scan
135-
uses: JetBrains/qodana-action@v2025.2
135+
uses: JetBrains/qodana-action@v2025.3
136136
with:
137137
args: --baseline,qodana.sarif.json
138138
fail-threshold: 100

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
<!-- maven core plugins -->
257257
<plugin>
258258
<groupId>org.apache.maven.plugins</groupId>
259-
<artifactId>maven-clean-plugin</artifactId>
259+
<artifactId>maven-clean-plugin</artifactId>
260260
<version>3.5.0</version>
261261
</plugin>
262262
<plugin>
@@ -267,7 +267,7 @@
267267
<plugin>
268268
<groupId>org.apache.maven.plugins</groupId>
269269
<artifactId>maven-assembly-plugin</artifactId>
270-
<version>3.7.1</version>
270+
<version>3.8.0</version>
271271
</plugin>
272272
<plugin>
273273
<groupId>org.apache.maven.plugins</groupId>
@@ -297,7 +297,7 @@
297297
<plugin>
298298
<groupId>org.apache.maven.plugins</groupId>
299299
<artifactId>maven-resources-plugin</artifactId>
300-
<version>3.3.1</version>
300+
<version>3.4.0</version>
301301
<executions>
302302
<execution>
303303
<id>copy-license-file</id>
@@ -339,7 +339,7 @@
339339
<plugin>
340340
<groupId>org.apache.maven.plugins</groupId>
341341
<artifactId>maven-source-plugin</artifactId>
342-
<version>3.3.1</version>
342+
<version>3.4.0</version>
343343
</plugin>
344344
<!-- maven reporting plugins -->
345345
<plugin>
@@ -409,7 +409,7 @@
409409
<plugin>
410410
<groupId>org.sonarsource.scanner.maven</groupId>
411411
<artifactId>sonar-maven-plugin</artifactId>
412-
<version>5.3.0.6276</version>
412+
<version>5.4.0.6343</version>
413413
</plugin>
414414
<plugin>
415415
<groupId>org.owasp</groupId>

0 commit comments

Comments
 (0)