-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathgradle.properties
More file actions
57 lines (40 loc) ยท 889 Bytes
/
gradle.properties
File metadata and controls
57 lines (40 loc) ยท 889 Bytes
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
kotlin.code.style=official
### Project ###
group=org.gitanimals
version=2.5.1
### Spring ###
springDependencyManagementVersion=1.1.1
springbootVersion=3.2.1
springMockkVersion=4.0.0
### Jetbrain ###
jetbrainKotlinVersion=1.9.22
jvmTarget=21
### Database ###
mysqlConnectorVersion=8.0.33
### Kotest ###
kotestVersion=5.7.2
kotestExtensionSpringVersion=1.1.3
### TestContainer ###
testContainerVersion=1.19.3
### Netx ###
netxVersion=0.5.0
### Sentry ###
sentryVersion=4.4.0
### RestAssured ###
restAssuredVersion=5.4.0
### H2version ###
h2Version=1.4.200
### Snowflake ###
snowflakeVersion=5.2.5
### Caffeine cache ###
caffeineCacheVersion=3.1.8
### Ecs logback encoder ###
logbackEcsEncoderVersion=1.6.0
### Slack ###
slackVersion=1.40.2
### Jackson version ###
jacksonVersion=2.15.3
### Redisson ###
redissonVersion=3.47.0
### Slf4jKotinx ###
slf4jKotlinxVersion = 1.9.0