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 5 updates #772

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 5 updates:

Package From To
net.bytebuddy:byte-buddy 1.17.0 1.17.1
net.bytebuddy:byte-buddy-agent 1.17.0 1.17.1
io.avaje:avaje-http-api 2.8 3.0
io.avaje:avaje-http-client 3.0-RC1 3.0
io.avaje:avaje-jsonb 2.4 3.0

Updates net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.17.1

  • Fix bug in MemberSubstitution were argument indices were resolved by one digit off.
  • Update Class File API integration to avoid that parameter annotations are lost.
Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

14. February 2025: version 1.17.1

  • Fix bug in MemberSubstitution were argument indices were resolved by one digit off.
  • Update Class File API integration to avoid that parameter annotations are lost.
Commits
  • ea413d5 [maven-release-plugin] prepare release byte-buddy-1.17.1
  • d0b14c9 [release] Release new version
  • 3d8b801 Update ASM bridge to avoid broken annotations
  • 59554f8 Clean up table of versions.
  • a8417f3 Document supported java versions (#1769)
  • 54165f2 Add test for method call in substitution chain.
  • 71c3dce Fix shift consideration.
  • f426fa2 Add missing constructors.
  • 8495852 Remove todo.
  • 235772d Fix return type.
  • Additional commits viewable in compare view

Updates net.bytebuddy:byte-buddy-agent from 1.17.0 to 1.17.1

Release notes

Sourced from net.bytebuddy:byte-buddy-agent's releases.

Byte Buddy 1.17.1

  • Fix bug in MemberSubstitution were argument indices were resolved by one digit off.
  • Update Class File API integration to avoid that parameter annotations are lost.
Changelog

Sourced from net.bytebuddy:byte-buddy-agent's changelog.

14. February 2025: version 1.17.1

  • Fix bug in MemberSubstitution were argument indices were resolved by one digit off.
  • Update Class File API integration to avoid that parameter annotations are lost.
Commits
  • ea413d5 [maven-release-plugin] prepare release byte-buddy-1.17.1
  • d0b14c9 [release] Release new version
  • 3d8b801 Update ASM bridge to avoid broken annotations
  • 59554f8 Clean up table of versions.
  • a8417f3 Document supported java versions (#1769)
  • 54165f2 Add test for method call in substitution chain.
  • 71c3dce Fix shift consideration.
  • f426fa2 Add missing constructors.
  • 8495852 Remove todo.
  • 235772d Fix return type.
  • Additional commits viewable in compare view

Updates io.avaje:avaje-http-api from 2.8 to 3.0

Updates io.avaje:avaje-http-client from 3.0-RC1 to 3.0

Commits

Updates io.avaje:avaje-jsonb from 2.4 to 3.0

Release notes

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

3.0

Adds avaje-json-core and avaje-json-node

Adds 2 new modules - avaje-json-core and avaje-json-node.

avaje-json-core can be used by itself without avaje-jsonb for case that only need the basic json types (numbers, boolean, string) or provide a JsonAdapter.

avaje-json-node is an optional module for applications that prefer to use those types over the plain java types for String, Numbers, and Boolean. This provides some nicer easier helper methods to extract values but note that avaje-json-core has JsonExtract to provide similar helper methods.

What's Changed

Full Changelog: avaje/avaje-jsonb@2.4...3.0

Commits
  • 63fe4a3 Version 3.0
  • df211a4 Version 3.0-RC7
  • e1ee31f [core] Refactor rename SimpleMapper to JsonMapper (+ package simple -> mapper...
  • a867395 [core] Add type() method to SimpleMapper that takes a function that creates J...
  • e43581b Add pom descriptions for json-core and json-node + more consistent pom names ...
  • e21a775 Version 3.0-RC6
  • e8b68a3 DExtract change var to Object (ease java8 backport diff)
  • 287d442 [json-core] Add JsonExtract helper to ease extracting values and number types...
  • 4d92dc7 [json-node] Add extract() method for double type (was missing) (#324)
  • 1c41b4d Merge pull request #323 from avaje/feature/simple-readerWriter
  • 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.0` | `1.17.1` |
| [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.17.0` | `1.17.1` |
| io.avaje:avaje-http-api | `2.8` | `3.0` |
| [io.avaje:avaje-http-client](https://github.com/avaje/avaje-http-client) | `3.0-RC1` | `3.0` |
| [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `2.4` | `3.0` |


Updates `net.bytebuddy:byte-buddy` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.0...byte-buddy-1.17.1)

Updates `net.bytebuddy:byte-buddy-agent` from 1.17.0 to 1.17.1
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.17.0...byte-buddy-1.17.1)

Updates `io.avaje:avaje-http-api` from 2.8 to 3.0

Updates `io.avaje:avaje-http-client` from 3.0-RC1 to 3.0
- [Release notes](https://github.com/avaje/avaje-http-client/releases)
- [Commits](https://github.com/avaje/avaje-http-client/commits)

Updates `io.avaje:avaje-jsonb` from 2.4 to 3.0
- [Release notes](https://github.com/avaje/avaje-jsonb/releases)
- [Commits](avaje/avaje-jsonb@2.4...3.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-http-api
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-http-client
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@github-actions github-actions bot enabled auto-merge February 17, 2025 05:10
@github-actions github-actions bot merged commit 1ee341a into master Feb 17, 2025
13 checks passed
@dependabot dependabot bot deleted the dependabot/maven/master/dependencies-829fed664d branch February 17, 2025 05:13
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