Skip to content

Commit ef7632a

Browse files
authored
Merge pull request #1568 from marklogic/feature/undertow-bump
Bumping undertow from 2.2.21 to 2.2.24
2 parents b16e9ec + 4a74e60 commit ef7632a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
}
66

77
dependencies {
8-
implementation "io.undertow:undertow-core:2.2.21.Final"
9-
implementation "io.undertow:undertow-servlet:2.2.21.Final"
8+
implementation "io.undertow:undertow-core:2.2.24.Final"
9+
implementation "io.undertow:undertow-servlet:2.2.24.Final"
1010
implementation "com.marklogic:ml-javaclient-util:4.4.0"
1111
implementation 'org.slf4j:slf4j-api:1.7.36'
1212
implementation 'ch.qos.logback:logback-classic:1.3.5'

0 commit comments

Comments
 (0)