We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf0083 commit 09867d0Copy full SHA for 09867d0
1 file changed
pom.xml
@@ -41,7 +41,7 @@
41
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
42
<sonar.organization>spdx-1</sonar.organization>
43
<sonar.projectKey>spdx-java-core</sonar.projectKey>
44
- <dependency-check-maven.version>12.1.9</dependency-check-maven.version>
+ <dependency-check-maven.version>12.2.0</dependency-check-maven.version>
45
</properties>
46
<profiles>
47
<profile>
@@ -176,7 +176,7 @@
176
<plugin>
177
<groupId>org.apache.maven.plugins</groupId>
178
<artifactId>maven-compiler-plugin</artifactId>
179
- <version>3.14.1</version>
+ <version>3.15.0</version>
180
<configuration>
181
<encoding>${project.build.sourceEncoding}</encoding>
182
<showDeprecation>true</showDeprecation>
0 commit comments