Skip to content

Commit

Permalink
Bump undertow-servlet from 2.1.3.Final to 2.2.0.Final (#63)
Browse files Browse the repository at this point in the history
Bumps [undertow-servlet](https://github.com/undertow-io/undertow) from 2.1.3.Final to 2.2.0.Final.
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.1.3.Final...2.2.0.Final)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 24, 2020
1 parent 9a2c2a3 commit 61f62ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-server-undertow/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 'io.undertow:undertow-servlet:2.1.3.Final'
implementation 'io.undertow:undertow-servlet:2.2.0.Final'
testAnnotationProcessor "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut:micronaut-inject-groovy"
testImplementation "io.micronaut:micronaut-http-client"
Expand Down

0 comments on commit 61f62ac

Please sign in to comment.