Skip to content

Commit ee81654

Browse files
bactgoneall
authored andcommitted
Update dependencies in POM
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent a38c426 commit ee81654

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>org.jsoup</groupId>
130130
<artifactId>jsoup</artifactId>
131-
<version>1.15.4</version>
131+
<version>1.21.2</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.google.code.findbugs</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.code.gson</groupId>
140140
<artifactId>gson</artifactId>
141-
<version>2.8.9</version>
141+
<version>2.13.2</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>net.jodah</groupId>
@@ -213,7 +213,7 @@
213213
<plugin>
214214
<groupId>org.apache.maven.plugins</groupId>
215215
<artifactId>maven-compiler-plugin</artifactId>
216-
<version>3.11.0</version>
216+
<version>3.14.0</version>
217217
<configuration>
218218
<encoding>${project.build.sourceEncoding}</encoding>
219219
<showDeprecation>true</showDeprecation>
@@ -223,7 +223,7 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-javadoc-plugin</artifactId>
226-
<version>3.5.0</version>
226+
<version>3.11.3</version>
227227
<configuration>
228228
<quiet>true</quiet>
229229
<notimestamp>true</notimestamp>
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-jar-plugin</artifactId>
244-
<version>3.3.0</version>
244+
<version>3.4.2</version>
245245
<configuration>
246246
<archive>
247247
<manifestEntries>
@@ -253,7 +253,7 @@
253253
<plugin>
254254
<groupId>org.spdx</groupId>
255255
<artifactId>spdx-maven-plugin</artifactId>
256-
<version>1.0.2</version>
256+
<version>1.0.3</version>
257257
<executions>
258258
<execution>
259259
<id>build-spdx</id>
@@ -296,7 +296,7 @@
296296
<plugin>
297297
<groupId>org.apache.maven.plugins</groupId>
298298
<artifactId>maven-release-plugin</artifactId>
299-
<version>3.0.1</version>
299+
<version>3.1.1</version>
300300
<configuration>
301301
<tagNameFormat>v@{project.version}</tagNameFormat>
302302
<releaseProfiles>release</releaseProfiles>
@@ -311,7 +311,7 @@
311311
<plugin>
312312
<groupId>org.codehaus.mojo</groupId>
313313
<artifactId>build-helper-maven-plugin</artifactId>
314-
<version>3.5.0</version>
314+
<version>3.6.1</version>
315315
<executions>
316316
<execution>
317317
<id>add-source</id>

0 commit comments

Comments
 (0)