Skip to content

Commit 5230e91

Browse files
bactgoneall
authored andcommitted
Update dependencies to latest patch version
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
1 parent f342dd0 commit 5230e91

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"java.configuration.updateBuildConfiguration": "interactive"
3+
}

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-javadoc-plugin</artifactId>
100-
<version>2.9</version>
100+
<version>2.9.1</version>
101101
<configuration>
102102
<quiet>true</quiet>
103103
<source>8</source>
@@ -124,7 +124,7 @@
124124
<dependency>
125125
<groupId>junit</groupId>
126126
<artifactId>junit</artifactId>
127-
<version>4.13.1</version>
127+
<version>4.13.2</version>
128128
<scope>test</scope>
129129
</dependency>
130130
<dependency>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.spdx</groupId>
224224
<artifactId>spdx-maven-plugin</artifactId>
225-
<version>0.7.3</version>
225+
<version>0.7.4</version>
226226
<executions>
227227
<execution>
228228
<id>build-spdx</id>
@@ -267,7 +267,7 @@
267267
<plugin>
268268
<groupId>org.codehaus.mojo</groupId>
269269
<artifactId>findbugs-maven-plugin</artifactId>
270-
<version>3.0.1</version>
270+
<version>3.0.5</version>
271271
</plugin>
272272
</plugins>
273273
</reporting>

0 commit comments

Comments
 (0)