Skip to content

Commit d1c9a47

Browse files
committed
Merge branch 'release/0.9.3'
2 parents 48c7656 + 602e1c7 commit d1c9a47

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
}
2626
2727
dependencies {
28-
implementation "com.jauntsdn.netty:netty-vmsocket:0.9.1"
28+
implementation "com.jauntsdn.netty:netty-vmsocket:0.9.2"
2929
}
3030
```
3131

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group=com.jauntsdn.netty
2-
version=0.9.2
2+
version=0.9.3
33

44
googleJavaFormatPluginVersion=0.9
55
dependencyManagementPluginVersion=1.1.0
66
gitPluginVersion=0.13.0
77
osDetectorPluginVersion=1.7.3
88
versionsPluginVersion=0.45.0
99

10-
nettyVersion=4.1.106.Final
10+
nettyVersion=4.1.109.Final
1111
slf4jVersion=1.7.36
1212
logbackVersion=1.2.13
1313

netty-vmsocket/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ 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.106.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
13-
io.netty:netty-common:4.1.106.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
14-
io.netty:netty-resolver:4.1.106.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
15-
io.netty:netty-transport-classes-epoll:4.1.106.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
16-
io.netty:netty-transport-native-epoll:4.1.106.Final=testRuntimeClasspath
17-
io.netty:netty-transport-native-unix-common:4.1.106.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
18-
io.netty:netty-transport:4.1.106.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
12+
io.netty:netty-buffer:4.1.109.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
13+
io.netty:netty-common:4.1.109.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
14+
io.netty:netty-resolver:4.1.109.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
15+
io.netty:netty-transport-classes-epoll:4.1.109.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
16+
io.netty:netty-transport-native-epoll:4.1.109.Final=testRuntimeClasspath
17+
io.netty:netty-transport-native-unix-common:4.1.109.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
18+
io.netty:netty-transport:4.1.109.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
1919
net.bytebuddy:byte-buddy:1.14.11=testCompileClasspath,testRuntimeClasspath
2020
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
2121
org.assertj:assertj-core:3.25.3=testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)