Skip to content

Commit a620490

Browse files
authored
Update project dependencies (#1041)
JAVA-4807
1 parent 64593e5 commit a620490

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
}
2626
dependencies {
2727
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:7.0.0'
28-
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.9"
28+
classpath "com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13"
2929
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.1.2'
3030

3131
// Scala plugins
@@ -44,14 +44,14 @@ buildscript {
4444
ext {
4545
configDir = new File(rootDir, 'config')
4646
jnrUnixsocketVersion = '0.38.17'
47-
nettyVersion = '4.1.79.Final'
47+
nettyVersion = '4.1.84.Final'
4848
snappyVersion = '1.1.8.4'
49-
zstdVersion = '1.5.2-3'
50-
awsSdkV2Version = '2.17.293'
51-
awsSdkV1Version = '1.12.291'
49+
zstdVersion = '1.5.2-5'
50+
awsSdkV2Version = '2.18.9'
51+
awsSdkV1Version = '1.12.337'
5252
mongoCryptVersion = '1.6.1'
53-
projectReactorVersion = '2020.0.22'
54-
junitBomVersion = '5.8.1'
53+
projectReactorVersion = '2022.0.0'
54+
junitBomVersion = '5.8.2'
5555
gitVersion = getGitVersion()
5656
}
5757

0 commit comments

Comments
 (0)