Skip to content

Commit

Permalink
build: bump undertow-servlet from 2.2.5.Final to 2.2.7.Final (#168)
Browse files Browse the repository at this point in the history
Bumps [undertow-servlet](https://github.com/undertow-io/undertow) from 2.2.5.Final to 2.2.7.Final.
- [Release notes](https://github.com/undertow-io/undertow/releases)
- [Commits](undertow-io/undertow@2.2.5.Final...2.2.7.Final)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
  • Loading branch information
dependabot[bot] and sdelamo authored Apr 22, 2021
1 parent c1a253f commit 2f492f4
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.2.5.Final'
implementation 'io.undertow:undertow-servlet:2.2.7.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 2f492f4

Please sign in to comment.