Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Feb 2, 2024
1 parent 3b61973 commit 9c84f6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ plugins {
`jvm-test-suite`
application
id("org.ajoberstar.grgit.service") version "5.2.1"
id("com.github.ben-manes.versions") version "0.50.0"
id("com.github.ben-manes.versions") version "0.51.0"
}

fun getProperty(name: String): String {
Expand Down Expand Up @@ -356,12 +356,12 @@ fun DependencyHandler.lwjgl(name: String? = null) {

dependencies {
implementation("org.slf4j", "slf4j-api", "2.0.9")
implementation("com.google.guava", "guava", "32.1.3-jre")
implementation("com.google.guava", "guava", "33.0.0-jre")
implementation("dnsjava", "dnsjava", "3.5.3")
implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
implementation("org.jline", "jline", "3.24.1")
implementation("org.jline", "jline", "3.25.1")
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
implementation("com.github.oshi", "oshi-core", "6.4.8")
implementation("com.github.oshi", "oshi-core", "6.4.11")
implementation("com.github.luben", "zstd-jni", "1.5.5-11", classifier = zstdNatives)
implementation("org.apache.commons", "commons-lang3", "3.14.0")
implementation("org.kamranzafar", "jtar", "2.3")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kotlin.code.style=official
javafx.version=19.0.2.1
lwjgl.version=3.3.3
ikonli.version=12.3.1
netty.version=4.1.101.Final
jackson.version=2.16.0
netty.version=4.1.105.Final
jackson.version=2.16.1
kutil.version=1.26.0
glm.version=0.9.9.1-12

0 comments on commit 9c84f6c

Please sign in to comment.