Skip to content

Commit

Permalink
Merge branch '4.2.0.0-branch' into dependabot/gradle/net.fabricmc-fab…
Browse files Browse the repository at this point in the history
…ric-loom-1.9.2
  • Loading branch information
Gamebuster19901 authored Dec 5, 2024
2 parents 06032e0 + 244a18c commit 11943e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
commons_lang_version = "3.14.0"
commons_lang_version = "3.17.0"
commons_text_version = "1.12.0"
commons_io_version = "2.16.1"
commons_io_version = "2.18.0"
fabric_loom_version = "1.9.2"
log4j_version = "2.23.1"
log4j_version = "2.24.2"
provider_version = "1.5.0.3"
vineflower_version = "1.10.1"

Expand All @@ -15,7 +15,7 @@ commons_text = { module = "org.apache.commons:commons-text", version.ref = "comm
commons_io = { module = "commons-io:commons-io", version.ref = "commons_io_version"}
fabric-loom = { module = "net.fabricmc:fabric-loom", version.ref = "fabric_loom_version"}
vineflower = { module = "org.vineflower:vineflower", version.ref = "vineflower_version"}
gson = { module = "com.google.code.gson:gson", version = "2.10.1"}
gson = { module = "com.google.code.gson:gson", version = "2.11.0"}

fabric-loader = { module = "net.fabricmc:fabric-loader", version.ref = "fabric_loader_version" }
provider = { module = "com.wildermods:provider", version.ref = "provider_version" }
Expand Down

0 comments on commit 11943e8

Please sign in to comment.