Skip to content

Commit

Permalink
fix(deps): update jersey monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 1a39f41 commit 0236012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
sourceCompatibility = 11

ext {
jerseyVersion = '3.0.4'
jerseyVersion = '3.1.3'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>3.0.4</version>
<version>3.1.4</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 0236012

Please sign in to comment.