Skip to content

Commit c839da8

Browse files
authored
Update jersey version to 2.39.1 (#981)
* Update jersey version to 2.39.1 * Update maven enforcer plugin
1 parent 7763e67 commit c839da8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252

53-
<jersey.version>2.35</jersey.version>
54-
<jackson.version>2.12.7.1</jackson.version>
53+
<jersey.version>2.39.1</jersey.version>
5554
<servlet.version>4.0.4</servlet.version>
5655
<activation.version>1.2.2</activation.version>
5756

@@ -257,7 +256,7 @@
257256
<plugin>
258257
<groupId>org.apache.maven.plugins</groupId>
259258
<artifactId>maven-enforcer-plugin</artifactId>
260-
<version>3.0.0-M2</version>
259+
<version>3.3.0</version>
261260
<configuration>
262261
<rules>
263262
<enforceBytecodeVersion>
@@ -280,7 +279,7 @@
280279
<dependency>
281280
<groupId>org.codehaus.mojo</groupId>
282281
<artifactId>extra-enforcer-rules</artifactId>
283-
<version>1.3</version>
282+
<version>1.6.2</version>
284283
</dependency>
285284
</dependencies>
286285
</plugin>

0 commit comments

Comments
 (0)