Skip to content

Commit

Permalink
fix(deps): update dependency org.glassfish.jersey.containers:jersey-c…
Browse files Browse the repository at this point in the history
…ontainer-servlet to v3.1.2
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent 1a39f41 commit 7245bf7
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.2'
}

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.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 7245bf7

Please sign in to comment.