aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorMatteo Mara <matteo.mara@sonarsource.com>2023-09-06 15:10:55 +0200
committersonartech <sonartech@sonarsource.com>2023-09-06 20:02:49 +0000
commite2ef61d64965eaef3eb123809fda348d2054159c (patch)
treebe2405d57c51cba1798d334a58733b0e35c8deac /build.gradle
parentf0ade0743d8409f129b93cfc4f5f666f347ea0f6 (diff)
downloadsonarqube-e2ef61d64965eaef3eb123809fda348d2054159c.tar.gz
sonarqube-e2ef61d64965eaef3eb123809fda348d2054159c.zip
SONAR-20328 Update io.netty:netty-all to 4.1.97.Final
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 69b7bcc5e2f..6b25813a4db 100644
--- a/build.gradle
+++ b/build.gradle
@@ -335,7 +335,7 @@ subprojects {
entry 'jjwt-jackson'
}
dependency 'com.auth0:java-jwt:4.4.0'
- dependency 'io.netty:netty-all:4.1.93.Final'
+ dependency 'io.netty:netty-all:4.1.97.Final'
dependency 'com.sun.mail:javax.mail:1.6.2'
dependency 'javax.annotation:javax.annotation-api:1.3.2'
dependency 'javax.inject:javax.inject:1'