Bump netty

This commit is contained in:
Shane Freeder 2022-06-12 23:53:18 +01:00
parent 90050ffd54
commit e4f5e1c9ab
No known key found for this signature in database
GPG key ID: A3F61EA5A085289C
3 changed files with 16 additions and 7 deletions

View file

@ -6,7 +6,7 @@ Subject: [PATCH] Deobfuscate stacktraces in log messages, crash reports, and
diff --git a/build.gradle.kts b/build.gradle.kts
index 47005e625ba323b93855934b447566246509eabf..513a6b6ac76d984ad7b02dc9ce78b106f0323895 100644
index 708915dfc740360752e7e93b185f469481fdf6e5..6def770d18acc25b9bda1917688039448b36309d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,4 +1,6 @@
@ -31,7 +31,7 @@ index 47005e625ba323b93855934b447566246509eabf..513a6b6ac76d984ad7b02dc9ce78b106
runtimeOnly("org.xerial:sqlite-jdbc:3.36.0.3")
runtimeOnly("mysql:mysql-connector-java:8.0.29")
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
@@ -91,6 +95,45 @@ tasks.shadowJar {
@@ -93,6 +97,45 @@ tasks.shadowJar {
}
}