Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
c839da8b
Unverified
Commit
c839da8b
authored
2 years ago
by
Jérémie Bresson
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update jersey version to 2.39.1 (#981)
* Update jersey version to 2.39.1 * Update maven enforcer plugin
parent
7763e676
main
6.x
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+3
-4
pom.xml
with
3 additions
and
4 deletions
+3
-4
pom.xml
+
3
-
4
View file @
c839da8b
...
...
@@ -50,8 +50,7 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<jersey.version>
2.35
</jersey.version>
<jackson.version>
2.12.7.1
</jackson.version>
<jersey.version>
2.39.1
</jersey.version>
<servlet.version>
4.0.4
</servlet.version>
<activation.version>
1.2.2
</activation.version>
...
...
@@ -257,7 +256,7 @@
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-enforcer-plugin
</artifactId>
<version>
3.
0
.0
-M2
</version>
<version>
3.
3
.0
</version>
<configuration>
<rules>
<enforceBytecodeVersion>
...
...
@@ -280,7 +279,7 @@
<dependency>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
extra-enforcer-rules
</artifactId>
<version>
1.
3
</version>
<version>
1.
6.2
</version>
</dependency>
</dependencies>
</plugin>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets