Skip to content

Commit b9ec539

Browse files
committed
Merge branch 'release/1.1.2'
2 parents c5cc179 + 64a5495 commit b9ec539

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ ubuntu-20.04, macos-11, windows-2019 ]
19-
jdk: [ 8, 11, 17 ]
19+
jdk: [ 8, 11, 17, 21 ]
2020
fail-fast: false
2121

2222
steps:
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v3
2626
with:
2727
java-version: ${{ matrix.jdk }}
28-
distribution: 'temurin'
28+
distribution: 'zulu'
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
@@ -173,7 +173,7 @@ repositories {
173173
}
174174
175175
dependencies {
176-
implementation "com.jauntsdn.netty:netty-websocket-http1:1.1.0"
176+
implementation "com.jauntsdn.netty:netty-websocket-http1:1.1.1"
177177
}
178178
```
179179

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
group=com.jauntsdn.netty
2-
version=1.1.1
2+
version=1.1.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.96.Final
11-
nettyTcnativeVersion=2.0.61.Final
10+
nettyVersion=4.1.101.Final
11+
nettyTcnativeVersion=2.0.62.Final
1212
hdrHistogramVersion=2.1.12
1313
slf4jVersion=1.7.36
1414
logbackVersion=1.2.12
1515
jsr305Version=3.0.2
1616

17-
junitVersion=5.10.0
17+
junitVersion=5.10.1
1818
assertjVersion=3.24.2
1919

2020
org.gradle.parallel=true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

netty-websocket-http1-test/gradle.lockfile

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,26 @@ 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.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
13-
io.netty:netty-codec-http:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
14-
io.netty:netty-codec:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
15-
io.netty:netty-common:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
16-
io.netty:netty-handler:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
17-
io.netty:netty-resolver:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
18-
io.netty:netty-transport-classes-epoll:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
19-
io.netty:netty-transport-classes-kqueue:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
20-
io.netty:netty-transport-native-unix-common:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
21-
io.netty:netty-transport:4.1.96.Final=compileClasspath,testCompileClasspath,testRuntimeClasspath
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
2222
net.bytebuddy:byte-buddy:1.12.21=testCompileClasspath,testRuntimeClasspath
2323
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
2424
org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath
2525
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
26-
org.junit.jupiter:junit-jupiter-api:5.10.0=testCompileClasspath,testRuntimeClasspath
27-
org.junit.jupiter:junit-jupiter-engine:5.10.0=testRuntimeClasspath
28-
org.junit.jupiter:junit-jupiter-params:5.10.0=testCompileClasspath,testRuntimeClasspath
29-
org.junit.platform:junit-platform-commons:1.10.0=testCompileClasspath,testRuntimeClasspath
30-
org.junit.platform:junit-platform-engine:1.10.0=testRuntimeClasspath
31-
org.junit:junit-bom:5.10.0=testCompileClasspath,testRuntimeClasspath
26+
org.junit.jupiter:junit-jupiter-api:5.10.1=testCompileClasspath,testRuntimeClasspath
27+
org.junit.jupiter:junit-jupiter-engine:5.10.1=testRuntimeClasspath
28+
org.junit.jupiter:junit-jupiter-params:5.10.1=testCompileClasspath,testRuntimeClasspath
29+
org.junit.platform:junit-platform-commons:1.10.1=testCompileClasspath,testRuntimeClasspath
30+
org.junit.platform:junit-platform-engine:1.10.1=testRuntimeClasspath
31+
org.junit:junit-bom:5.10.1=testCompileClasspath,testRuntimeClasspath
3232
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
3333
org.slf4j:slf4j-api:1.7.36=compileClasspath,testCompileClasspath,testRuntimeClasspath
3434
empty=annotationProcessor,testAnnotationProcessor

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.96.Final=compileClasspath
11-
io.netty:netty-codec-http:4.1.96.Final=compileClasspath
12-
io.netty:netty-codec:4.1.96.Final=compileClasspath
13-
io.netty:netty-common:4.1.96.Final=compileClasspath
14-
io.netty:netty-handler:4.1.96.Final=compileClasspath
15-
io.netty:netty-resolver:4.1.96.Final=compileClasspath
16-
io.netty:netty-transport-native-unix-common:4.1.96.Final=compileClasspath
17-
io.netty:netty-transport:4.1.96.Final=compileClasspath
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
1818
org.codehaus.mojo:animal-sniffer-annotations:1.14=googleJavaFormat1.6
1919
empty=annotationProcessor

0 commit comments

Comments
 (0)