Skip to content

Commit

Permalink
Upgrade underlying plugin (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo14 authored Jul 12, 2023
1 parent c001424 commit 58b95c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ apply plugin: 'com.palantir.jdks.latest'
dependencies {
implementation localGroovy()
implementation gradleApi()
implementation 'gradle.plugin.com.github.johnrengelman:shadow'
implementation 'com.palantir.fork.com.github.johnrengelman:shadow'
implementation 'com.google.guava:guava'

annotationProcessor 'org.immutables:value'
Expand Down
16 changes: 3 additions & 13 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,10 @@ com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
com.google.guava:guava:31.1-jre (3 constraints: f125b928)
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
com.google.j2objc:j2objc-annotations:1.3 (1 constraints: b809eda0)
commons-io:commons-io:2.11.0 (2 constraints: a118e1a4)
gradle.plugin.com.github.johnrengelman:shadow:7.1.2 (1 constraints: 0c051336)
org.apache.ant:ant:1.10.11 (1 constraints: 9c13d15e)
org.apache.ant:ant-launcher:1.10.11 (1 constraints: c2086096)
org.apache.logging.log4j:log4j-api:2.20.0 (1 constraints: b70e1476)
org.apache.logging.log4j:log4j-core:2.20.0 (1 constraints: 7313504b)
com.palantir.fork.com.github.johnrengelman:shadow:7.1.2.1 (1 constraints: 6b05b840)
org.checkerframework:checker-qual:3.31.0 (2 constraints: 800f8aa1)
org.codehaus.plexus:plexus-utils:3.4.1 (1 constraints: 4013dc37)
org.codehaus.groovy:groovy-backports-compat23:3.0.8 (1 constraints: bf140d8c)
org.immutables:value:2.9.3 (1 constraints: 10051336)
org.jdom:jdom2:2.0.6 (1 constraints: 4013d037)
org.ow2.asm:asm:9.2 (3 constraints: 63252f7c)
org.ow2.asm:asm-analysis:9.2 (1 constraints: e609dfa5)
org.ow2.asm:asm-commons:9.2 (1 constraints: e5129d11)
org.ow2.asm:asm-tree:9.2 (2 constraints: 33148e8c)
org.vafer:jdependency:2.7.0 (1 constraints: 4113df37)

[Test dependencies]
cglib:cglib-nodep:3.2.2 (1 constraints: 490ded24)
Expand All @@ -32,6 +21,7 @@ com.palantir.safe-logging:safe-logging:3.2.0 (6 constraints: a8507600)
com.palantir.tracing:tracing:6.17.0 (1 constraints: 40055c3b)
com.palantir.tracing:tracing-api:6.17.0 (1 constraints: d60c2c16)
com.palantir.tritium:tritium-registry:0.63.0 (1 constraints: 3b05403b)
commons-io:commons-io:2.11.0 (1 constraints: 3605323b)
io.dropwizard.metrics:metrics-core:4.1.1 (1 constraints: 901088a5)
junit:junit:4.13.2 (2 constraints: 6a1ed87b)
org.apiguardian:apiguardian-api:1.1.2 (6 constraints: 896455cc)
Expand Down
3 changes: 1 addition & 2 deletions versions.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
com.fasterxml.jackson.core:jackson-databind = 2.13.2.1
gradle.plugin.com.github.johnrengelman:shadow = 7.1.2
com.palantir.fork.com.github.johnrengelman:shadow = 7.1.2.1
org.immutables:value = 2.9.3
com.google.guava:guava = 31.1-jre
org.apache.logging.log4j:* = 2.20.0

# Test deps
com.palantir.tracing:tracing = 6.17.0
Expand Down

0 comments on commit 58b95c0

Please sign in to comment.