Skip to content

Commit

Permalink
chore(deps): Update patch dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 2, 2023
1 parent 13dac48 commit ae4cdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ guice-runtime = "com.google.inject:guice:5.0.1"

# Formats
gson = "com.google.code.gson:gson:2.8.0" # Fixed version, to avoid using API not present in older MC
hocon = "com.typesafe:config:1.4.2"
hocon = "com.typesafe:config:1.4.3"
jackson = "com.fasterxml.jackson.core:jackson-core:2.15.3"

# Tool
clikt = "com.github.ajalt:clikt:2.8.0"
jansi = "org.fusesource.jansi:jansi:2.4.1"

# Build
build-codenarc = { module = "org.codenarc:CodeNarc", version = "3.3.0-groovy-4.0" }
build-codenarc = { module = "org.codenarc:CodeNarc", version = "3.3.0" }
build-codenarcGroovy = { module = "org.apache.groovy:groovy-all", version = "4.0.15" }
build-errorprone = "net.ltgt.gradle:gradle-errorprone-plugin:3.1.0"
build-forbiddenApis = "de.thetaphi:forbiddenapis:3.6"
Expand Down

0 comments on commit ae4cdd4

Please sign in to comment.