Skip to content

Commit 09867d0

Browse files
committed
Bump dependency-check-maven.version and maven-compiler-plugin
1 parent 4bf0083 commit 09867d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4242
<sonar.organization>spdx-1</sonar.organization>
4343
<sonar.projectKey>spdx-java-core</sonar.projectKey>
44-
<dependency-check-maven.version>12.1.9</dependency-check-maven.version>
44+
<dependency-check-maven.version>12.2.0</dependency-check-maven.version>
4545
</properties>
4646
<profiles>
4747
<profile>
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-compiler-plugin</artifactId>
179-
<version>3.14.1</version>
179+
<version>3.15.0</version>
180180
<configuration>
181181
<encoding>${project.build.sourceEncoding}</encoding>
182182
<showDeprecation>true</showDeprecation>

0 commit comments

Comments
 (0)