Skip to content

Commit

Permalink
Update to latest shadow jar dep (#192)
Browse files Browse the repository at this point in the history
The coordinates of this dependency have changed. Update to point at the
latest version of the plugin.
  • Loading branch information
pkwarren authored Jan 8, 2024
1 parent c292ac0 commit 8a46c6e
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 @@ -11,7 +11,7 @@ moshi = "1.15.0"
okhttp = "4.12.0"
okio = "3.7.0"
protobuf = "3.25.1"
shadowjar = "7.1.2"
shadowjar = "8.1.1"
slf4j = "2.0.10"
spotless = "6.23.3"

Expand Down Expand Up @@ -53,7 +53,7 @@ protobuf-java-util = { module = "com.google.protobuf:protobuf-java-util", versio
protobuf-javalite = { module = "com.google.protobuf:protobuf-javalite", version.ref = "protobuf" }
protobuf-kotlin = { module = "com.google.protobuf:protobuf-kotlin", version.ref = "protobuf" }
protobuf-kotlinlite = { module = "com.google.protobuf:protobuf-kotlin-lite", version.ref = "protobuf" }
shadowjar = { module = "gradle.plugin.com.github.johnrengelman:shadow", version.ref = "shadowjar" }
shadowjar = { module = "com.github.johnrengelman:shadow", version.ref = "shadowjar" }
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
testcontainers = { module = "org.testcontainers:testcontainers", version = "1.19.3" }
Expand Down

0 comments on commit 8a46c6e

Please sign in to comment.