Skip to content

Commit

Permalink
Update jersey monorepo to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 22, 2021
1 parent 9a9ca17 commit ab40cb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,13 +680,13 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -714,7 +714,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -726,7 +726,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit ab40cb7

Please sign in to comment.