File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 {
4444ext {
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
You can’t perform that action at this time.
0 commit comments