Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and rfresh2 committed Jul 30, 2023
1 parent 4984234 commit 80b78bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ext {
lombokVersion = "1.18.28"
porklibVersion = "0.5.8-SNAPSHOT"
postgresVersion = '42.6.0'
nettyVersion = '4.1.95.Final'
nettyVersion = '4.1.96.Final'
jooqVersion = "3.18.5"
}

Expand Down Expand Up @@ -175,7 +175,7 @@ dependencies {
shade "org.postgresql:postgresql:$postgresVersion"
shade 'org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r'
shade 'org.eclipse.jgit:org.eclipse.jgit.ssh.jsch:6.6.0.202305301015-r'
shade 'com.github.mwiede:jsch:0.2.9'
shade 'com.github.mwiede:jsch:0.2.10'
shade 'com.google.guava:guava:32.1.1-jre'
shade "org.apache.commons:commons-math3:3.6.1"
shade "org.apache.commons:commons-collections4:4.4"
Expand Down Expand Up @@ -210,7 +210,7 @@ dependencies {
// shade 'io.netty.incubator:netty-incubator-transport-native-io_uring:0.0.21.Final:linux-x86_64'

shade "com.github.collarmc:pounce:0e8492b68e"
shade('org.redisson:redisson:3.23.1') {
shade('org.redisson:redisson:3.23.2') {
exclude group: 'io.netty'
}
shade 'com.nukkitx.fastutil:fastutil-object-object-maps:8.5.3'
Expand Down

0 comments on commit 80b78bb

Please sign in to comment.