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 the dependencies group with 6 updates #162

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 17, 2024

Bumps the dependencies group with 6 updates:

Package From To
org.redisson:redisson 3.39.0 3.40.2
org.jline:jline 3.27.1 3.28.0
org.jline:jline-terminal-jni 3.27.1 3.28.0
com.google.guava:guava 33.3.1-jre 33.4.0-jre
org.junit.jupiter:junit-jupiter 5.11.3 5.11.4
org.graalvm.buildtools.native 0.10.3 0.10.4

Updates org.redisson:redisson from 3.39.0 to 3.40.2

Release notes

Sourced from org.redisson:redisson's releases.

redisson-3.40.2

Improvement - optimization LRUCacheMap speed by up to 200x

Fixed - Quarkus config parsing with sentinel nodes (thanks to @​blacksails)
Fixed - starvation of pub/sub connections may cause a memory leak

redisson-3.40.1

Improvement - Netty pending tasks amount report in timeout exceptions

Fixed - Redis or Valkey hostname parsing
Fixed - NoClassDefFoundError is thrown during run with Spring Boot 3.4.0 in GraalVM native mode
Fixed - RTopic and RShardedTopic fail to resubscribe after node's DNS record change (regression since 3.27.0)

redisson-3.40.0

Feature - metrics added to RClusteredTopic, RReliableTopic, RClusteredReliableTopic, RShardedTopic, RJsonStore and RLocalCachedJsonStore objects
Feature - Spring Data Redis 3.4.x module added
Feature - Spring Boot upgraded to 3.4.0
Feature - setIfLess() and setIfGreater() methods added to RAtomicDouble and RAtomicLong objects (thanks to @​seakider)
Feature - RMultimap.fastReplaceValues() method added (thanks to @​davidreis97)

Fixed - IPV6 uris with braces are parsed incorrectly
Fixed - minCleanUpDelay setting isn't applied during the first run of the EvictionTask
Fixed - master node shouldn't be changed on new ip addition for AWS Serverless endpoint
Fixed - Quarkus native build requires Snappy library
Fixed - Quarkus 3.14+ compatibility
Fixed - RBitSet.length() method returns unexpected value and caused RedisException in some case (thanks to @​seakider)
Fixed - TypedJsonJacksonCodec doesn't catch Exception (thanks to @​lyrric)

Changelog

Sourced from org.redisson:redisson's changelog.

12-Dec-2024 - 3.40.2 released

Improvement - optimization LRUCacheMap speed by up to 200x

Fixed - Quarkus config parsing with sentinel nodes (thanks to @​blacksails)
Fixed - starvation of pub/sub connections may cause a memory leak

06-Dec-2024 - 3.40.1 released

Improvement - Netty pending tasks amount report in timeout exceptions

Fixed - Redis or Valkey hostname parsing
Fixed - NoClassDefFoundError is thrown during run with Spring Boot 3.4.0 in GraalVM native mode
Fixed - RTopic and RShardedTopic fail to resubscribe after node's DNS record change (regression since 3.27.0)

03-Dec-2024 - 3.40.0 released

Feature - metrics added to RClusteredTopic, RReliableTopic, RClusteredReliableTopic, RShardedTopic, RJsonStore and RLocalCachedJsonStore objects
Feature - Spring Data Redis 3.4.x module added
Feature - Spring Boot upgraded to 3.4.0
Feature - setIfLess() and setIfGreater() methods added to RAtomicDouble and RAtomicLong objects (thanks to @​seakider)
Feature - RMultimap.fastReplaceValues() method added (thanks to @​davidreis97)

Fixed - IPV6 uris with braces are parsed incorrectly Fixed - minCleanUpDelay setting isn't applied during the first run of the EvictionTask
Fixed - master node shouldn't be changed on new ip addition for AWS Serverless endpoint
Fixed - Quarkus native build requires Snappy library
Fixed - Quarkus 3.14+ compatibility
Fixed - RBitSet.length() method returns unexpected value and caused RedisException in some case (thanks to @​seakider)
Fixed - TypedJsonJacksonCodec doesn't catch Exception (thanks to @​lyrric)

Commits
  • c5637b1 [maven-release-plugin] prepare release redisson-3.40.2
  • 9dafc51 Merge branch 'master' of github.com:redisson/redisson
  • bb55c06 refactoring
  • 74e8cb3 Merge pull request #6334 from blacksails/fix-quarkus-sentinel-addresses
  • 8e574ce Fix Quarkus redisson config with sentinel config
  • c30fc89 Fixed - starvation of pub/sub connections may cause a memory leak. #6328
  • 6a6bc93 Improvement - LRUCacheMap speed optimization up to 200x
  • 4b94198 refactoring
  • 0ac0625 license added
  • 576fe37 refactoring
  • Additional commits viewable in compare view

Updates org.jline:jline from 3.27.1 to 3.28.0

Release notes

Sourced from org.jline:jline's releases.

JLine 3.28.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 46bd37d [maven-release-plugin] prepare release jline-3.28.0
  • 257314a Dynamic console-ui prompts, fixes #1051 (#1117)
  • 9739c62 Add a AbstractTerminal#toString() method (#1131)
  • 8929f9b InputValue prompt with mask doesn't return the enter value, only the repeated...
  • 2743957 Fix build on JDK 23 (#1129)
  • c6378cd JLine exec provider should reject terminal creation on a redirected output st...
  • 99b5b6c Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 (#1116)
  • c978a7d Various minor code cleanup (#1109)
  • ef44e24 Let CommandRegistry create Candidate for completion (fixes #1119) (#1120)
  • f88c742 Be more specific about which command is missing when throwing an exception (#...
  • Additional commits viewable in compare view

Updates org.jline:jline-terminal-jni from 3.27.1 to 3.28.0

Release notes

Sourced from org.jline:jline-terminal-jni's releases.

JLine 3.28.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • 46bd37d [maven-release-plugin] prepare release jline-3.28.0
  • 257314a Dynamic console-ui prompts, fixes #1051 (#1117)
  • 9739c62 Add a AbstractTerminal#toString() method (#1131)
  • 8929f9b InputValue prompt with mask doesn't return the enter value, only the repeated...
  • 2743957 Fix build on JDK 23 (#1129)
  • c6378cd JLine exec provider should reject terminal creation on a redirected output st...
  • 99b5b6c Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 (#1116)
  • c978a7d Various minor code cleanup (#1109)
  • ef44e24 Let CommandRegistry create Candidate for completion (fixes #1119) (#1120)
  • f88c742 Be more specific about which command is missing when throwing an exception (#...
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 33.3.1-jre to 33.4.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.4.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.4.0-jre</version>
  <!-- or, for Android: -->
  <version>33.4.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Exposed additional Java 8 APIs to Android users. (6082782134, 9b0109c662, 6ace8bc8ea, b650b9fe77, c6c268006c, 984f713d76, f9f3fffb87, cdc225474e)
  • base: Deprecated Charsets constants in favor of StandardCharsets. We will not remove the constants, but we recommend using StandardCharsets for consistency. (45e6be2688)
  • base: Added ToStringHelper.omitEmptyValues(). (f5ec2ab85c)
  • collect: Added an optimized copyOf method to TreeRangeMap. (a46565dd1c)
  • collect.testing: Fixed @Require annotations so that features implied by absent features are not also required to be absent. (81be061f85)
  • io: Changed ByteSink and CharSink to no longer call flush() in some cases before close(). This is a no-op for well-behaved streams, which internally flush their data as part of closing. However, we have discovered some stream implementations that have overridden close() to do nothing, including not to flush some buffered data. If this change causes problems, the simplest fix is usually to change the close() override to at least call flush(). (6ace8bc8ea)
  • net: Added HttpHeaders.ALT_SVC and MediaType.CBOR. (503ba429f9, 7c0bf0892d)
Commits

Updates org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.3...r5.11.4

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.graalvm.buildtools.native from 0.10.3 to 0.10.4

Release notes

Sourced from org.graalvm.buildtools.native's releases.

0.10.4

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@0.10.3...0.10.4

Commits
  • 25a4ca9 release 0.10.4
  • 6a489a8 Update metadata repository version
  • 47bda78 Improve error messages
  • 0613de2 Make accessFilter file registration thread safe
  • 26f16f7 Merge pull request #637 from graalvm/og/issue-296
  • cf4599b Merge branch 'master' into og/issue-296
  • 88c19c3 Bump io.netty:netty-codec-http in /samples/metadata-repo-integration
  • acef1a7 Merge branch 'master' into og/issue-296
  • efd8705 Fix links to the resources file in Maven quickstart guide
  • 979e9ec Merge pull request #632 from graalvm/og/issue-296
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.redisson:redisson](https://github.com/redisson/redisson) | `3.39.0` | `3.40.2` |
| [org.jline:jline](https://github.com/jline/jline3) | `3.27.1` | `3.28.0` |
| [org.jline:jline-terminal-jni](https://github.com/jline/jline3) | `3.27.1` | `3.28.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` |
| [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) | `0.10.3` | `0.10.4` |


Updates `org.redisson:redisson` from 3.39.0 to 3.40.2
- [Release notes](https://github.com/redisson/redisson/releases)
- [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
- [Commits](redisson/redisson@redisson-3.39.0...redisson-3.40.2)

Updates `org.jline:jline` from 3.27.1 to 3.28.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-3.27.1...jline-3.28.0)

Updates `org.jline:jline-terminal-jni` from 3.27.1 to 3.28.0
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-3.27.1...jline-3.28.0)

Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.graalvm.buildtools.native` from 0.10.3 to 0.10.4
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@0.10.3...0.10.4)

---
updated-dependencies:
- dependency-name: org.redisson:redisson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jline:jline
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.jline:jline-terminal-jni
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.graalvm.buildtools.native
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 17, 2024
@rfresh2 rfresh2 merged commit 6877a0d into 1.21.0 Dec 17, 2024
1 check passed
@rfresh2 rfresh2 deleted the dependabot/gradle/dependencies-91136146c0 branch December 17, 2024 00:41
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.

1 participant