File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -268,8 +268,9 @@ dockerCompose {
268
268
isRequiredBy(integrationTest)
269
269
}
270
270
271
- val check by tasks
272
- check.dependsOn(integrationTest)
271
+ tasks[" composeUp" ].dependsOn(" composePull" )
272
+
273
+ tasks[" check" ].dependsOn(integrationTest)
273
274
274
275
tasks.withType<Test > {
275
276
useJUnitPlatform()
Original file line number Diff line number Diff line change @@ -5,22 +5,22 @@ dokkaVersion=1.6.21
5
5
dockerComposeVersion =0.16.4
6
6
dependencyUpdateVersion =0.42.0
7
7
nexusPublishVersion =1.1.0
8
- jsoupVersion =1.14.3
8
+ jsoupVersion =1.15.1
9
9
10
10
coroutinesVersion =1.6.1
11
11
avroVersion =1.11.0
12
12
snappyVersion =1.1.8.4
13
- jacksonVersion =2.13.2.20220328
13
+ jacksonVersion =2.13.3
14
14
jCommanderVersion =1.82
15
15
almworksVersion =1.1.2
16
- minioVersion =8.4.0
16
+ minioVersion =8.4.1
17
17
guavaVersion =31.1-jre
18
18
opencsvVersion =5.6
19
19
okhttpVersion =4.9.3
20
20
jedisVersion =4.2.3
21
21
slf4jVersion =1.7.36
22
22
log4jVersion =2.17.2
23
- azureStorageVersion =12.16.0
23
+ azureStorageVersion =12.16.1
24
24
nettyVersion =4.1.77.Final
25
25
26
26
junitVersion =5.8.2
You can’t perform that action at this time.
0 commit comments