Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Bump undertow-core from 2.1.0.Final to 2.2.8.Final #509

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
def slf4jVersion = '1.7.28'

compile group: 'io.divolte', name: 'divolte-schema', version: version
compile group: 'io.undertow', name: 'undertow-core', version: '2.1.0.Final'
compile group: 'io.undertow', name: 'undertow-core', version: '2.2.8.Final'
compile group: 'com.typesafe', name: 'config', version: '1.4.0'
compile group: 'com.google.guava', name: 'guava', version: '29.0-jre'
compile group: 'org.apache.avro', name: 'avro', version: avroVersion
Expand Down