Skip to content

Bump the dependencies group with 9 updates #583

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the dependencies group with 9 updates:

Package From To
io.avaje:avaje-jsonb 3.1 3.2
io.avaje:avaje-json-node 3.1 3.2
io.avaje:avaje-jsonb-generator 3.1 3.2
io.avaje:avaje-jex 3.0-RC22 3.0-RC23
io.avaje:avaje-jex-htmx 3.0-RC22 3.0-RC23
io.avaje:avaje-nima 1.1 1.2
io.avaje:avaje-nima-test 1.1 1.2
ch.qos.logback:logback-classic 1.5.17 1.5.18
io.avaje:avaje-json-core 3.1 3.2

Updates io.avaje:avaje-jsonb from 3.1 to 3.2

Release notes

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

3.2

What's Changed

Full Changelog: avaje/avaje-jsonb@3.1...3.2

Commits
  • 5740d07 Version 3.2
  • 7671417 Make serialVersionUID private on Exception types (#358)
  • 6cc0286 Make methods final on internal class JParser (#357)
  • 16d22e5 Merge pull request #356 from avaje/feature/add-failOnNullPrimitives-option
  • 5eebdfb Add failOnNullPrimitives option, default to allowing NULL
  • 10cb93a Merge pull request #355 from SentryMan/adapters
  • 1e3cb0f remove unused adapters
  • 40bacce Version 3.2-RC2
  • ccbc098 Merge pull request #352 from SentryMan/map-null
  • ee0dbd3 Collection adapter nullsafety
  • Additional commits viewable in compare view

Updates io.avaje:avaje-json-node from 3.1 to 3.2

Updates io.avaje:avaje-jsonb-generator from 3.1 to 3.2

Updates io.avaje:avaje-jex from 3.0-RC22 to 3.0-RC23

Commits

Updates io.avaje:avaje-jex-htmx from 3.0-RC22 to 3.0-RC23

Updates io.avaje:avaje-jex-htmx from 3.0-RC22 to 3.0-RC23

Updates io.avaje:avaje-nima from 1.1 to 1.2

Updates io.avaje:avaje-nima-test from 1.1 to 1.2

Updates ch.qos.logback:logback-classic from 1.5.17 to 1.5.18

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.18

2025-03-18 Release of logback version 1.5.18

• Added support for XZ compression for archived log files. Note that XZ compression requires Tukaani project's XZ library for Java. In case XZ compression is requested but the XZ library is missing, then logback will substitute GZ compression as a fallback. This feature was requested in issues/755.

• Removed references to java.security.AccessController class. This class has been deprecated for some time and is slated for removal in future JDK versions.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit b2a02f065379a9b1ba5ff837fc08913b744774bc associated with the tag v_1.5.18. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • b2a02f0 prepare release 1.5.18
  • 991de58 remove references to AccessController marked for deletion in the JDK
  • f54ab16 If compression mode is XZ but the XZ library is missing, then fallback to GZ ...
  • fb45971 add support for XZ compression
  • 31c1f55 add xz compression support with tests
  • 8968d0f introduce strategy based compression
  • 834059c start work on 1.5.18-SNAPSHOT
  • See full diff in compare view

Updates io.avaje:avaje-json-core from 3.1 to 3.2

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

| Package | From | To |
| --- | --- | --- |
| [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `3.1` | `3.2` |
| io.avaje:avaje-json-node | `3.1` | `3.2` |
| io.avaje:avaje-jsonb-generator | `3.1` | `3.2` |
| [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex) | `3.0-RC22` | `3.0-RC23` |
| io.avaje:avaje-jex-htmx | `3.0-RC22` | `3.0-RC23` |
| io.avaje:avaje-nima | `1.1` | `1.2` |
| io.avaje:avaje-nima-test | `1.1` | `1.2` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.17` | `1.5.18` |
| io.avaje:avaje-json-core | `3.1` | `3.2` |


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

Updates `io.avaje:avaje-json-node` from 3.1 to 3.2

Updates `io.avaje:avaje-jsonb-generator` from 3.1 to 3.2

Updates `io.avaje:avaje-jex` from 3.0-RC22 to 3.0-RC23
- [Release notes](https://github.com/avaje/avaje-jex/releases)
- [Commits](https://github.com/avaje/avaje-jex/commits)

Updates `io.avaje:avaje-jex-htmx` from 3.0-RC22 to 3.0-RC23

Updates `io.avaje:avaje-jex-htmx` from 3.0-RC22 to 3.0-RC23

Updates `io.avaje:avaje-nima` from 1.1 to 1.2

Updates `io.avaje:avaje-nima-test` from 1.1 to 1.2

Updates `ch.qos.logback:logback-classic` from 1.5.17 to 1.5.18
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.17...v_1.5.18)

Updates `io.avaje:avaje-json-core` from 3.1 to 3.2

---
updated-dependencies:
- dependency-name: io.avaje:avaje-jsonb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-json-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex
  dependency-type: direct:development
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex-htmx
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex-htmx
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-nima
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-nima-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-json-core
  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 Mar 24, 2025
@github-actions github-actions bot enabled auto-merge March 24, 2025 20:51
@github-actions github-actions bot merged commit b970e0d into master Mar 24, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/master/dependencies-1bde596ab5 branch March 24, 2025 20:52
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