Skip to content

build(deps): bump the dependencies group with 11 updates#55

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/main/dependencies-a3eebd4a2b
Jun 15, 2026
Merged

build(deps): bump the dependencies group with 11 updates#55
github-actions[bot] merged 1 commit into
mainfrom
dependabot/maven/main/dependencies-a3eebd4a2b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 11 updates:

Package From To
io.avaje:avaje-jex 3.5 3.6
io.ebean:ebean-postgres 17.9.0 17.11.0
io.ebean:ebean-test 17.9.0 17.11.0
io.ebean:querybean-generator 17.9.0 17.11.0
io.ebean:ebean-maven-plugin 17.9.0 17.11.0
io.ebean:ebean-insight 2.0-RC9 2.0-RC12
io.avaje:avaje-jex-test 3.6 3.6
org.graalvm.buildtools:native-maven-plugin 1.1.1 1.1.2
io.avaje:avaje-oauth2-core 1.1-RC3 1.1
io.avaje:avaje-oauth2-oidc-cognito 1.1-RC3 1.1
io.github.git-commit-id:git-commit-id-maven-plugin 9.0.1 10.0.0

Updates io.avaje:avaje-jex from 3.5 to 3.6

Release notes

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

3.6

What's Changed

Full Changelog: avaje/avaje-jex@3.5...3.6

Commits

Updates io.ebean:ebean-postgres from 17.9.0 to 17.11.0

Updates io.ebean:ebean-test from 17.9.0 to 17.11.0

Commits

Updates io.ebean:querybean-generator from 17.9.0 to 17.11.0

Commits

Updates io.ebean:ebean-maven-plugin from 17.9.0 to 17.11.0

Commits

Updates io.ebean:ebean-insight from 2.0-RC9 to 2.0-RC12

Commits

Updates io.avaje:avaje-jex-test from 3.6 to 3.6

Updates io.ebean:ebean-test from 17.9.0 to 17.11.0

Commits

Updates io.ebean:querybean-generator from 17.9.0 to 17.11.0

Commits

Updates io.ebean:ebean-maven-plugin from 17.9.0 to 17.11.0

Commits

Updates org.graalvm.buildtools:native-maven-plugin from 1.1.1 to 1.1.2

Release notes

Sourced from org.graalvm.buildtools:native-maven-plugin's releases.

1.1.2

What's Changed

Full Changelog: graalvm/native-build-tools@1.1.1...1.1.2

Commits
  • bb7ec92 Release 1.1.2
  • 0bd82d7 Merge pull request #918 from graalvm/update-metadata-to-1.0.3
  • f3b0fc3 Update reachability metadata to 1.0.3
  • 0373c8b Add grund repository specification (#894)
  • 31deced Merge pull request #876 from graalvm/bm/add-goal-descriptions-to-plugins
  • 2cd3fb0 Merge pull request #865 from vjovanov/vj/issue-864-macaron-checks
  • 596f1ff Clarify Macaron check requirement
  • 282a9fd Add Macaron checks for GitHub Actions workflows
  • d839662 Add plugin descriptions
  • c8b8ee8 Merge pull request #899 from graalvm/bump-version-to-1.1.2-SNAPSHOT
  • Additional commits viewable in compare view

Updates io.avaje:avaje-oauth2-core from 1.1-RC3 to 1.1

Updates io.avaje:avaje-oauth2-oidc-cognito from 1.1-RC3 to 1.1

Updates io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.1 to 10.0.0

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 10.0.0 is finally there and includes various bug-fixes and improvements :-)

⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️

Potential Breaking changes:

The main key-aspects that might cause a breakage when migrating to the new version:

  • #913 / #914: Require Maven 3.9.0 [Maven 3.6.3 is EOL] ⚠️

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>10.0.0</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

  • This plugin is unfortunately not working with Heroku which is due to the fact how Heroku works. In summary Heroku does not copy over the .git-repository but in order to determine the git properties this plugin relies on the fact that it has access to the git-repository. A somewhat workaround to get some information is outlined in ktoso/maven-git-commit-id-plugin#279
  • Using maven's plugin prefix resolution (e.g. mvn com.test.plugins:myPlugin:myMojo) might result in unresolved properties even with <injectAllReactorProjects>true</injectAllReactorProjects>. Please refer to git-commit-id/maven-git-commit-id-plugin#287 or git-commit-id/maven-git-commit-id-plugin#413 for details and potential workarounds

Reporting Problems

If you find any problem with this plugin, feel free to report it here

Full Changelog: git-commit-id/git-commit-id-maven-plugin@v9.2.0...v10.0.0

Version 9.2.0 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

... (truncated)

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

| Package | From | To |
| --- | --- | --- |
| [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex) | `3.5` | `3.6` |
| io.ebean:ebean-postgres | `17.9.0` | `17.11.0` |
| [io.ebean:ebean-test](https://github.com/ebean-orm/ebean) | `17.9.0` | `17.11.0` |
| [io.ebean:querybean-generator](https://github.com/ebean-orm/ebean) | `17.9.0` | `17.11.0` |
| [io.ebean:ebean-maven-plugin](https://github.com/ebean-orm-tools/ebean-maven-plugin) | `17.9.0` | `17.11.0` |
| [io.ebean:ebean-insight](https://github.com/ebean-orm/ebean-insight) | `2.0-RC9` | `2.0-RC12` |
| io.avaje:avaje-jex-test | `3.6` | `3.6` |
| [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) | `1.1.1` | `1.1.2` |
| io.avaje:avaje-oauth2-core | `1.1-RC3` | `1.1` |
| io.avaje:avaje-oauth2-oidc-cognito | `1.1-RC3` | `1.1` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `9.0.1` | `10.0.0` |


Updates `io.avaje:avaje-jex` from 3.5 to 3.6
- [Release notes](https://github.com/avaje/avaje-jex/releases)
- [Commits](avaje/avaje-jex@3.5...3.6)

Updates `io.ebean:ebean-postgres` from 17.9.0 to 17.11.0

Updates `io.ebean:ebean-test` from 17.9.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:querybean-generator` from 17.9.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:ebean-maven-plugin` from 17.9.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm-tools/ebean-maven-plugin/releases)
- [Changelog](https://github.com/ebean-orm-tools/ebean-maven-plugin/blob/master/release.properties)
- [Commits](https://github.com/ebean-orm-tools/ebean-maven-plugin/commits)

Updates `io.ebean:ebean-insight` from 2.0-RC9 to 2.0-RC12
- [Release notes](https://github.com/ebean-orm/ebean-insight/releases)
- [Commits](https://github.com/ebean-orm/ebean-insight/commits)

Updates `io.avaje:avaje-jex-test` from 3.6 to 3.6

Updates `io.ebean:ebean-test` from 17.9.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:querybean-generator` from 17.9.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:ebean-maven-plugin` from 17.9.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm-tools/ebean-maven-plugin/releases)
- [Changelog](https://github.com/ebean-orm-tools/ebean-maven-plugin/blob/master/release.properties)
- [Commits](https://github.com/ebean-orm-tools/ebean-maven-plugin/commits)

Updates `org.graalvm.buildtools:native-maven-plugin` from 1.1.1 to 1.1.2
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@1.1.1...1.1.2)

Updates `io.avaje:avaje-oauth2-core` from 1.1-RC3 to 1.1

Updates `io.avaje:avaje-oauth2-oidc-cognito` from 1.1-RC3 to 1.1

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.0.1 to 10.0.0
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v9.0.1...v10.0.0)

---
updated-dependencies:
- dependency-name: io.avaje:avaje-jex
  dependency-version: '3.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-postgres
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-test
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:querybean-generator
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-maven-plugin
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-insight
  dependency-version: 2.0-RC12
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jex-test
  dependency-version: '3.6'
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-test
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:querybean-generator
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-maven-plugin
  dependency-version: 17.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-oauth2-core
  dependency-version: '1.1'
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-oauth2-oidc-cognito
  dependency-version: '1.1'
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions Bot merged commit f82e90d into main Jun 15, 2026
1 of 2 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/main/dependencies-a3eebd4a2b branch June 15, 2026 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants