-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathversions.props
More file actions
35 lines (33 loc) · 1.17 KB
/
versions.props
File metadata and controls
35 lines (33 loc) · 1.17 KB
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
com.fasterxml.jackson.*:* = 2.21.1
com.fasterxml.jackson.core:jackson-annotations = 2.21
com.google.code.findbugs:jsr305 = 3.0.2
com.google.guava:guava = 33.6.0-jre
com.jayway.jsonpath:json-path = 3.0.0
com.networknt:json-schema-validator = 1.0.73
com.palantir.conjure.java:* = 8.78.0
com.palantir.conjure.typescript:* = 5.18.0
com.palantir.conjure:* = 4.58.0
com.palantir.syntactic-paths:syntactic-paths = 0.17.0
com.palantir.tokens:* = 4.5.0
commons-io:commons-io = 2.22.0
info.picocli:picocli = 4.7.7
junit:junit = 4.13.2
org.quicktheories:quicktheories = 0.26
org.apache.commons:commons-lang3 = 3.20.0
org.assertj:* = 3.27.7
org.hamcrest:hamcrest-core = 3.0
org.immutables:value = 2.12.2
org.junit.jupiter:* = 6.1.0
org.junit.platform:* = 6.1.0
org.junit.vintage:* = 6.1.0
org.mockito:* = 5.23.0
org.slf4j:* = 2.0.17
# conflict resolution
com.palantir.safe-logging:* = 3.15.0
# dependency-upgrader:OFF
# Avoid forcing consumers to upgrade jackson
# Match conjure-java-runtime jersey version
org.glassfish.jersey.core:jersey-common = 2.34
# Do not push error_prone_annotations to later versions for consumers
com.google.errorprone:error_prone_annotations = 2.7.1
# dependency-upgrader:ON