Skip to content

Commit ad7ecb1

Browse files
committed
update dependencies
1 parent cc49037 commit ad7ecb1

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
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.101.Final
10+
nettyVersion=4.1.105.Final
1111
nettyTcnativeVersion=2.0.62.Final
1212
hdrHistogramVersion=2.1.12
1313
slf4jVersion=1.7.36
14-
logbackVersion=1.2.12
14+
logbackVersion=1.2.13
1515
jsr305Version=3.0.2
1616

1717
junitVersion=5.10.1
18-
assertjVersion=3.24.2
18+
assertjVersion=3.25.1
1919

2020
org.gradle.parallel=true
2121
org.gradle.configureondemand=true

netty-websocket-http1-test/gradle.lockfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.2.12=testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.2.12=testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.2.13=testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.2.13=testRuntimeClasspath
66
com.google.code.findbugs:jsr305:3.0.2=googleJavaFormat1.6
77
com.google.errorprone:error_prone_annotations:2.0.18=googleJavaFormat1.6
88
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.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
13-
io.netty:netty-codec-http:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
14-
io.netty:netty-codec:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
15-
io.netty:netty-common:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
16-
io.netty:netty-handler:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
17-
io.netty:netty-resolver:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
18-
io.netty:netty-transport-classes-epoll:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
19-
io.netty:netty-transport-classes-kqueue:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
20-
io.netty:netty-transport-native-unix-common:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
21-
io.netty:netty-transport:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
22-
net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath
12+
io.netty:netty-buffer:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
13+
io.netty:netty-codec-http:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
14+
io.netty:netty-codec:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
15+
io.netty:netty-common:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
16+
io.netty:netty-handler:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
17+
io.netty:netty-resolver:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
18+
io.netty:netty-transport-classes-epoll:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
19+
io.netty:netty-transport-classes-kqueue:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
20+
io.netty:netty-transport-native-unix-common:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
21+
io.netty:netty-transport:4.1.105.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
22+
net.bytebuddy:byte-buddy:1.14.11=testCompileClasspath,testRuntimeClasspath
2323
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
24-
org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath
24+
org.assertj:assertj-core:3.25.1=testCompileClasspath,testRuntimeClasspath
2525
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
2626
org.junit.jupiter:junit-jupiter-api:5.10.1=testCompileClasspath,testRuntimeClasspath
2727
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath

netty-websocket-http1/gradle.lockfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ com.google.errorprone:javac-shaded:9+181-r4173-1=googleJavaFormat1.6
77
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
10-
io.netty:netty-buffer:4.1.101.Final=compileClasspath
11-
io.netty:netty-codec-http:4.1.101.Final=compileClasspath
12-
io.netty:netty-codec:4.1.101.Final=compileClasspath
13-
io.netty:netty-common:4.1.101.Final=compileClasspath
14-
io.netty:netty-handler:4.1.101.Final=compileClasspath
15-
io.netty:netty-resolver:4.1.101.Final=compileClasspath
16-
io.netty:netty-transport-native-unix-common:4.1.101.Final=compileClasspath
17-
io.netty:netty-transport:4.1.101.Final=compileClasspath
10+
io.netty:netty-buffer:4.1.105.Final=compileClasspath
11+
io.netty:netty-codec-http:4.1.105.Final=compileClasspath
12+
io.netty:netty-codec:4.1.105.Final=compileClasspath
13+
io.netty:netty-common:4.1.105.Final=compileClasspath
14+
io.netty:netty-handler:4.1.105.Final=compileClasspath
15+
io.netty:netty-resolver:4.1.105.Final=compileClasspath
16+
io.netty:netty-transport-native-unix-common:4.1.105.Final=compileClasspath
17+
io.netty:netty-transport:4.1.105.Final=compileClasspath
1818
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1919
empty=annotationProcessor

0 commit comments

Comments
 (0)