-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathversions.gradle
33 lines (33 loc) · 1.28 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
ext {
conclave_version = '1.4-beta2-SNAPSHOT'
// Rather than appending $conclave_version here, we hard code it so the SDK and conclave-graalvm
// versions can go out of sync.
conclave_graal_version = '22.0.0.2-1.4-beta'
kds_version = '0.3-SNAPSHOT'
kotlin_version = '1.7.22'
kotlinx_serialization_json_version = '1.4.1'
kotlinx_serialization_protobuf_version = '1.4.1'
jackson_version = '2.14.1'
slf4j_version = '2.0.5' // Also update ConclaveInit.generateGradleProperties
picocli_version = '4.7.0'
bouncycastle_version = '1.70'
i2pcrypto_eddsa_version = '0.3.0'
classgraph_version = '4.8.152'
junit_jupiter_version = '5.9.1' // Also update ConclaveInit.generateGradleProperties
junit_pioneer_version = '1.9.1'
assertj_version = '3.23.1'
guava_version = '31.1-jre'
spring_boot_version = '2.7.6'
spring_dependency_management_version = '1.1.0'
javax_json_version = '1.1.4'
ibm_icu4j_version = '72.1'
locationtech_jts_version = '1.16.0'
locationtech_spatial4j_version = '0.8'
h2database_h2_version = '1.4.200'
httpclient5_version = '5.2.1'
ktor_version = '2.2.1'
jep_version = '4.1.0'
gramine_version = '1.3.1-1~ubuntu0.18.04'
tomlj_version = '1.1.0'
apache_commons_compress = '1.22'
}