Update dependency tools.jackson.dataformat:jackson-dataformat-toml to v3.1.4
Build and Test / build (pull_request) Successful in 49s

This commit is contained in:
2026-05-30 00:00:10 +00:00
parent 0e6a327c08
commit 3b8df5824f
+1 -1
View File
@@ -39,7 +39,7 @@ dependencies {
testAnnotationProcessor("io.avaje:avaje-inject-generator:${avajeInjectVersion}")
// Parsing TOML files
implementation("tools.jackson.dataformat:jackson-dataformat-toml:3.1.3")
implementation("tools.jackson.dataformat:jackson-dataformat-toml:3.1.4")
// LibGDX
api("com.badlogicgames.gdx:gdx:$gdxVersion")