Skip to content

Bump the dependencies group with 5 updates #179

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

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the dependencies group with 5 updates:

Package From To
io.helidon:helidon-bom 4.2.0 4.2.1
io.avaje:avaje-validator-constraints 2.9 2.10
io.avaje:avaje-validator 2.9 2.10
io.avaje:avaje-validator-generator 2.9 2.10
com.fasterxml.jackson.core:jackson-databind 2.18.3 2.19.0

Updates io.helidon:helidon-bom from 4.2.0 to 4.2.1

Release notes

Sourced from io.helidon:helidon-bom's releases.

4.2.1

This release of Helidon contains important bugfixes and enhancements and is recommended for all users of Helidon 4.

A minimum of Java 21 is required to use Helidon 4.

CHANGES

For a list of changes please see the Helidon 4.2.1 CHANGELOG.

Changelog

Sourced from io.helidon:helidon-bom's changelog.

[4.2.1]

This release contains important bugfixes and is recommended for all users of Helidon 4.

A minimum of Java 21 is required to use Helidon 4.

CHANGES

  • Builders: Fix usage of types with static builder method that does not return Builder class 9953
  • Config: Make sure Config.asMap() returns all nodes with values 9876
  • CORS: Encode paths before using UriPath in preparing CrossOriginConfigMatchable 9982
  • DBClient: Update DB Column to support null values correctly. 10005
  • JAX-RS: Adds config flag to disable header copying in JaxRsService 9990
  • Metrics: Apply config setting for built-in meter name case to extended KPI meter names 9800
  • Metrics: Use Timer base units to format Timer#toString and JSON output 9980
  • Metrics: Tolerate if PostRequestMetricsSupport is missing from request context 10010
  • Rest Client: Connector configuration improvements 9891
  • Security: OIDC Certificate bound access token 9922
  • Service Registry: Make sure service registry manager start works with empty binding 9852
  • Services Registry: Use runtime dependencies in Service Maven Plugin 9868
  • Tracing: Fix problems in tracing with headers that appear multiple times in an incoming request 9924
  • WebClient: Adds configurable buffering support to TcpClientConnection 9893
  • WebServer: Accepts colon ':' as a valid character in a URI as mandated by RFC 3986 9864
  • WebServer: Adds support for new request processing event called beforeTrailers 9931
  • WebServer: Allow user error handling of BadRequestException when thrown from routing 9972
  • WebServer: Fix static content handling, where jar file was closed when it should… 9943
  • WebServer: H2 with IPv6 URI fix #9590 9961
  • WebServer: Make StaticContentFeature weight mutable 9952
  • WebServer: Support Jersey on Helidon SE WebServer 9985
  • WebServer: Update path matchers to honor quantifiers in Regular expressions 9976
  • Archetypes: Update Coherence version to 25.03 9983
  • Build: Update all module to be compilable and testable with Java 24. 9865
  • Cleanup: Remove unnecessary check in BiConsumerChain 9803
  • Cleanup: Remove unused class io.helidon.dbclient.jdbc.JdbcClientServiceContext 9926
  • Cleanup: Remove unused code from io.helidon.codegen.classmodel.Type 9874
  • Config: Ensures that Helidon does not violate the CDI specification by implementing jakarta.enterprise.inject.Instance or jakarta.inject.Provider 10017
  • Dependencies: Bump com.oracle.oci.sdk:oci-java-sdk-bom from 3.62.0 to 3.62.1 in /dependencies 9975
  • Dependencies: Upgrade byte-buddy to 1.17.5 and asm to 9.8 for Java 25 support 9964
  • Dependencies: Upgrade langchain4j to 0.36.2 9954
  • Dependencies: Upgrade neo4j driver to 5.28.3 9895
  • Dependencies: Upgrade parsson to 1.1.7 9996
  • Deprecation of Microstream modules. 9871
  • Docs: Add docs about ability to use HelidonTest in a meta-annotation (#9944) 9978
  • Docs: Add Note for Preview features 9878
  • Docs: Broken doc link #9366 9937
  • Docs: Clarifies configuration of concurrency limits 9917
  • Docs: Clarifies that FT metrics can only be enabled programmatically 9916
  • Docs: Clarify docs about built-in healthchecks and Graal VM (#9021) 9807
  • Docs: Fix messaging documentation snippets (#9856) 9919
  • Docs: Minor change in the docs 9404

... (truncated)

Commits
  • 9ff1a6c Release 4.2.1
  • b3846d5 Add workaround for build examples when not aligned with version in dev-4.x
  • 19f7fb1 Update for 4.2.1
  • 35cd5a1 Update version to 4.2.1-SNAPSHOT
  • 8da2cfa 4.x: OIDC MTLS support (#9922)
  • 8219743 4.x: Support Jersey on Helidon SE WebServer (#9985)
  • c9aa9bc Ensures that Helidon does not violate the CDI specification by implementing j...
  • 0c0ea6f H2 with IPv6 URI fix #9590 (#9961)
  • 8240354 4.x Tolerate if PostRequestMetricsSupport is missing from request context (...
  • 5b4dff8 Update DB Column to support null values correctly. (#10005)
  • Additional commits viewable in compare view

Updates io.avaje:avaje-validator-constraints from 2.9 to 2.10

Updates io.avaje:avaje-validator from 2.9 to 2.10

Release notes

Sourced from io.avaje:avaje-validator's releases.

2.10

What's Changed

Full Changelog: avaje/avaje-validator@2.9...2.10

Commits
  • d50a714 Return the same default instance if unchanged (#296)
  • 813ecd9 Merge pull request #295 from avaje/dependabot/maven/main/dependencies-634c20e756
  • 706c01d Bump org.avaje:java11-oss from 4.5 to 5.1 in the dependencies group
  • 1ba3e52 Merge pull request #294 from avaje/dependabot/maven/main/dependencies-5e31fb57fb
  • dcecfac Bump io.avaje:avaje-spi-service in the dependencies group
  • 7512442 Merge pull request #293 from avaje/dependabot/maven/main/dependencies-0fa2ff7e42
  • 2d0e2d2 Bump the dependencies group with 7 updates
  • 4df419e Merge pull request #292 from avaje/dependabot/maven/main/dependencies-ff1a21a65c
  • 79ace6e Bump the dependencies group with 2 updates
  • c37f024 skip class level NonNull (#291)
  • Additional commits viewable in compare view

Updates io.avaje:avaje-validator-generator from 2.9 to 2.10

Updates io.avaje:avaje-validator from 2.9 to 2.10

Release notes

Sourced from io.avaje:avaje-validator's releases.

2.10

What's Changed

Full Changelog: avaje/avaje-validator@2.9...2.10

Commits
  • d50a714 Return the same default instance if unchanged (#296)
  • 813ecd9 Merge pull request #295 from avaje/dependabot/maven/main/dependencies-634c20e756
  • 706c01d Bump org.avaje:java11-oss from 4.5 to 5.1 in the dependencies group
  • 1ba3e52 Merge pull request #294 from avaje/dependabot/maven/main/dependencies-5e31fb57fb
  • dcecfac Bump io.avaje:avaje-spi-service in the dependencies group
  • 7512442 Merge pull request #293 from avaje/dependabot/maven/main/dependencies-0fa2ff7e42
  • 2d0e2d2 Bump the dependencies group with 7 updates
  • 4df419e Merge pull request #292 from avaje/dependabot/maven/main/dependencies-ff1a21a65c
  • 79ace6e Bump the dependencies group with 2 updates
  • c37f024 skip class level NonNull (#291)
  • Additional commits viewable in compare view

Updates io.avaje:avaje-validator-generator from 2.9 to 2.10

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0

Commits

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [io.helidon:helidon-bom](https://github.com/oracle/helidon) | `4.2.0` | `4.2.1` |
| io.avaje:avaje-validator-constraints | `2.9` | `2.10` |
| [io.avaje:avaje-validator](https://github.com/avaje/avaje-validator) | `2.9` | `2.10` |
| io.avaje:avaje-validator-generator | `2.9` | `2.10` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.3` | `2.19.0` |


Updates `io.helidon:helidon-bom` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/oracle/helidon/releases)
- [Changelog](https://github.com/helidon-io/helidon/blob/4.2.1/CHANGELOG.md)
- [Commits](helidon-io/helidon@4.2.0...4.2.1)

Updates `io.avaje:avaje-validator-constraints` from 2.9 to 2.10

Updates `io.avaje:avaje-validator` from 2.9 to 2.10
- [Release notes](https://github.com/avaje/avaje-validator/releases)
- [Commits](avaje/avaje-validator@2.9...2.10)

Updates `io.avaje:avaje-validator-generator` from 2.9 to 2.10

Updates `io.avaje:avaje-validator` from 2.9 to 2.10
- [Release notes](https://github.com/avaje/avaje-validator/releases)
- [Commits](avaje/avaje-validator@2.9...2.10)

Updates `io.avaje:avaje-validator-generator` from 2.9 to 2.10

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: io.helidon:helidon-bom
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-constraints
  dependency-version: '2.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator
  dependency-version: '2.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-generator
  dependency-version: '2.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator
  dependency-version: '2.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-generator
  dependency-version: '2.10'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2025
@github-actions github-actions bot enabled auto-merge April 28, 2025 17:05
@github-actions github-actions bot merged commit d367767 into main Apr 28, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/main/dependencies-84145d9be7 branch April 28, 2025 17:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants