Skip to content

Commit

Permalink
Merge pull request #601 from zalando/dependabot/maven/org.glassfish.j…
Browse files Browse the repository at this point in the history
…ersey-jersey-bom-2.29.1

Bump jersey-bom from 2.29 to 2.29.1
  • Loading branch information
Willi Schönborn authored Sep 11, 2019
2 parents bec4dc9 + cc1459f commit 2d19d33
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion logbook-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.glassfish.jersey</groupId>
<artifactId>jersey-bom</artifactId>
<version>2.29</version>
<version>2.29.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -54,12 +54,22 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
<exclusion>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-moxy</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
Expand Down

0 comments on commit 2d19d33

Please sign in to comment.