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 2380c33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 All @@ -698,7 +698,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -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 2380c33

Please sign in to comment.