Skip to content

Commit 3acb2e5

Browse files
committed
updated dependencies
1 parent 51197f8 commit 3acb2e5

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

jbbp/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
<dependency>
4444
<groupId>net.minidev</groupId>
4545
<artifactId>json-smart</artifactId>
46-
<version>2.5.0</version>
4746
<scope>test</scope>
4847
</dependency>
4948
<dependency>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>commons-codec</groupId>
106106
<artifactId>commons-codec</artifactId>
107-
<version>1.17.1</version>
107+
<version>1.17.2</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>net.minidev</groupId>
@@ -114,7 +114,7 @@
114114
<dependency>
115115
<groupId>org.codehaus.mojo</groupId>
116116
<artifactId>exec-maven-plugin</artifactId>
117-
<version>3.3.0</version>
117+
<version>3.5.0</version>
118118
</dependency>
119119
</dependencies>
120120
</dependencyManagement>
@@ -207,7 +207,7 @@
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-javadoc-plugin</artifactId>
210-
<version>3.7.0</version>
210+
<version>3.10.1</version>
211211
</plugin>
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.apache.maven.plugins</groupId>
229229
<artifactId>maven-jar-plugin</artifactId>
230-
<version>3.3.0</version>
230+
<version>3.4.2</version>
231231
</plugin>
232232
<plugin>
233233
<groupId>org.apache.maven.plugins</groupId>
@@ -237,7 +237,7 @@
237237
<plugin>
238238
<groupId>org.apache.maven.plugins</groupId>
239239
<artifactId>maven-surefire-plugin</artifactId>
240-
<version>3.3.1</version>
240+
<version>3.5.2</version>
241241
</plugin>
242242
</plugins>
243243
</pluginManagement>

0 commit comments

Comments
 (0)