forked from line/centraldogma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.yml
257 lines (210 loc) · 6.75 KB
/
dependencies.yml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
#
# NB: Update NOTICE.txt and add/remove LICENSE.*.txt when adding/removing a dependency.
# If its classes are exposed in Javadoc, update offline links as well.
#
boms:
- com.fasterxml.jackson:jackson-bom:2.13.0
- com.linecorp.armeria:armeria-bom:1.13.4
- io.micrometer:micrometer-bom:1.7.6
- org.junit:junit-bom:5.8.2
ch.qos.logback:
logback-classic:
version: '1.2.7'
javadocs:
- https://www.javadoc.io/doc/ch.qos.logback/logback-classic/1.2.7/
com.beust:
# Please check `jcommander` version of Maven Central Repository before updating
# https://search.maven.org/artifact/com.beust/jcommander
jcommander: { version: '1.81' }
com.boazj.gradle:
gradle-log-plugin: { version: '0.1.0' }
# Don't update `gradle-docker-plugin` to '7.x' that requires Java 11
com.bmuschko:
gradle-docker-plugin: { version: '6.7.0' }
com.craigburke.gradle:
client-dependencies: { version: '1.4.1' }
com.cronutils:
# Don't update `cron-utils` version
cron-utils:
version: '5.0.5'
relocations:
- from: com.cronutils
to: com.linecorp.centraldogma.internal.shaded.cronutils
com.fasterxml.jackson.core:
jackson-annotations:
javadocs:
- https://fasterxml.github.io/jackson-annotations/javadoc/2.12/
jackson-core:
javadocs:
- https://fasterxml.github.io/jackson-core/javadoc/2.12/
jackson-databind:
javadocs:
- https://fasterxml.github.io/jackson-databind/javadoc/2.12/
com.github.ben-manes.caffeine:
caffeine:
version: '2.9.1'
javadocs:
- https://www.javadoc.io/doc/com.github.ben-manes.caffeine/caffeine/2.9.1/
com.github.jengelman.gradle.plugins:
shadow: { version: '6.1.0' }
com.github.node-gradle:
gradle-node-plugin: { version: '3.1.1' }
com.google.code.findbugs:
jsr305: { version: '3.0.2' }
com.google.guava:
guava:
version: &GUAVA_VERSION '31.0.1-jre'
exclusions:
- com.google.errorprone:error_prone_annotations
- com.google.j2objc:j2objc-annotations
- org.codehaus.mojo:animal-sniffer-annotations
relocations:
- from: com.google.common
to: com.linecorp.centraldogma.internal.shaded.guava
- from: com.google.thirdparty.publicsuffix
to: com.linecorp.centraldogma.internal.shaded.publicsuffix
guava-testlib:
version: *GUAVA_VERSION
exclusions:
- com.google.errorprone:error_prone_annotations
- com.google.j2objc:j2objc-annotations
relocations:
- from: com.google.common
to: com.linecorp.centraldogma.internal.shaded.guava
# A transitive dependency of Guava which needs relocation as well.
failureaccess:
version: '1.0.1'
relocations:
- from: com.google.common
to: com.linecorp.centraldogma.internal.shaded.guava
com.googlecode.java-diff-utils:
diffutils:
version: '1.3.0'
relocations:
- from: difflib
to: com.linecorp.centraldogma.internal.shaded.difflib
com.jayway.jsonpath:
# Don't update `json-path` version
json-path:
version: '2.2.0'
relocations:
- from: com.jayway.jsonpath
to: com.linecorp.centraldogma.internal.shaded.jsonpath
com.jcraft:
jsch: { version: '0.1.55' }
com.linecorp.armeria:
armeria:
javadocs:
- https://www.javadoc.io/doc/com.linecorp.armeria/armeria-javadoc/1.9.0/
com.puppycrawl.tools:
checkstyle: { version: '9.2' }
com.spotify:
completable-futures:
version: '0.3.5'
relocations:
- from: com.spotify.futures
to: com.linecorp.centraldogma.internal.shaded.futures
gradle.plugin.com.github.blindpirate:
gogradle: { version: '0.11.4' }
gradle.plugin.net.davidecavestro:
gradle-jxr-plugin: { version: '0.2.1' }
io.micrometer:
micrometer-core:
javadocs:
- https://www.javadoc.io/doc/io.micrometer/micrometer-core/1.7.3/
micrometer-registry-prometheus:
javadocs:
- https://www.javadoc.io/doc/io.micrometer/micrometer-registry-prometheus/1.7.3/
javax.annotation:
javax.annotation-api: { version: '1.3.2' }
javax.inject:
javax.inject: { version: '1' }
javax.validation:
validation-api: { version: '2.0.1.Final' }
junit:
junit:
version: '4.13.2'
javadocs:
- https://junit.org/junit4/javadoc/4.13.2/
org.junit.jupiter:
junit-jupiter-api:
# ':site:javadoc' fails when we use a newer version of Javadoc.
javadocs:
- https://junit.org/junit5/docs/5.5.2/api/
kr.motd.gradle:
sphinx-gradle-plugin: { version: '2.10.1' }
me.champeau.jmh:
jmh-gradle-plugin: { version: '0.6.6' }
net.javacrumbs.json-unit:
json-unit: { version: &JSON_UNIT_VERSION '2.28.0' }
json-unit-fluent: { version: *JSON_UNIT_VERSION }
com.guardsquare:
proguard-gradle: { version: '7.1.1' }
# Ensure that we use the same ZooKeeper version as what Curator depends on.
# See: https://github.com/apache/curator/blob/master/pom.xml
org.apache.curator:
curator-recipes:
version: &CURATOR_VERSION '4.3.0'
exclusions:
- org.apache.zookeeper:zookeeper
curator-test:
version: *CURATOR_VERSION
exclusions:
- org.apache.zookeeper:zookeeper
org.apache.shiro:
# Don't update `shiro` version
shiro-core:
version: '1.3.2'
javadocs:
- https://shiro.apache.org/static/1.3.2/apidocs/
org.apache.thrift:
libthrift: { version: '0.9.3' }
org.apache.zookeeper:
zookeeper:
version: '3.5.8'
exclusions:
- io.netty:netty-all
- log4j:log4j
- org.apache.yetus:audience-annotations
- org.slf4j:slf4j-log4j12
org.assertj:
assertj-core: { version: '3.21.0' }
org.awaitility:
awaitility: { version: '4.1.1' }
org.hamcrest:
hamcrest-library: { version: '2.2' }
org.eclipse.jetty.alpn:
alpn-api: { version: '1.1.3.v20160715' }
org.eclipse.jgit:
org.eclipse.jgit: { version: &JGIT_VERSION '5.13.0.202109080827-r' }
org.eclipse.jgit.ssh.jsch: { version: *JGIT_VERSION }
org.hibernate.validator:
hibernate-validator: { version: '6.1.6.Final' }
org.javassist:
javassist: { version: '3.28.0-GA' }
org.mockito:
mockito-core: { version: &MOCKITO_VERSION '4.1.0' }
mockito-junit-jupiter: { version: *MOCKITO_VERSION }
org.mortbay.jetty.alpn:
jetty-alpn-agent: { version: '2.0.10' }
org.openjdk.jmh:
jmh-core: { version: &JMH_VERSION '1.33' }
jmh-generator-annprocess: { version: *JMH_VERSION }
org.slf4j:
jcl-over-slf4j: { version: &SLF4J_VERSION '1.7.32' }
jul-to-slf4j: { version: *SLF4J_VERSION }
log4j-over-slf4j: { version: *SLF4J_VERSION }
slf4j-api:
version: *SLF4J_VERSION
javadocs:
- https://www.javadoc.io/doc/org.slf4j/slf4j-api/1.7.30/
org.springframework.boot:
spring-boot-starter:
version: &SPRING_BOOT_VERSION '2.5.5'
javadocs:
- https://docs.spring.io/spring/docs/current/javadoc-api/
spring-boot-starter-test: { version: *SPRING_BOOT_VERSION }
spring-boot-configuration-processor: { version: *SPRING_BOOT_VERSION }
spring-boot-gradle-plugin: { version: *SPRING_BOOT_VERSION }
org.quartz-scheduler:
quartz: { version: '2.3.2' }