Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump io.netty:netty-bom from 4.1.110.Final to 4.1.117.Final in /hiero-dependency-versions #17714

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps io.netty:netty-bom from 4.1.110.Final to 4.1.117.Final.

Commits
  • 3b03648 [maven-release-plugin] prepare release netty-4.1.117.Final
  • 28a81c6 Update java versions (#14660)
  • 1bd459a Correcly handle comments appended to nameserver declarations (#14658)
  • ad00d19 Add configure to be able to use perf / intellij profiler within devco… (#14661)
  • cd3dfe9 Update maven to 3.9.9 (#14654)
  • 4d1f98d Adaptive: Only use ThreadLocal if called from FastThreadLocalThread i… (#14656)
  • 01e14bc Provides Brotli settings without com.aayushatharva.brotli4j dependency (#14...
  • d5bad42 OpenSslSession: Add support to defensively check for peer certs (#14641)
  • b8e25e0 SslHandler: Ensure buffers are never leaked when wrap(...) produce SS… (#14647)
  • 9f0b38b Reentrant close in EmbeddedChannel (#14642)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.1.110.Final to 4.1.117.Final.
- [Commits](netty/netty@netty-4.1.110.Final...netty-4.1.117.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 4, 2025 22:26
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 4, 2025 22:26
@dependabot dependabot bot added the Java Pull requests that update Java code label Feb 4, 2025
@dependabot dependabot bot requested a review from andrewb1269hg February 4, 2025 22:26
Copy link

codacy-production bot commented Feb 4, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.05% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (318d5b2) 99083 72324 72.99%
Head commit (ec51923) 98880 (-203) 72125 (-199) 72.94% (-0.05%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#17714) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@mishomihov00 mishomihov00 added this to the v0.60 milestone Feb 5, 2025
@mishomihov00
Copy link
Contributor

@andrewb1269hg assigning over to you.

The 'enforce' is no longer be necessary with the stable dependency
setup we now have.

Signed-off-by: Jendrik Johannes <[email protected]>
@jjohannes jjohannes assigned jjohannes and unassigned andrewb1269hg Feb 5, 2025
Copy link

codecov bot commented Feb 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.91%. Comparing base (318d5b2) to head (ec51923).
Report is 15 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##               main   #17714      +/-   ##
============================================
- Coverage     69.05%   68.91%   -0.14%     
- Complexity    22995    23000       +5     
============================================
  Files          2643     2647       +4     
  Lines         99300    99516     +216     
  Branches      10288    10298      +10     
============================================
+ Hits          68574    68585      +11     
- Misses        26825    27033     +208     
+ Partials       3901     3898       -3     

see 28 files with indirect coverage changes

Impacted file tree graph

@jjohannes jjohannes merged commit 0f0a2ef into main Feb 6, 2025
55 checks passed
@jjohannes jjohannes deleted the dependabot/gradle/hiero-dependency-versions/io.netty-netty-bom-4.1.117.Final branch February 6, 2025 14:32
IvanKavaldzhiev pushed a commit that referenced this pull request Feb 7, 2025
…nal in /hiero-dependency-versions (#17714)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jendrik Johannes <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jendrik Johannes <[email protected]>
Signed-off-by: Ivan Kavaldzhiev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants