Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bixilon committed Feb 21, 2024
1 parent 5aa3e3f commit af2cd52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ plugins {
kotlin("jvm") version "1.9.21"
`jvm-test-suite`
application
id("org.ajoberstar.grgit.service") version "5.2.1"
id("org.ajoberstar.grgit.service") version "5.2.2"
id("com.github.ben-manes.versions") version "0.51.0"
}

Expand Down Expand Up @@ -219,7 +219,7 @@ testing {
// ToDo: Include dependencies from project
implementation("de.bixilon:kutil:$kutilVersion")
implementation("de.bixilon:kotlin-glm:$glmVersion")
implementation("it.unimi.dsi:fastutil-core:8.5.12")
implementation("it.unimi.dsi:fastutil-core:8.5.13")

implementation("de.bixilon:mbf-kotlin:1.0.2") { exclude("com.github.luben", "zstd-jni") }

Expand Down Expand Up @@ -361,7 +361,7 @@ dependencies {
implementation("net.sourceforge.argparse4j", "argparse4j", "0.9.0")
implementation("org.jline", "jline", "3.25.1")
implementation("org.l33tlabs.twl", "pngdecoder", "1.0")
implementation("com.github.oshi", "oshi-core", "6.4.11")
implementation("com.github.oshi", "oshi-core", "6.4.12")
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

0 comments on commit af2cd52

Please sign in to comment.