-
Notifications
You must be signed in to change notification settings - Fork 12
/
versions.gradle
37 lines (36 loc) · 1.39 KB
/
versions.gradle
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
ext {
jsr354Version = '1.1'
monetaVersion = '1.4.2'
xChangeVersion = '5.0.11'
bitcoinjVersion = '0.15.10'
lightningjVersion = '0.12.1-Beta'
consensusJVersion = '0.5.9'
guavaVersion = '30.1-jre'
jeroMqVersion = '0.5.2'
testcontainersVersion = '1.16.2'
httpComponentsVersion = '4.4.14'
httpComponentsClientVersion = '4.5.13'
grpcVersion = '1.41.1'
protobufVersion = '3.19.1'
protocVersion = protobufVersion
jmoleculesVersion = '1.3.0'
jmoleculesIntegrationsVersion = '0.5.0'
jmoleculesBomVersion = '2021.1.0'
jacksonDatatypeMoneyVersion = '1.2.2'
zxingVersion = '3.4.1'
acinqBitcoinKmpVersion = '0.8.1'
acinqSecp256k1KmpVersion = '0.6.1'
netlayerVersion = '0.7.2'
sqliteVersion = '3.34.0'
lombokVersion = '1.18.20'
springfoxVersion = '3.0.0'
mockserverVersion = '5.11.2'
checkstyleVersion = '8.44'
findsecbugsPluginVersion = '1.11.0'
springBootGradlePluginVersion = '2.5.6'
protobufGradleVersion = '0.8.17'
// workaround: we have to use a slightly outdated version currently (see https://github.com/raphw/byte-buddy/issues/1054)
// drawback: has issues on project import in intellij; '1.10.14' would work with intellij but does not work on command line : /
bytebuddyPluginVersion = '1.10.22'
}
// hack: 2021-11-10T00:00Z - change this timestamp to invalidate GitHub Actions gradle caches.