We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdaaa1 commit 0b9cdd3Copy full SHA for 0b9cdd3
gradle/dependencies.gradle
@@ -5,7 +5,7 @@ ext {
5
okhttp : '4.2.2', // HTTP Client
6
slf4j : '1.7.30', // Logging
7
logback : '1.2.3', // Logging
8
- undertow : '2.2.7.Final',// Webserver
+ undertow : '2.2.8.Final',// Webserver
9
metrics : '4.2.0', // Metrics
10
guava : '30.1.1-jre', // Common / Helper libraries
11
typesafeConfig : '1.4.1', // Configuration
0 commit comments