Skip to content

Commit

Permalink
upgrade dependencies with known vulnerabilities in undertow-httphandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Smruti Ranjan Sahoo committed Jun 24, 2021
1 parent 42d8ad8 commit a8d10f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/undertow-httphandler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ dependencies {
implementation platform(group: 'org.apache.logging.log4j', name: 'log4j-bom', version: '2.14.1')
implementation group: 'org.apache.logging.log4j', name: 'log4j-core'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl'
implementation group: 'io.undertow', name: 'undertow-core', version: '2.2.7.Final'
implementation group: 'io.undertow', name: 'undertow-core', version: '2.2.8.Final'
implementation group: 'org.jboss.xnio', name: 'xnio-nio', version: '3.8.4.Final'
}

0 comments on commit a8d10f2

Please sign in to comment.