Skip to content

Commit 48c7656

Browse files
committed
Merge branch 'release/0.9.2'
2 parents 10031b4 + 39e2569 commit 48c7656

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v3
2626
with:
2727
java-version: ${{ matrix.jdk }}
28-
distribution: "zulu"
28+
distribution: "temurin"
2929
- name: Cache Gradle packages
3030
uses: actions/cache@v3
3131
with:

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.0"
28+
implementation "com.jauntsdn.netty:netty-vmsocket:0.9.1"
2929
}
3030
```
3131

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
group=com.jauntsdn.netty
2-
version=0.9.1
2+
version=0.9.2
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.101.Final
10+
nettyVersion=4.1.106.Final
1111
slf4jVersion=1.7.36
12-
logbackVersion=1.2.12
12+
logbackVersion=1.2.13
1313

14-
junitVersion=5.10.1
15-
assertjVersion=3.24.2
14+
junitVersion=5.10.2
15+
assertjVersion=3.25.3
1616

1717
org.gradle.parallel=true
1818
org.gradle.configureondemand=true

netty-vmsocket/gradle.lockfile

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
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:1.3.9=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-common:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
14-
io.netty:netty-resolver:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
15-
io.netty:netty-transport-classes-epoll:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
16-
io.netty:netty-transport-native-epoll:4.1.101.Final=testRuntimeClasspath
17-
io.netty:netty-transport-native-unix-common:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
18-
io.netty:netty-transport:4.1.101.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
19-
net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath
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
19+
net.bytebuddy:byte-buddy:1.14.11=testCompileClasspath,testRuntimeClasspath
2020
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
21-
org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath
21+
org.assertj:assertj-core:3.25.3=testCompileClasspath,testRuntimeClasspath
2222
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
23-
org.junit.jupiter:junit-jupiter-api:5.10.1=testCompileClasspath,testRuntimeClasspath
24-
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath
25-
org.junit.jupiter:junit-jupiter-params:5.10.1=testCompileClasspath,testRuntimeClasspath
26-
org.junit.platform:junit-platform-commons:1.10.1=testCompileClasspath,testRuntimeClasspath
27-
org.junit.platform:junit-platform-engine:1.10.1=testRuntimeClasspath
28-
org.junit:junit-bom:5.10.1=testCompileClasspath,testRuntimeClasspath
23+
org.junit.jupiter:junit-jupiter-api:5.10.2=testCompileClasspath,testRuntimeClasspath
24+
org.junit.jupiter:junit-jupiter-engine:5.10.2=testRuntimeClasspath
25+
org.junit.jupiter:junit-jupiter-params:5.10.2=testCompileClasspath,testRuntimeClasspath
26+
org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntimeClasspath
27+
org.junit.platform:junit-platform-engine:1.10.2=testRuntimeClasspath
28+
org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath
2929
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
3030
org.slf4j:slf4j-api:1.7.36=testRuntimeClasspath
3131
empty=annotationProcessor,testAnnotationProcessor

0 commit comments

Comments
 (0)