Skip to content

Commit

Permalink
Merge pull request #207 from mkurz/netty_upgrade
Browse files Browse the repository at this point in the history
Latest netty
  • Loading branch information
mkurz committed Dec 7, 2023
2 parents deb321e + 5458904 commit 6815a02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down
1 change: 0 additions & 1 deletion netty-reactive-streams-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.12</artifactId>
<version>${akka-stream.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</dependencyManagement>

<properties>
<netty.version>4.1.100.Final</netty.version>
<netty.version>4.1.101.Final</netty.version>
<reactive-streams.version>1.0.4</reactive-streams.version>
<akka-stream.version>2.6.21</akka-stream.version>
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
Expand Down

0 comments on commit 6815a02

Please sign in to comment.