Skip to content

Commit 88c2f5b

Browse files
committed
dep updates
1 parent 7300f04 commit 88c2f5b

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

owasp-suppressions.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
<suppress>
44
<cve>CVE-2024-6763</cve>
55
</suppress>
6+
<suppress>
7+
<cve>CVE-2025-48924</cve>
8+
</suppress>
69
</suppressions>

pom.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,18 @@
3636
<junit.version>5.13.1</junit.version>
3737
<junit-launcher.version>1.13.1</junit-launcher.version>
3838

39-
<checkstyle.version>10.25.0</checkstyle.version>
39+
<checkstyle.version>10.26.1</checkstyle.version>
4040
<spotbugs.version>4.9.3</spotbugs.version>
41-
<pmd.version>7.14.0</pmd.version>
41+
<pmd.version>7.15.0</pmd.version>
4242
<dependencycheck.version>10.0.4</dependencycheck.version>
4343

4444
<!-- plugins -->
4545
<central-publishing.version>0.8.0</central-publishing.version>
4646
<javadoc-plugin.version>3.11.2</javadoc-plugin.version>
47-
47+
<maven-spotbugs-plugin.version>4.9.3.2</maven-spotbugs-plugin.version>
48+
<maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version>
49+
<maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
50+
<maven-pmd-plugin.version>3.27.0</maven-pmd-plugin.version>
4851
</properties>
4952

5053
<dependencies>
@@ -93,7 +96,7 @@
9396
<plugin>
9497
<groupId>org.apache.maven.plugins</groupId>
9598
<artifactId>maven-enforcer-plugin</artifactId>
96-
<version>3.5.0</version>
99+
<version>${maven-enforcer-plugin.version}</version>
97100
<executions>
98101
<execution>
99102
<id>enforce-maven</id>
@@ -192,7 +195,7 @@
192195
<plugin>
193196
<groupId>org.apache.maven.plugins</groupId>
194197
<artifactId>maven-gpg-plugin</artifactId>
195-
<version>3.2.7</version>
198+
<version>${maven-gpg-plugin.version}</version>
196199
<executions>
197200
<execution>
198201
<phase>verify</phase>
@@ -253,7 +256,7 @@
253256
<plugin>
254257
<groupId>com.github.spotbugs</groupId>
255258
<artifactId>spotbugs-maven-plugin</artifactId>
256-
<version>4.9.3.0</version>
259+
<version>${maven-spotbugs-plugin.version}</version>
257260
<dependencies>
258261
<dependency>
259262
<groupId>com.github.spotbugs</groupId>
@@ -268,7 +271,7 @@
268271
<plugin>
269272
<groupId>org.apache.maven.plugins</groupId>
270273
<artifactId>maven-pmd-plugin</artifactId>
271-
<version>3.26.0</version>
274+
<version>${maven-pmd-plugin.version}</version>
272275
<dependencies>
273276
<dependency>
274277
<groupId>net.sourceforge.pmd</groupId>

0 commit comments

Comments
 (0)