Skip to content

Commit

Permalink
Merge pull request #158 from bmarwell/renovate/jersey-monorepo
Browse files Browse the repository at this point in the history
Update jersey monorepo to v3.1.5
  • Loading branch information
bmarwell authored Jan 1, 2024
2 parents c2bd46a + bca6255 commit 58250cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions systemtests/jersey-grizzly2-johnzon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -93,14 +93,14 @@
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions systemtests/jersey-grizzly2-yasson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

Expand All @@ -50,14 +50,14 @@
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-grizzly2</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion unittests/jersey-yasson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.1.3</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 58250cc

Please sign in to comment.