File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
25
25
}
26
26
dependencies {
27
27
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 "
29
29
classpath ' biz.aQute.bnd:biz.aQute.bnd.gradle:5.1.2'
30
30
31
31
// Scala plugins
@@ -44,14 +44,14 @@ buildscript {
44
44
ext {
45
45
configDir = new File (rootDir, ' config' )
46
46
jnrUnixsocketVersion = ' 0.38.17'
47
- nettyVersion = ' 4.1.79 .Final'
47
+ nettyVersion = ' 4.1.84 .Final'
48
48
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 '
52
52
mongoCryptVersion = ' 1.6.1'
53
- projectReactorVersion = ' 2020 .0.22 '
54
- junitBomVersion = ' 5.8.1 '
53
+ projectReactorVersion = ' 2022 .0.0 '
54
+ junitBomVersion = ' 5.8.2 '
55
55
gitVersion = getGitVersion()
56
56
}
57
57
You can’t perform that action at this time.
0 commit comments