Skip to content

Commit

Permalink
chore(deps): update dependency org.glassfish.jersey.containers:jersey…
Browse files Browse the repository at this point in the history
…-container-servlet to v3.0.3
  • Loading branch information
renovate-bot authored and pplmx committed Sep 23, 2021
1 parent 705f80f commit ae37931
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.2'
jerseyVersion = '3.0.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.2</version>
<version>3.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit ae37931

Please sign in to comment.