Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dependencies group with 10 updates #170

Merged
merged 1 commit into from
Jan 20, 2025
Merged
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
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
implementation("com.github.rfresh2:MCProtocolLib:1.21.0.25") {
exclude(group = "io.netty")
}
val nettyVersion = "4.1.116.Final"
val nettyVersion = "4.1.117.Final"
implementation("io.netty:netty-codec-haproxy:$nettyVersion")
implementation("io.netty:netty-codec-dns:$nettyVersion")
implementation("io.netty:netty-codec-http2:$nettyVersion")
Expand Down Expand Up @@ -90,7 +90,7 @@ dependencies {
implementation("org.jline:jline-terminal-jni:3.28.0")
implementation("ar.com.hjg:pngj:2.1.0")
implementation("com.zaxxer:HikariCP:6.2.1")
implementation("org.postgresql:postgresql:42.7.4")
implementation("org.postgresql:postgresql:42.7.5")
// todo: 3.46.0 introduces JFR support
// but it causes a runtime exception in graalvm native image if we do not build with JFR support
// which adds about 10mb to the binary size for zero benefit because we do not use jfr
Expand Down
Loading