Skip to content

Commit fa29778

Browse files
committed
update dependencies
1 parent 9524390 commit fa29778

File tree

4 files changed

+46
-46
lines changed

4 files changed

+46
-46
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ gitPluginVersion=0.13.0
77
osDetectorPluginVersion=1.7.3
88
versionsPluginVersion=0.45.0
99

10-
nettyVersion=4.1.114.Final
10+
nettyVersion=4.1.115.Final
1111
jauntNettyWebsocketHttp1=1.2.0
12-
nettyTcnativeVersion=2.0.66.Final
12+
nettyTcnativeVersion=2.0.69.Final
1313
hdrHistogramVersion=2.1.12
1414
slf4jVersion=1.7.36
1515
logbackVersion=1.2.13
1616
jsr305Version=3.0.2
1717

18-
junitVersion=5.11.1
18+
junitVersion=5.11.3
1919
assertjVersion=3.26.3
2020

2121
org.gradle.parallel=true

netty-websocket-http2-callbacks-codec/gradle.lockfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
88
com.google.guava:guava:22.0=googleJavaFormat1.6
99
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
1010
com.jauntsdn.netty:netty-websocket-http1:1.2.0=compileClasspath
11-
io.netty:netty-buffer:4.1.114.Final=compileClasspath
12-
io.netty:netty-codec-http2:4.1.114.Final=compileClasspath
13-
io.netty:netty-codec-http:4.1.114.Final=compileClasspath
14-
io.netty:netty-codec:4.1.114.Final=compileClasspath
15-
io.netty:netty-common:4.1.114.Final=compileClasspath
16-
io.netty:netty-handler:4.1.114.Final=compileClasspath
17-
io.netty:netty-resolver:4.1.114.Final=compileClasspath
18-
io.netty:netty-transport-native-unix-common:4.1.114.Final=compileClasspath
19-
io.netty:netty-transport:4.1.114.Final=compileClasspath
11+
io.netty:netty-buffer:4.1.115.Final=compileClasspath
12+
io.netty:netty-codec-http2:4.1.115.Final=compileClasspath
13+
io.netty:netty-codec-http:4.1.115.Final=compileClasspath
14+
io.netty:netty-codec:4.1.115.Final=compileClasspath
15+
io.netty:netty-common:4.1.115.Final=compileClasspath
16+
io.netty:netty-handler:4.1.115.Final=compileClasspath
17+
io.netty:netty-resolver:4.1.115.Final=compileClasspath
18+
io.netty:netty-transport-native-unix-common:4.1.115.Final=compileClasspath
19+
io.netty:netty-transport:4.1.115.Final=compileClasspath
2020
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
2121
empty=annotationProcessor

netty-websocket-http2/gradle.lockfile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
99
com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
1010
com.google.guava:guava:22.0=googleJavaFormat1.6
1111
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
12-
io.netty:netty-buffer:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13-
io.netty:netty-codec-http2:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14-
io.netty:netty-codec-http:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15-
io.netty:netty-codec:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16-
io.netty:netty-common:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17-
io.netty:netty-handler:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
io.netty:netty-resolver:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19-
io.netty:netty-tcnative-boringssl-static:2.0.66.Final=testRuntimeClasspath
20-
io.netty:netty-tcnative-classes:2.0.66.Final=testRuntimeClasspath
21-
io.netty:netty-transport-native-unix-common:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22-
io.netty:netty-transport:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
io.netty:netty-buffer:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
io.netty:netty-codec-http2:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14+
io.netty:netty-codec-http:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15+
io.netty:netty-codec:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16+
io.netty:netty-common:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
io.netty:netty-handler:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
io.netty:netty-resolver:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
io.netty:netty-tcnative-boringssl-static:2.0.69.Final=testRuntimeClasspath
20+
io.netty:netty-tcnative-classes:2.0.69.Final=testRuntimeClasspath
21+
io.netty:netty-transport-native-unix-common:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22+
io.netty:netty-transport:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2323
net.bytebuddy:byte-buddy:1.14.18=testCompileClasspath,testRuntimeClasspath
2424
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
2525
org.assertj:assertj-core:3.26.3=testCompileClasspath,testRuntimeClasspath
2626
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
27-
org.junit.jupiter:junit-jupiter-api:5.11.1=testCompileClasspath,testRuntimeClasspath
28-
org.junit.jupiter:junit-jupiter-engine:5.11.1=testRuntimeClasspath
29-
org.junit.jupiter:junit-jupiter-params:5.11.1=testCompileClasspath,testRuntimeClasspath
30-
org.junit.platform:junit-platform-commons:1.11.1=testCompileClasspath,testRuntimeClasspath
31-
org.junit.platform:junit-platform-engine:1.11.1=testRuntimeClasspath
32-
org.junit:junit-bom:5.11.1=testCompileClasspath,testRuntimeClasspath
27+
org.junit.jupiter:junit-jupiter-api:5.11.3=testCompileClasspath,testRuntimeClasspath
28+
org.junit.jupiter:junit-jupiter-engine:5.11.3=testRuntimeClasspath
29+
org.junit.jupiter:junit-jupiter-params:5.11.3=testCompileClasspath,testRuntimeClasspath
30+
org.junit.platform:junit-platform-commons:1.11.3=testCompileClasspath,testRuntimeClasspath
31+
org.junit.platform:junit-platform-engine:1.11.3=testRuntimeClasspath
32+
org.junit:junit-bom:5.11.3=testCompileClasspath,testRuntimeClasspath
3333
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
3434
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3535
empty=annotationProcessor,testAnnotationProcessor

netty-websocket-multiprotocol/gradle.lockfile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ com.google.googlejavaformat:google-java-format:1.6=googleJavaFormat1.6
1010
com.google.guava:guava:22.0=googleJavaFormat1.6
1111
com.google.j2objc:j2objc-annotations:1.1=googleJavaFormat1.6
1212
com.jauntsdn.netty:netty-websocket-http1:1.2.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
13-
io.netty:netty-buffer:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14-
io.netty:netty-codec-http2:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15-
io.netty:netty-codec-http:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16-
io.netty:netty-codec:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17-
io.netty:netty-common:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18-
io.netty:netty-handler:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19-
io.netty:netty-resolver:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20-
io.netty:netty-tcnative-boringssl-static:2.0.66.Final=testRuntimeClasspath
21-
io.netty:netty-tcnative-classes:2.0.66.Final=testRuntimeClasspath
22-
io.netty:netty-transport-native-unix-common:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23-
io.netty:netty-transport:4.1.114.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
io.netty:netty-buffer:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14+
io.netty:netty-codec-http2:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15+
io.netty:netty-codec-http:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16+
io.netty:netty-codec:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
io.netty:netty-common:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
io.netty:netty-handler:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
io.netty:netty-resolver:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
io.netty:netty-tcnative-boringssl-static:2.0.69.Final=testRuntimeClasspath
21+
io.netty:netty-tcnative-classes:2.0.69.Final=testRuntimeClasspath
22+
io.netty:netty-transport-native-unix-common:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23+
io.netty:netty-transport:4.1.115.Final=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
2424
net.bytebuddy:byte-buddy:1.14.18=testCompileClasspath,testRuntimeClasspath
2525
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
2626
org.assertj:assertj-core:3.26.3=testCompileClasspath,testRuntimeClasspath
2727
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
28-
org.junit.jupiter:junit-jupiter-api:5.11.1=testCompileClasspath,testRuntimeClasspath
29-
org.junit.jupiter:junit-jupiter-engine:5.11.1=testRuntimeClasspath
30-
org.junit.jupiter:junit-jupiter-params:5.11.1=testCompileClasspath,testRuntimeClasspath
31-
org.junit.platform:junit-platform-commons:1.11.1=testCompileClasspath,testRuntimeClasspath
32-
org.junit.platform:junit-platform-engine:1.11.1=testRuntimeClasspath
33-
org.junit:junit-bom:5.11.1=testCompileClasspath,testRuntimeClasspath
28+
org.junit.jupiter:junit-jupiter-api:5.11.3=testCompileClasspath,testRuntimeClasspath
29+
org.junit.jupiter:junit-jupiter-engine:5.11.3=testRuntimeClasspath
30+
org.junit.jupiter:junit-jupiter-params:5.11.3=testCompileClasspath,testRuntimeClasspath
31+
org.junit.platform:junit-platform-commons:1.11.3=testCompileClasspath,testRuntimeClasspath
32+
org.junit.platform:junit-platform-engine:1.11.3=testRuntimeClasspath
33+
org.junit:junit-bom:5.11.3=testCompileClasspath,testRuntimeClasspath
3434
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
3535
org.slf4j:slf4j-api:1.7.36=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3636
empty=annotationProcessor,testAnnotationProcessor

0 commit comments

Comments
 (0)