-
Notifications
You must be signed in to change notification settings - Fork 134
/
versions.props
57 lines (54 loc) · 2.12 KB
/
versions.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
com.fasterxml.jackson.core:jackson-databind = 2.18.2
com.github.ben-manes.caffeine:caffeine = 3.1.8
com.google.auto.service:auto-service = 1.1.1
com.google.guava:guava = 33.3.1-jre
com.palantir.safe-logging:* = 3.7.0
com.palantir.suppressible-error-prone:* = 1.5.0
commons-lang:commons-lang = 2.6
javax.ws.rs:javax.ws.rs-api = 2.1.1
org.apache.maven.shared:maven-dependency-analyzer = 1.15.1
org.apache.maven:maven-core = 3.9.1
org.inferred:freebuilder = 1.14.6
org.jooq:jooq = 3.19.16
org.slf4j:* = 1.7.36
org.immutables:* = 2.10.1
org.ow2.asm:asm = 9.7.1
com.google.errorprone:error_prone_* = 2.31.0
com.googlecode.java-diff-utils:diffutils = 1.3.0
com.puppycrawl.tools:checkstyle = 10.20.2
com.palantir.gradle.utils:* = 0.9.0
com.uber.nullaway:nullaway = 0.12.1
com.palantir.gradle.failure-reports:* = 1.2.0
# test deps
com.fasterxml.jackson.*:* = 2.18.2
com.github.stefanbirkner:system-rules = 1.19.0
com.netflix.nebula:nebula-test = 10.6.2
com.palantir.conjure.java:* = 8.35.0
com.palantir.conjure.java.api:* = 2.57.0
com.palantir.conjure.java.runtime:* = 8.16.0
com.palantir.tokens:auth-tokens = 3.18.0
com.palantir.tritium:* = 0.96.0
commons-io:* = 2.18.0
junit:junit = 4.13.2
net.lingala.zip4j:zip4j = 1.3.2
net.ltgt.gradle:gradle-errorprone-plugin = 4.1.0
one.util:streamex = 0.8.3
org.apache.commons:commons-lang3 = 3.17.0
org.assertj:assertj-core = 3.26.3
org.hamcrest:hamcrest-core = 3.0
org.junit.jupiter:* = 5.11.3
org.junit.vintage:* = 5.11.3
org.junit.platform:* = 1.11.3
org.mockito:* = 5.14.2
# dependency-upgrader:OFF
# Don't upgrade, we will remove this in a future release.
# Users should depend on this plugin directly such that it will get updated by excavator.
com.palantir.javaformat:gradle-palantir-java-format = 1.1.0
# Newer spotless versions have issues resolving dependencies at configuration time
com.diffplug.spotless:spotless-plugin-gradle = 6.6.0
# Groovy versions must be compatible with gradle
org.codehaus.groovy:* = 3.0.13
# checkerframework dependencies should be limited to errorpropne and nullaway
# requirements, upgrading prior to those often causes compilation failures.
org.checkerframework:* = 3.48.1
# dependency-upgrader:ON