Skip to content

Commit 7fbb661

Browse files
updated viaversion and some other dependencies
1 parent 680081f commit 7fbb661

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ dependencies {
6868
implementation(kotlin("stdlib-jdk8"))
6969
implementation(kotlin("reflect"))
7070

71-
val vvVer = "5.8.1-SNAPSHOT"
72-
val vbVer = "5.8.1-SNAPSHOT"
73-
val vrVer = "4.1.0-SNAPSHOT"
74-
val vafVer = "4.1.1-SNAPSHOT"
75-
val vlVer = "3.0.15-SNAPSHOT"
71+
val vvVer = "5.9.1-SNAPSHOT"
72+
val vbVer = "5.9.1-SNAPSHOT"
73+
val vrVer = "4.1.1-SNAPSHOT"
74+
val vafVer = "4.2.0"
75+
val vlVer = "3.0.16-SNAPSHOT"
7676
implementation("com.viaversion:viaversion-common:$vvVer") { isTransitive = false }
7777
implementation("com.viaversion:viabackwards-common:$vbVer") { isTransitive = false }
7878
implementation("com.viaversion:viarewind-common:$vrVer") { isTransitive = false }
@@ -96,7 +96,7 @@ dependencies {
9696
implementation("org.powernukkit.fastutil:fastutil-lite:8.1.1")
9797
implementation("org.yaml:snakeyaml:2.5")
9898

99-
val log4jVer = "2.24.3"
99+
val log4jVer = "2.25.4"
100100
val slf4jVer = "2.0.17"
101101
implementation("com.lmax:disruptor:4.0.0")
102102
implementation("net.minecrell:terminalconsoleappender:1.3.0")
@@ -107,7 +107,7 @@ dependencies {
107107
implementation("org.jline:jline-terminal-jansi:3.30.3")
108108
implementation("org.slf4j:slf4j-api:$slf4jVer")
109109

110-
val ktorVersion = "3.3.3"
110+
val ktorVersion = "3.4.3"
111111
implementation("io.ktor:ktor-network-tls-certificates-jvm:$ktorVersion")
112112
implementation("io.ktor:ktor-server-websockets:$ktorVersion")
113113
implementation("io.ktor:ktor-server-netty-jvm:$ktorVersion")
@@ -125,7 +125,7 @@ dependencies {
125125
implementation("io.ktor:ktor-client-logging-jvm:$ktorVersion")
126126
testImplementation("io.ktor:ktor-server-test-host-jvm:$ktorVersion")
127127

128-
implementation("com.auth0:java-jwt:4.5.0")
128+
implementation("com.auth0:java-jwt:4.5.1")
129129
}
130130

131131
val run: JavaExec by tasks

0 commit comments

Comments
 (0)