Skip to content

Bump the dependencies group with 17 updates #579

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 17, 2025

Bumps the dependencies group with 17 updates:

Package From To
io.avaje:avaje-jsonb 3.0 3.1
io.avaje:avaje-json-node 3.0 3.1
io.avaje:avaje-inject 11.2 11.3
io.avaje:avaje-inject-generator 11.2 11.3
io.avaje:avaje-prisms 1.39 1.40
io.avaje:avaje-validator 2.8 2.9
io.avaje:avaje-validator-constraints 2.8 2.9
io.avaje:avaje-validator-generator 2.8 2.9
io.avaje:avaje-jsonb-generator 3.0 3.1
io.jstach:jstachio 1.3.6 1.3.7
io.jstach:jstachio-apt 1.3.6 1.3.7
io.avaje:avaje-jex 3.0-RC21 3.0-RC22
io.avaje:avaje-jex-htmx 3.0-RC21 3.0-RC22
io.avaje:avaje-inject-maven-plugin 11.2 11.3
org.junit.jupiter:junit-jupiter-api 5.12.0 5.12.1
org.junit.jupiter:junit-jupiter-engine 5.12.0 5.12.1
io.avaje:avaje-json-core 3.0 3.1

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

Release notes

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

3.1

What's Changed

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

Commits
  • c7412c3 Version 3.1
  • b888156 Merge pull request #348 from avaje/dependabot/maven/main/dependencies-c3d002bd9a
  • 262086b Bump io.avaje:avaje-prisms from 1.39 to 1.40 in the dependencies group
  • 2a73fcc Generated code with "direct return" when no setters required (#347)
  • b780604 Fix JDT records (#346)
  • c3a1e40 fix jdt error (#345)
  • a808d0a Add avaje-jsonb-bom BOM Bill of materials module (#340)
  • 4c7060a Delete jsonb-jakarta (#344)
  • 6220778 Merge pull request #343 from SentryMan/error-raised
  • d632921 Cancel generation if a previous apt round fails
  • Additional commits viewable in compare view

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

Updates io.avaje:avaje-inject from 11.2 to 11.3

Release notes

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

11.3

What's Changed

Dependencies

Full Changelog: avaje/avaje-inject@11.2...11.3

Commits
  • 5200b5e Version 11.3
  • 2a4f1e9 Fix ExternalProvider on JDT (#778)
  • 5bc2b12 Merge pull request #779 from avaje/dependabot/maven/master/dependencies-35bba...
  • 2f68aa5 Bump the dependencies group with 6 updates
  • a9832f3 Version 11.3-RC1
  • 3b0075b cancel generation on errors (#777)
  • 22134d8 validate only a single InjectModule annotation (#776)
  • c2317ad [inject Test] Generate Method Handle Lookups (#775)
  • 6d67e03 Merge pull request #773 from avaje/dependabot/maven/master/dependencies-85cfb...
  • cce25a3 Bump the dependencies group with 4 updates
  • Additional commits viewable in compare view

Updates io.avaje:avaje-inject-generator from 11.2 to 11.3

Updates io.avaje:avaje-inject-generator from 11.2 to 11.3

Updates io.avaje:avaje-prisms from 1.39 to 1.40

Release notes

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

1.40

What's Changed

Full Changelog: avaje/avaje-prisms@1.39...1.40

Commits
  • 6e5417a Version 1.40
  • 0397903 Fix cut annotations JDT issue (#103)
  • 46f94bf Merge pull request #102 from avaje/dependabot/maven/main/dependencies-c5f2af3c3b
  • 87502e9 Bump io.avaje:avaje-spi-service in the dependencies group
  • See full diff in compare view

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

Release notes

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

2.9

What's Changed

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

Commits

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

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

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

Updates io.jstach:jstachio from 1.3.6 to 1.3.7

Updates io.jstach:jstachio-apt from 1.3.6 to 1.3.7

Updates io.jstach:jstachio-apt from 1.3.6 to 1.3.7

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

Commits

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

Updates io.avaje:avaje-inject-maven-plugin from 11.2 to 11.3

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

Updates org.junit.jupiter:junit-jupiter-api from 5.12.0 to 5.12.1

Release notes

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

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0...r5.12.1

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.12.0 to 5.12.1

Release notes

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

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0...r5.12.1

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.12.0 to 5.12.1

Release notes

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

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0...r5.12.1

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

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

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

| Package | From | To |
| --- | --- | --- |
| [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `3.0` | `3.1` |
| io.avaje:avaje-json-node | `3.0` | `3.1` |
| [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject) | `11.2` | `11.3` |
| io.avaje:avaje-inject-generator | `11.2` | `11.3` |
| [io.avaje:avaje-prisms](https://github.com/avaje/avaje-prisms) | `1.39` | `1.40` |
| [io.avaje:avaje-validator](https://github.com/avaje/avaje-validator) | `2.8` | `2.9` |
| io.avaje:avaje-validator-constraints | `2.8` | `2.9` |
| io.avaje:avaje-validator-generator | `2.8` | `2.9` |
| io.avaje:avaje-jsonb-generator | `3.0` | `3.1` |
| io.jstach:jstachio | `1.3.6` | `1.3.7` |
| io.jstach:jstachio-apt | `1.3.6` | `1.3.7` |
| [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex) | `3.0-RC21` | `3.0-RC22` |
| io.avaje:avaje-jex-htmx | `3.0-RC21` | `3.0-RC22` |
| io.avaje:avaje-inject-maven-plugin | `11.2` | `11.3` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.12.0` | `5.12.1` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.12.0` | `5.12.1` |
| io.avaje:avaje-json-core | `3.0` | `3.1` |


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

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

Updates `io.avaje:avaje-inject` from 11.2 to 11.3
- [Release notes](https://github.com/avaje/avaje-inject/releases)
- [Commits](avaje/avaje-inject@11.2...11.3)

Updates `io.avaje:avaje-inject-generator` from 11.2 to 11.3

Updates `io.avaje:avaje-inject-generator` from 11.2 to 11.3

Updates `io.avaje:avaje-prisms` from 1.39 to 1.40
- [Release notes](https://github.com/avaje/avaje-prisms/releases)
- [Commits](avaje/avaje-prisms@1.39...1.40)

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

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

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

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

Updates `io.jstach:jstachio` from 1.3.6 to 1.3.7

Updates `io.jstach:jstachio-apt` from 1.3.6 to 1.3.7

Updates `io.jstach:jstachio-apt` from 1.3.6 to 1.3.7

Updates `io.avaje:avaje-jex` from 3.0-RC21 to 3.0-RC22
- [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-RC21 to 3.0-RC22

Updates `io.avaje:avaje-inject-maven-plugin` from 11.2 to 11.3

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

Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.12.0...r5.12.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.12.0...r5.12.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.12.0...r5.12.1)

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

---
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-inject
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-prisms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-constraints
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-validator-generator
  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.jstach:jstachio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.jstach:jstachio-apt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.jstach:jstachio-apt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-inject-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex-htmx
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  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 17, 2025
@github-actions github-actions bot enabled auto-merge March 17, 2025 05:55
@github-actions github-actions bot merged commit a57da88 into master Mar 17, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/master/dependencies-25ad0c3ee4 branch March 17, 2025 05:56
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