Skip to content

Commit

Permalink
Update Jetty library
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed May 4, 2019
1 parent 3ec3b69 commit ec430bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ checkstyle {

ext {
guiceVersion = "4.2.2"
jettyVersion = "9.4.17.v20190418"
jettyVersion = "9.4.18.v20190429"
jerseyVersion = "2.28"
jacksonVersion = "2.9.8"
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<guice.version>4.2.2</guice.version>
<jetty.version>9.4.17.v20190418</jetty.version>
<jetty.version>9.4.18.v20190429</jetty.version>
<jersey.version>2.28</jersey.version>
<jackson.version>2.9.8</jackson.version> <!-- same version as jersey-media-json-jackson dependency -->
</properties>
Expand Down

0 comments on commit ec430bc

Please sign in to comment.