-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathgradle.properties
More file actions
55 lines (47 loc) · 1.34 KB
/
gradle.properties
File metadata and controls
55 lines (47 loc) · 1.34 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
version=2.3.8
group=com.datastax.oss.cdc
# repositories
extraRepoUrl=https://repo.aws.dsinternal.org/artifactory/datastax-releases-local
snapshotsRepoUrl=https://repo.aws.dsinternal.org/artifactory/datastax-snapshots-local
releasesRepoUrl=https://repo.datastax.com/artifactory/datastax-public-releases-local
# deps version
avroVersion=1.11.4
jacksonCoreVersion=2.21.2
lombokVersion=1.18.20
ossDriverVersion=4.19.2
cassandra3Version=3.11.19
cassandra4Version=4.0.4
dse4Version=6.8.61
pulsarGroup=org.apache.pulsar
pulsarVersion=3.0.3
bouncycastleVersion=1.84
protobufJavaVersion=3.25.8
# Used when running tests locally, CI will override those values
testPulsarImage=datastax/lunastreaming
testPulsarImageTag=2.10_3.4
kafkaVersion=3.9.2
lz4javaVersion=1.10.1
vavrVersion=0.10.3
testContainersVersion=1.19.1
caffeineVersion=2.8.8
guavaVersion=33.5.0-jre
messagingConnectorsCommonsVersion=1.0.14
slf4jVersion=1.7.30
# pulsar connector
logbackVersion=1.5.27
jacksonBomVersion=2.13.4.20221013
jnrVersion=3.1.15
nettyVersion=4.1.118.Final
nettyTcNativeVersion=2.0.46.Final
commonCompressVersion=1.28.0
gsonVersion=2.8.9
jsonVersion=20250517
# cassandra settings for docker images
commitlog_sync_period_in_ms=2000
cdc_total_space_in_mb=70
# default docker repo + slash
dockerRepo=myrepo/
# CDC backfilling Client
dsbulkVersion=1.11.0
# test
junitJupiterVersion=5.7.2