Skip to content

Commit ef47b16

Browse files
bactgoneall
authored andcommitted
Update dependencies in POM
- Update to latest version of minor version - Update spdx-maven-plugin to 1.0.3 Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent 7da3c2f commit ef47b16

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4949
<sonar.organization>spdx-1</sonar.organization>
5050
<sonar.projectKey>spdx-java-core</sonar.projectKey>
51-
<dependency-check-maven.version>8.0.1</dependency-check-maven.version>
51+
<dependency-check-maven.version>8.0.2</dependency-check-maven.version>
5252
</properties>
5353
<profiles>
5454
<profile>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.apache.logging.log4j</groupId>
5959
<artifactId>log4j-slf4j2-impl</artifactId>
60-
<version>2.20.0</version>
60+
<version>2.25.1</version>
6161
<scope>test</scope>
6262
<exclusions>
6363
<exclusion>
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>
9191
<artifactId>maven-gpg-plugin</artifactId>
92-
<version>3.1.0</version>
92+
<version>3.2.8</version>
9393
<executions>
9494
<execution>
9595
<id>sign-artifacts</id>
@@ -133,7 +133,7 @@
133133
<dependency>
134134
<groupId>org.jsoup</groupId>
135135
<artifactId>jsoup</artifactId>
136-
<version>1.15.4</version>
136+
<version>1.21.2</version>
137137
</dependency>
138138
</dependencies>
139139
<build>
@@ -174,7 +174,7 @@
174174
<plugin>
175175
<groupId>org.apache.maven.plugins</groupId>
176176
<artifactId>maven-compiler-plugin</artifactId>
177-
<version>3.11.0</version>
177+
<version>3.14.0</version>
178178
<configuration>
179179
<encoding>${project.build.sourceEncoding}</encoding>
180180
<showDeprecation>true</showDeprecation>
@@ -185,7 +185,7 @@
185185
<plugin>
186186
<groupId>org.codehaus.mojo</groupId>
187187
<artifactId>build-helper-maven-plugin</artifactId>
188-
<version>3.5.0</version>
188+
<version>3.6.1</version>
189189
<executions>
190190
<execution>
191191
<id>add-source</id>
@@ -204,7 +204,7 @@
204204
<plugin>
205205
<groupId>org.apache.maven.plugins</groupId>
206206
<artifactId>maven-javadoc-plugin</artifactId>
207-
<version>3.5.0</version>
207+
<version>3.11.3</version>
208208
<configuration>
209209
<quiet>true</quiet>
210210
<notimestamp>true</notimestamp>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.apache.maven.plugins</groupId>
224224
<artifactId>maven-jar-plugin</artifactId>
225-
<version>3.3.0</version>
225+
<version>3.4.2</version>
226226
<configuration>
227227
<archive>
228228
<manifestEntries>
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.spdx</groupId>
250250
<artifactId>spdx-maven-plugin</artifactId>
251-
<version>1.0.2</version>
251+
<version>1.0.3</version>
252252
<executions>
253253
<execution>
254254
<id>build-spdx</id>

0 commit comments

Comments
 (0)