File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
id(" com.google.osdetector" ) version " 1.7.3"
10
10
id(" io.freefair.lombok" ) version " 8.6"
11
11
id(" com.github.ben-manes.versions" ) version " 0.51.0"
12
- id(" io.gatling.gradle" ) version " 3.10.4 "
12
+ id(" io.gatling.gradle" ) version " 3.10.5 "
13
13
id(" net.ltgt.errorprone" ) version " 3.1.0"
14
14
}
15
15
@@ -45,11 +45,11 @@ dependencies {
45
45
46
46
// https://github.com/netty/netty/issues/11020
47
47
if (osdetector.arch == " aarch_64" ) {
48
- testImplementation(" io.netty:netty-all:4.1.107 .Final" )
48
+ testImplementation(" io.netty:netty-all:4.1.108 .Final" )
49
49
}
50
50
51
51
errorprone(" com.google.errorprone:error_prone_core:2.26.1" )
52
- errorprone(" jp.skypencil.errorprone.slf4j:errorprone-slf4j:0.1.22 " )
52
+ errorprone(" jp.skypencil.errorprone.slf4j:errorprone-slf4j:0.1.23 " )
53
53
}
54
54
55
55
tasks.withType<Test >().configureEach {
You can’t perform that action at this time.
0 commit comments