Skip to content

Commit

Permalink
Merge pull request #596 from Cantara/renovate/jersey-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update jersey monorepo to v2.38 (minor)
  • Loading branch information
totto authored Dec 22, 2022
2 parents a308669 + 0e5989b commit c75de42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,19 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-binding</artifactId>
<version>2.37</version>
<version>2.38</version>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>2.37</version>
<version>2.38</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-client -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.37</version>
<version>2.38</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs-api -->
<dependency>
Expand Down

0 comments on commit c75de42

Please sign in to comment.