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 gradle-dependencies group with 11 updates #1793

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the gradle-dependencies group with 11 updates:

Package From To
org.bouncycastle:bcprov-jdk18on 1.78.1 1.79
com.puppycrawl.tools:checkstyle 10.18.2 10.20.0
com.oracle.coherence.ce:coherence 22.06.2 24.09
tech.picnic.error-prone-support:error-prone-contrib 0.18.0 0.19.0
tech.picnic.error-prone-support:refaster-runner 0.18.0 0.19.0
com.google.inject:guice 6.0.0 7.0.0
com.hazelcast:hazelcast 5.3.7 5.5.0
com.fasterxml.jackson:jackson-bom 2.18.0 2.18.1
com.uber.nullaway:nullaway 0.12.0 0.12.1
com.github.luben:zstd-jni 1.5.6-6 1.5.6-7
org.owasp.dependencycheck 11.0.0 11.1.0

Updates org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.1.1 Version Release: 1.79 Date:      2024, 30th October.

... (truncated)

Commits

Updates com.puppycrawl.tools:checkstyle from 10.18.2 to 10.20.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.20.0

Checkstyle 10.20.0 - https://checkstyle.org/releasenotes.html#Release_10.20.0

Breaking backward compatibility:

#15687 - JavadocMethodCheck: removed unnecessary tokens from acceptable

New:

#14424 - HideUtilityClassConstructor - Add option to skip validation based on list of annotations

Bug fixes:

#15831 - google_checks.xml not allowing eol left curly for switch statement with lambda-like construct

checkstyle-10.19.0

Checkstyle 10.19.0 - https://checkstyle.org/releasenotes.html#Release_10.19.0

New:

#9540 - WhitespaceAround: new property allowEmptySwitchBlockStatements #15263 - UnnecessaryParenthesesCheck does not flag unnecessary parentheses in conditional expression

Bug fixes:

#15664 - false-negative in google_checks.xml for not being able to detect requirement of K & R style for FINALLY #15769 - google_checks.xml: remove xpath suppression and false-positive indentation violations for block codes #15685 - JavadocParagraph does not work when paragraphs have their corresponding closing tag #15324 - Enforce preceding line break for opening braces of a case/default under switch in google_checks.xml #15733 - JavadocParagraph: report violation with column #15503 - JavadocParagraph: violate preceding P tag before block-level HTML tags #15716 - google_checks.xml: JavadocParagraph should have allowNewlineParagraph as false

... (truncated)

Commits
  • 41e15b3 [maven-release-plugin] prepare release checkstyle-10.20.0
  • 719ae40 doc: release notes for 10.20.0
  • 4c67922 Issue #15831: enabled allowEmptySwitchBlockStatements property of WhitespaceA...
  • 67b98ab Issue #14814: refactor checkline into iterative method
  • 9db3909 Issue #14814: refactor findmatch into iteration method
  • 853e2ba Issue #13345: Enable examples tests for ExplicitInitializationCheck
  • 8e8df58 Issue #13345: Enable examples tests for CovariantEqualsCheck
  • ca693c7 Issue #15829: Added test class for ConstructorsDeclarationGrouping
  • c256c10 Issue #6207: Added XPath regression test for ClassTypeParameterName
  • 42cf0ad Issue #15456: Specify violation messages for ArrayTrailingComma
  • Additional commits viewable in compare view

Updates com.oracle.coherence.ce:coherence from 22.06.2 to 24.09

Release notes

Sourced from com.oracle.coherence.ce:coherence's releases.

Coherence CE v24.09

This is the Coherence CE v24.09 release.

Requirements:

  • Java 17 or higher
  • Some features will work only on Java 21 or higher

Major New Features in Coherence CE 24.09

  1. Vector DB and RAG support
  2. Distributed Queue support

Other New Features and Enhancements in Coherence CE 24.09

Coherence CE 24.09 is now compatible with both Helidon 3.x and Helidon 4.x.

  1. COH-30940 Added new ValueExtractor factory methods to the com.tangosol.util.Extractors class.
  2. COH-30800 Narrowed down the return type of factory methods in Extractors class to eliminate the need for casting of created extractor instances.
  3. COH-30794 Narrowed down the return type of factory methods in Processors class to eliminate the need for casting of created processor instances.
  4. COH-30793 Narrowed down the return type of factory methods in Aggregators class to eliminate the need for casting of created aggregator instances.
  5. COH-30743 Introduced a distributed paged queue that does not have the 2GB size limit of the simple Coherence queue.
  6. COH-30731 Added CollectionExtractor which enables projection of values within a collection using a nested ValueExtractor.
  7. COH-30715 Added a debug system property coherence.debug.operational.config that when set to true, causes Coherence to dump the stack of the thread that loads the Coherence operational config to standard out.
  8. COH-30690 Enhanced the com.tangosol.net.Coherence class main method to be consistent with DefaultCacheServer main method.
  9. COH-30627 Added support for high-performance (raw) serialization of primitive arrays.
  10. COH-30582 Added PofWriter.writeByteArray overload that takes array offset and length as arguments.
  11. COH-30581 Added support for serializing Protobuf messages using POF.
  12. COH-30576 Replaced usage of Jandex for portable type indexing and discovery with a built-in solution, in order to eliminate runtime dependency on Jandex and its index format.
  13. COH-30534 Added an element to the service list indicating the persistence mode in use.
  14. COH-30448 Improved a warning log to describe the potential communication problem due to packet delivery failures more clear and correct.
  15. COH-30435 Changed the default of system property coherence.metrics.legacy.names from true to false to remove the vendor: prefix from generated Prometheus metrics as the default.
  16. COH-30388 Fixed rolling upgrade for distributed lambdas by removing production mode defaulting to static lambdas.
  17. COH-30385 Narrowed down the return type of factory methods in Filters class to eliminate the need for casting of created filter instances.
  18. COH-30322 Marked generated __evolvableHolder$ field as @JsonbTransient, to avoid its serialization into JSON output when using JSONB to serialize portable types.
  19. COH-30308 Added a new append method to the NamedQueue API to add an element to a queue and return a numeric identifier for the added element.
  20. COH-30158 Added Listener Key Count, Listener Filter Count and Listener Registration Count to report-cache-storage.xml.
  21. COH-30148 Added support to allow the definition of custom executors for the remote executor service via XML configuration.
  22. COH-30142 Added support for advanced task orchestration across multiple JVMs via the RemoteExecutor API.
  23. COH-30058 Reduced memory allocation when creating a PartitionSet instance for a single partition, to improve memory profile of parallel queries against caches with high partition count.
  24. COH-30039 The coherence-json module's POF configuration file is now auto discoverable when using POF serialization.
  25. COH-30005 Added the ability to use the Helidon 4 in place of Netty when using the Coherence Java gRPC client.
  26. COH-29969 Added support for use of Java records as portable types.
  27. COH-29934 Added support for macro parameter expansion to <cdi:bean/> content expression.
  28. COH-29861 Added support for Java records to UniversalExtractor.
  29. COH-29791 Enhanced POF deserialization error messages to show the ID of the field being deserialized.
  30. COH-29784 Improved the cleanup process of persistence files to handle case when data is deleted followed by a period with no cache activity.
  31. COH-29778 Added support for JDK 21 VirtualThread-per-task executors to the Coherence Executor Service.
  32. COH-29757 Reduced the overhead of key set manipulation when applying indexes.
  33. COH-29737 Improved deserialization performance of very large byte arrays (> 100MB).

... (truncated)

Commits
  • e7efd86 release: update poms to version 24.09
  • d69182f COH-30563: Write documentation for Vector DB features
  • 35857bb minor update to copyright year in examples pom.xml
  • bc3f9bb COH-31000 - Update protobuf version to 3.25.5 (main -> ce/24.09 @​111552)
  • 3d894c4 COH-30021 Remove Dead Extend Code Depending on JMS (ce-main->ce-2409)
  • ab41fc4 Enh 37092427 - [36793080->24.09] ENH: Improve the packet publisher packet del...
  • 534b99e minor doc update (ce-main -> ce-24.09@111537)
  • 6da22c2 Enh 37092522 - [36976776->24.09] Add OOTB Collection Extractor (merge ce/main...
  • 3814001 Bug 36736075 - Build: test persistence.BerkeleyDBRollingPersistenceTests.test...
  • 58e70a9 COH-30755: BUILD: Intermittent failures in rwbm.ReadWriteBackingMapTests
  • Additional commits viewable in compare view

Updates tech.picnic.error-prone-support:error-prone-contrib from 0.18.0 to 0.19.0

Release notes

Sourced from tech.picnic.error-prone-support:error-prone-contrib's releases.

v0.19.0

What's Changed

🚀 New Error Prone checks and Refaster rules

✨ Improvements

🐛 Bug fixes

📚 Documentation, test and build improvements

📈 Dependency upgrades

... (truncated)

Commits

Updates tech.picnic.error-prone-support:refaster-runner from 0.18.0 to 0.19.0

Release notes

Sourced from tech.picnic.error-prone-support:refaster-runner's releases.

v0.19.0

What's Changed

🚀 New Error Prone checks and Refaster rules

✨ Improvements

🐛 Bug fixes

📚 Documentation, test and build improvements

📈 Dependency upgrades

... (truncated)

Commits

Updates tech.picnic.error-prone-support:refaster-runner from 0.18.0 to 0.19.0

Release notes

Sourced from tech.picnic.error-prone-support:refaster-runner's releases.

v0.19.0

What's Changed

🚀 New Error Prone checks and Refaster rules

✨ Improvements

🐛 Bug fixes

📚 Documentation, test and build improvements

📈 Dependency upgrades

... (truncated)

Commits

Updates com.google.inject:guice from 6.0.0 to 7.0.0

Release notes

Sourced from com.google.inject:guice's releases.

Guice 7.0.0

See https://github.com/google/guice/wiki/Guice700 for release notes.

Guice 7.0.0-rc1

See https://github.com/google/guice/wiki/Guice700 for release notes.

Commits
  • b0e1d0f set 7.0.0 release #s.
  • f4a66b7 Make error_prone_annotations dependency optional
  • 654032a Internal change.
  • bee813b Improve MissingImplementationError to lazily calculate suggestions and standa...
  • 2d64067 Use linked bindings for MapBinder/Multibinder/OptionalBinder aliases, instead...
  • be0141c Internal change
  • 40a5bcf Avoid re-initializing factories that are already initialized. This is necessa...
  • 9ac4767 Change the way we reference what 6.0 supports in the README, so it doesn't ge...
  • 24324ca Prepare for the Guice 6.0 & 7.0 releases. This change does the following:
  • 49b1a33 Remove redundant references to javax.{inject,persistence,servlet} and replace...
  • See full diff in compare view

Updates com.hazelcast:hazelcast from 5.3.7 to 5.5.0

Release notes

Sourced from com.hazelcast:hazelcast's releases.

v5.5.0

For the full release notes for this release, see https://docs.hazelcast.com/hazelcast/5.5/release-notes/5-5-0.

v5.4.0

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.4.0 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

[!CAUTION] Starting with this release of Hazelcast Platform, the minimum supported Java version is 17.

New Features

  • Enterprise User Code Namespaces: Enable deployment and redeployment of your custom classes. See the User Code Namespaces documentation.
  • Enterprise CPMap: Added CPMap as a minimal key-value CP data structure. See CPMap documentation. #25802
  • Enterprise...

    Description has been truncated

Bumps the gradle-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.78.1` | `1.79` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.18.2` | `10.20.0` |
| [com.oracle.coherence.ce:coherence](https://github.com/oracle/coherence) | `22.06.2` | `24.09` |
| [tech.picnic.error-prone-support:error-prone-contrib](https://github.com/PicnicSupermarket/error-prone-support) | `0.18.0` | `0.19.0` |
| [tech.picnic.error-prone-support:refaster-runner](https://github.com/PicnicSupermarket/error-prone-support) | `0.18.0` | `0.19.0` |
| [com.google.inject:guice](https://github.com/google/guice) | `6.0.0` | `7.0.0` |
| [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `5.3.7` | `5.5.0` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.18.0` | `2.18.1` |
| [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) | `0.12.0` | `0.12.1` |
| [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) | `1.5.6-6` | `1.5.6-7` |
| org.owasp.dependencycheck | `11.0.0` | `11.1.0` |


Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.79
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `com.puppycrawl.tools:checkstyle` from 10.18.2 to 10.20.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.18.2...checkstyle-10.20.0)

Updates `com.oracle.coherence.ce:coherence` from 22.06.2 to 24.09
- [Release notes](https://github.com/oracle/coherence/releases)
- [Commits](oracle/coherence@22.06.2...24.09)

Updates `tech.picnic.error-prone-support:error-prone-contrib` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/PicnicSupermarket/error-prone-support/releases)
- [Commits](PicnicSupermarket/error-prone-support@v0.18.0...v0.19.0)

Updates `tech.picnic.error-prone-support:refaster-runner` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/PicnicSupermarket/error-prone-support/releases)
- [Commits](PicnicSupermarket/error-prone-support@v0.18.0...v0.19.0)

Updates `tech.picnic.error-prone-support:refaster-runner` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/PicnicSupermarket/error-prone-support/releases)
- [Commits](PicnicSupermarket/error-prone-support@v0.18.0...v0.19.0)

Updates `com.google.inject:guice` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/google/guice/releases)
- [Commits](google/guice@6.0.0...7.0.0)

Updates `com.hazelcast:hazelcast` from 5.3.7 to 5.5.0
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v5.3.7...v5.5.0)

Updates `com.fasterxml.jackson:jackson-bom` from 2.18.0 to 2.18.1
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.0...jackson-bom-2.18.1)

Updates `com.uber.nullaway:nullaway` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.12.0...v0.12.1)

Updates `com.github.luben:zstd-jni` from 1.5.6-6 to 1.5.6-7
- [Commits](luben/zstd-jni@v1.5.6-6...v1.5.6-7)

Updates `org.owasp.dependencycheck` from 11.0.0 to 11.1.0

---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.oracle.coherence.ce:coherence
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: tech.picnic.error-prone-support:error-prone-contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: tech.picnic.error-prone-support:refaster-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: tech.picnic.error-prone-support:refaster-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.google.inject:guice
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.uber.nullaway:nullaway
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.github.luben:zstd-jni
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.owasp.dependencycheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-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 Nov 1, 2024
@ben-manes ben-manes closed this Nov 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 2, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/gradle/gradle-dependencies-66d38dd876 branch November 2, 2024 17:49
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