-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgradle.properties
52 lines (41 loc) · 901 Bytes
/
gradle.properties
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
# General
version = 1.19.6
# Plugins
shadowVersion = 7.1.2
detektVersion = 1.23.6
kotlinVersion = 2.0.0
kotlinCoroutinesVersion = 1.9.0-RC
junitVersion = 5.8.2
releasePluginVersion = 3.0.2
# Logging
slf4jVersion = 1.7.25
logbackVersion = 1.5.6
# Project Reactor
reactorCoreVersion = 3.3.8.RELEASE
reactorKotlinVersion = 1.0.2.RELEASE
# JDA
jdaVersion = 5.0.1
jdaChewtilsVersion = 2.0
jdaKtxVersion = 0.12.0
# Parsing
romeVersion = 1.11.1
jsoupVersion = 1.17.2
jacksonVersion = 2.11.3
# Apache Commons
commonsLangVersion = 3.8.1
commonsConfigurationVersion = 2.11.0
# Networking
okhttpVersion = 4.12.0
retrofitVersion = 2.11.0
retrofitReactorVersion = 2.1.0
# Database
jedisVersion = 3.3.0
mongodbVersion = 4.0.5
kmongoVersion = 4.0.3
# Database Migration
mongockRunnerVersion = 5.0.1.BETA
mongockDriverVersion = 5.0.2.BETA
# Cache
caffeineVersion = 2.8.5
# Generation
xchartVersion = 3.8.1