Skip to content

Commit c5764ed

Browse files
committed
Bump dependencies
1 parent 9d44631 commit c5764ed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,5 @@ ktlint {
314314
}
315315

316316
tasks.wrapper {
317-
gradleVersion = "7.5"
317+
gradleVersion = "7.5.1"
318318
}

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nexusPublishVersion=1.1.0
88
jsoupVersion=1.15.2
99

1010
coroutinesVersion=1.6.4
11-
avroVersion=1.11.0
11+
avroVersion=1.11.1
1212
snappyVersion=1.1.8.4
1313
jacksonVersion=2.13.3
1414
jCommanderVersion=1.82
@@ -20,9 +20,9 @@ okhttpVersion=4.10.0
2020
jedisVersion=4.2.3
2121
slf4jVersion=1.7.36
2222
log4jVersion=2.18.0
23-
azureStorageVersion=12.18.0
23+
azureStorageVersion=12.19.0
2424
nettyVersion=4.1.79.Final
2525

26-
junitVersion=5.8.2
26+
junitVersion=5.9.0
2727
mockitoKotlinVersion=4.0.0
2828
radarSchemasVersion=0.7.9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)