Skip to content

Commit 9d6680e

Browse files
committed
updated dependencies
1 parent 11df514 commit 9d6680e

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

jbbp-plugins/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>commons-io</groupId>
3333
<artifactId>commons-io</artifactId>
34-
<version>2.8.0</version>
3534
</dependency>
3635
</dependencies>
3736

jbbp/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.commons</groupId>
3939
<artifactId>commons-lang3</artifactId>
40-
<version>3.12.0</version>
40+
<version>3.14.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
@@ -49,13 +49,12 @@
4949
<dependency>
5050
<groupId>commons-io</groupId>
5151
<artifactId>commons-io</artifactId>
52-
<version>2.13.0</version>
5352
<scope>test</scope>
5453
</dependency>
5554
<dependency>
5655
<groupId>commons-codec</groupId>
5756
<artifactId>commons-codec</artifactId>
58-
<version>1.16.0</version>
57+
<version>1.17.0</version>
5958
<scope>test</scope>
6059
</dependency>
6160
</dependencies>

pom.xml

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,17 @@
9191
<dependency>
9292
<groupId>commons-io</groupId>
9393
<artifactId>commons-io</artifactId>
94-
<version>2.13.0</version>
94+
<version>2.16.1</version>
95+
</dependency>
96+
<dependency>
97+
<groupId>commons-codec</groupId>
98+
<artifactId>commons-codec</artifactId>
99+
<version>1.17.0</version>
100+
</dependency>
101+
<dependency>
102+
<groupId>net.minidev</groupId>
103+
<artifactId>json-smart</artifactId>
104+
<version>2.5.0</version>
95105
</dependency>
96106
</dependencies>
97107
</dependencyManagement>
@@ -174,27 +184,27 @@
174184
<plugin>
175185
<groupId>org.apache.maven.plugins</groupId>
176186
<artifactId>maven-assembly-plugin</artifactId>
177-
<version>3.6.0</version>
187+
<version>3.7.1</version>
178188
</plugin>
179189
<plugin>
180190
<groupId>org.apache.maven.plugins</groupId>
181191
<artifactId>maven-gpg-plugin</artifactId>
182-
<version>3.1.0</version>
192+
<version>3.2.4</version>
183193
</plugin>
184194
<plugin>
185195
<groupId>org.apache.maven.plugins</groupId>
186196
<artifactId>maven-javadoc-plugin</artifactId>
187-
<version>3.5.0</version>
197+
<version>3.7.0</version>
188198
</plugin>
189199
<plugin>
190200
<groupId>org.apache.maven.plugins</groupId>
191201
<artifactId>maven-enforcer-plugin</artifactId>
192-
<version>3.4.1</version>
202+
<version>3.5.0</version>
193203
</plugin>
194204
<plugin>
195205
<groupId>org.apache.maven.plugins</groupId>
196206
<artifactId>maven-source-plugin</artifactId>
197-
<version>3.1.0</version>
207+
<version>3.3.1</version>
198208
</plugin>
199209
<plugin>
200210
<groupId>com.igormaznitsa</groupId>
@@ -209,12 +219,12 @@
209219
<plugin>
210220
<groupId>org.apache.maven.plugins</groupId>
211221
<artifactId>maven-compiler-plugin</artifactId>
212-
<version>3.11.0</version>
222+
<version>3.13.0</version>
213223
</plugin>
214224
<plugin>
215225
<groupId>org.apache.maven.plugins</groupId>
216226
<artifactId>maven-surefire-plugin</artifactId>
217-
<version>3.1.2</version>
227+
<version>3.2.5</version>
218228
</plugin>
219229
</plugins>
220230
</pluginManagement>

0 commit comments

Comments
 (0)