Skip to content

Commit d1a102f

Browse files
committed
Version bumps
1 parent 8bf92e6 commit d1a102f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23-
<junit.version>5.6.0</junit.version>
23+
<junit.version>5.6.2</junit.version>
2424
</properties>
2525

2626
<repositories>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.fasterxml.jackson.core</groupId>
5353
<artifactId>jackson-databind</artifactId>
54-
<version>2.10.3</version>
54+
<version>2.11.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>commons-validator</groupId>
@@ -86,13 +86,13 @@
8686
<dependency>
8787
<groupId>org.apache.httpcomponents.client5</groupId>
8888
<artifactId>httpclient5</artifactId>
89-
<version>5.0</version>
89+
<version>5.0.1</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.google.guava</groupId>
9494
<artifactId>guava</artifactId>
95-
<version>28.2-jre</version>
95+
<version>29.0-jre</version>
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-javadoc-plugin</artifactId>
127-
<version>3.1.1</version>
127+
<version>3.2.0</version>
128128
<configuration>
129129
<doclint>none</doclint>
130130
<source>8</source>
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-surefire-plugin</artifactId>
144-
<version>3.0.0-M4</version>
144+
<version>3.0.0-M5</version>
145145
</plugin>
146146
<plugin>
147147
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)