Skip to content

Commit

Permalink
Merge pull request #648 from hivemq/renovate/hivemq-mqtt-client/maste…
Browse files Browse the repository at this point in the history
…r-non-major-netty

Update non-major netty dependencies to v4.1.115.Final (master)
  • Loading branch information
LukasBrand authored Nov 26, 2024
2 parents 72f3ca4 + df6ff62 commit 76141e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Setup Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: 'adopt'
java-version: '8'
distribution: temurin
java-version: |
8
11
- name: Check
run: ./gradlew check javadoc
run: ./gradlew check javadoc
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Setup Java
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
with:
distribution: 'adopt'
java-version: '8'
distribution: temurin
java-version: 8
- name: Publish to Maven Central
env:
ORG_GRADLE_PROJECT_signKey: ${{ secrets.SIGN_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ prevVersion=1.3.2
#
rxjava.version=2.2.21
reactive-streams.version=1.0.4
netty.version=4.1.99.Final
netty.version=4.1.115.Final
jctools.version=2.1.2
annotations.version=16.0.3
dagger.version=2.27
Expand Down

0 comments on commit 76141e5

Please sign in to comment.