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.0.5
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent 1a39f41 commit ba4f99a
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.0.5'
}

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

0 comments on commit ba4f99a

Please sign in to comment.