Skip to content

Commit 0ec9660

Browse files
authored
update maven plugins, jackson to 2.9.5 and javassist
1 parent c1db5fb commit 0ec9660

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

‎pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@
4646
<dependency>
4747
<groupId>org.javassist</groupId>
4848
<artifactId>javassist</artifactId>
49-
<version>3.21.0-GA</version>
49+
<version>3.22.0-GA</version>
5050
<optional>true</optional>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55-
<version>2.8.5</version>
55+
<version>2.9.5</version>
5656
<optional>true</optional>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.fasterxml.jackson.core</groupId>
6060
<artifactId>jackson-databind</artifactId>
61-
<version>2.8.5</version>
61+
<version>2.9.5</version>
6262
<optional>true</optional>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.code.gson</groupId>
6666
<artifactId>gson</artifactId>
67-
<version>2.2.4</version>
67+
<version>2.8.3</version>
6868
<optional>true</optional>
6969
</dependency>
7070

@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-compiler-plugin</artifactId>
122-
<version>3.6.0</version>
122+
<version>3.7.0</version>
123123
<configuration>
124124
<source>1.6</source>
125125
<target>1.6</target>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-source-plugin</artifactId>
132-
<version>2.2.1</version>
132+
<version>3.0.1</version>
133133
<executions>
134134
<execution>
135135
<id>attach-sources</id>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-javadoc-plugin</artifactId>
145-
<version>2.9.1</version>
145+
<version>3.0.0</version>
146146
<executions>
147147
<execution>
148148
<id>attach-javadocs</id>
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.apache.maven.plugins</groupId>
160160
<artifactId>maven-gpg-plugin</artifactId>
161-
<version>1.5</version>
161+
<version>1.6</version>
162162
<executions>
163163
<execution>
164164
<id>sign-artifacts</id>
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.sonatype.plugins</groupId>
174174
<artifactId>nexus-staging-maven-plugin</artifactId>
175-
<version>1.6.7</version>
175+
<version>1.6.8</version>
176176
<extensions>true</extensions>
177177
<configuration>
178178
<serverId>ossrh</serverId>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-surefire-plugin</artifactId>
197-
<version>2.19.1</version>
197+
<version>2.21.0</version>
198198
<configuration>
199199
<parallel>methods</parallel>
200200
<threadCount>1</threadCount>

0 commit comments

Comments
 (0)