Skip to content

Commit e33eb88

Browse files
committed
Updated jersey and jaxb versions.
1 parent 28ac8d0 commit e33eb88

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.gitlab4j</groupId>
66
<artifactId>gitlab4j-api</artifactId>
77
<packaging>jar</packaging>
8-
<version>4.9.13-SNAPSHOT</version>
8+
<version>4.9.14-SNAPSHOT</version>
99
<name>GitLab API Java Client</name>
1010
<description>GitLab API for Java (gitlab4j-api) provides a full featured Java API for working with GitLab repositories via the GitLab REST API.</description>
1111
<url>https://github.com/gmessner/gitlab4j-api</url>
@@ -41,8 +41,9 @@
4141
<java.source.version>1.8</java.source.version>
4242
<java.target.version>1.8</java.target.version>
4343
<jersey.version>2.27</jersey.version>
44-
<jackson.version>2.9.6</jackson.version>
44+
<jackson.version>2.9.8</jackson.version>
4545
<javaServlet.version>4.0.1</javaServlet.version>
46+
<jaxbApi.version>2.3.1</jaxbApi.version>
4647
<junit.version>4.12</junit.version>
4748
<mockito.version>2.19.0</mockito.version>
4849
<hamcrest.version>1.3</hamcrest.version>
@@ -202,7 +203,7 @@
202203
<dependency>
203204
<groupId>javax.xml.bind</groupId>
204205
<artifactId>jaxb-api</artifactId>
205-
<version>2.3.0</version>
206+
<version>${jaxbApi.version}</version>
206207
</dependency>
207208
<dependency>
208209
<groupId>com.sun.activation</groupId>

0 commit comments

Comments
 (0)