Skip to content

Commit

Permalink
Excavator: Update conjure plugins and dependencies (#2149)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Dec 14, 2023
1 parent ddac489 commit 653d726
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ allprojects {
details.useTarget group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.7.1'
details.because "The error_prone_annotations dependency must be low to avoid forcing consumers to use newer releases"
}
if (details.requested.group.startsWith('com.fasterxml.jackson') && details.requested.version == '2.16.0') {
details.useTarget group: details.requested.group, name: details.requested.name, version: '2.15.3'
details.because 'https://github.com/FasterXML/jackson-databind/pull/4230'
}
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ com.google.j2objc:j2objc-annotations:2.8 (1 constraints: be09f5a0)
com.palantir.common:streams:2.2.0 (1 constraints: 0605fb35)
com.palantir.conjure:conjure-api-objects:4.36.0 (3 constraints: 9f27d521)
com.palantir.conjure:conjure-generator-common:4.36.0 (2 constraints: 05146783)
com.palantir.conjure.java.api:errors:2.40.0 (6 constraints: c571f797)
com.palantir.conjure.java.api:service-config:2.40.0 (6 constraints: 1a6630c9)
com.palantir.conjure.java.api:ssl-config:2.40.0 (5 constraints: 9c4f5522)
com.palantir.conjure.java.api:errors:2.41.0 (6 constraints: c7712f9a)
com.palantir.conjure.java.api:service-config:2.41.0 (6 constraints: 1b6648ca)
com.palantir.conjure.java.api:ssl-config:2.41.0 (5 constraints: 9e4fcd23)
com.palantir.conjure.java.runtime:client-config:8.0.0 (6 constraints: 6a6a9114)
com.palantir.conjure.java.runtime:conjure-java-jackson-optimizations:8.0.0 (1 constraints: 4e1c3088)
com.palantir.conjure.java.runtime:conjure-java-jackson-serialization:8.0.0 (4 constraints: 4946bad2)
Expand Down Expand Up @@ -105,7 +105,7 @@ com.helger:profiler:1.1.1 (1 constraints: e21053b8)
com.netflix.feign:feign-core:8.18.0 (3 constraints: de3f76e0)
com.netflix.feign:feign-jackson:8.18.0 (1 constraints: c718909e)
com.palantir.conjure:conjure-core:4.36.0 (1 constraints: 3f05553b)
com.palantir.conjure.java.api:test-utils:2.40.0 (1 constraints: 38053b3b)
com.palantir.conjure.java.api:test-utils:2.41.0 (1 constraints: 39053e3b)
com.palantir.conjure.java.runtime:conjure-java-annotations:8.0.0 (1 constraints: 8e18b485)
com.palantir.conjure.java.runtime:conjure-java-jaxrs-client:8.0.0 (1 constraints: 0a051336)
com.palantir.conjure.java.runtime:conjure-java-jersey-server:8.0.0 (1 constraints: 0a051336)
Expand Down Expand Up @@ -185,7 +185,7 @@ org.junit.jupiter:junit-jupiter-params:5.10.1 (2 constraints: 6c13475b)
org.junit.platform:junit-platform-commons:1.10.1 (2 constraints: 2d214d83)
org.junit.platform:junit-platform-engine:1.10.1 (1 constraints: d310e5c4)
org.jvnet:animal-sniffer-annotation:1.0 (1 constraints: f20b95eb)
org.mockito:mockito-core:5.8.0 (3 constraints: f52482fc)
org.mockito:mockito-core:5.8.0 (3 constraints: f624affc)
org.mockito:mockito-junit-jupiter:5.8.0 (1 constraints: 0f051c36)
org.objenesis:objenesis:3.3 (1 constraints: b20a14bd)
org.opentest4j:opentest4j:1.3.0 (2 constraints: cf209249)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com.google.code.findbugs:jsr305 = 3.0.2
com.google.guava:guava = 32.1.3-jre
com.google.testing.compile:compile-testing = 0.19
com.palantir.common:streams = 2.2.0
com.palantir.conjure.java.api:* = 2.40.0
com.palantir.conjure.java.api:* = 2.41.0
com.palantir.conjure.java.runtime:* = 8.0.0
com.palantir.conjure.verification:* = 0.19.0
com.palantir.conjure:* = 4.36.0
Expand Down

0 comments on commit 653d726

Please sign in to comment.