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

Bump com.kohlschutter.junixsocket:junixsocket-core from 2.8.1 to 2.8.3 #3647

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2023

Bumps com.kohlschutter.junixsocket:junixsocket-core from 2.8.1 to 2.8.3.

Release notes

Sourced from com.kohlschutter.junixsocket:junixsocket-core's releases.

junixsocket 2.8.3

  • Fix concurrency issue with AFSocketServerConnector, AFSelectionKey; take two
  • Fix regression introduced in 2.8.2 that leaked FileDescriptors
  • Reduce allocation overhead during select

junixsocket 2.8.2

Fix concurrency issue with AFSocketServerConnector, AFSelectionKey

Commits
  • 45d0700 Update site dependency for 2.8.x only
  • cfec208 Update changelog
  • 0f700aa Set version to 2.8.3
  • efacb5a AFSelector: Bring back Java 7 compatibility
  • 470e426 AFSelector: Use single ConcurrentHashMap for registered/selected keys
  • 889ca99 Fix concurrency issue with AFSelector
  • 4b2bfc8 Revert "Fix concurrency issue from modifying the selectedKeysSet"
  • f0bafd4 Bump native-maven-plugin dependency
  • 819eeb6 Bump version to 2.8.3-SNAPSHOT
  • 0943b15 Set version to 2.8.2, update changelog
  • 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 [com.kohlschutter.junixsocket:junixsocket-core](https://github.com/kohlschutter/junixsocket) from 2.8.1 to 2.8.3.
- [Release notes](https://github.com/kohlschutter/junixsocket/releases)
- [Commits](kohlschutter/junixsocket@junixsocket-2.8.1...junixsocket-2.8.3)

---
updated-dependencies:
- dependency-name: com.kohlschutter.junixsocket:junixsocket-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull request that updates a dependency label Dec 11, 2023
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (be088e3) 75.41% compared to head (5812201) 75.36%.

❗ Current head 5812201 differs from pull request most recent head f279023. Consider uploading reports for the commit f279023 to get more accurate results

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3647      +/-   ##
============================================
- Coverage     75.41%   75.36%   -0.06%     
+ Complexity     4896     4894       -2     
============================================
  Files           297      297              
  Lines         14965    14965              
  Branches       1130     1130              
============================================
- Hits          11286    11278       -8     
- Misses         3184     3190       +6     
- Partials        495      497       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sazzad16 sazzad16 merged commit 9123c57 into master Dec 11, 2023
4 checks passed
@sazzad16 sazzad16 deleted the dependabot/maven/com.kohlschutter.junixsocket-junixsocket-core-2.8.3 branch December 11, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull request that updates a dependency testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants