Skip to content
GitLab
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
Jun 13, 2023
by
Jérémie Bresson
Committed by
GitHub
Jun 13, 2023
Browse files
Update jersey version to 2.39.1 (#981)
* Update jersey version to 2.39.1 * Update maven enforcer plugin
parent
7763e676
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
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>
...
...
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