Skip to content

Commit

Permalink
Update dependencies (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
micronaut-build committed Jul 31, 2020
1 parent 7f84e37 commit 9f2c5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-server-jetty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api project(":servlet-engine")
api "io.micronaut:micronaut-http-server:$micronautVersion"

implementation 'org.eclipse.jetty:jetty-servlet:9.4.30.v20200611'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.31.v20200723'

testAnnotationProcessor "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut:micronaut-inject-groovy"
Expand Down

0 comments on commit 9f2c5f7

Please sign in to comment.