Skip to content

chore: bump the backend-dev group across 2 directories with 3 updates - #944

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/backend-dev-1e6a246350
Open

chore: bump the backend-dev group across 2 directories with 3 updates#944
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/backend-dev-1e6a246350

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the backend-dev group with 3 updates in the / directory: org.apache.maven.plugins:maven-compiler-plugin, com.icegreen:greenmail-junit5 and io.github.git-commit-id:git-commit-id-maven-plugin.
Bumps the backend-dev group with 3 updates in the /server directory: org.apache.maven.plugins:maven-compiler-plugin, com.icegreen:greenmail-junit5 and io.github.git-commit-id:git-commit-id-maven-plugin.

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.16.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • e7bba6e [maven-release-plugin] prepare release maven-compiler-plugin-3.16.0
  • c906809 Avoid using deprecated method CompilerConfiguration.setCompilerVersion
  • ad74fee Replace adopt-openj9 by semeru JDK distribution on GH
  • beb0eda Recompile when dependencies change (#1102)
  • a0b689e [MCOMPILER-578] Track outputs across compiler executions (#1091)
  • 2e81228 Fix incremental detection of empty sources, 3.x (#1075)
  • 2132f5b configure ATR project
  • 5992b77 Build fails when annotation processor list is empty (but present) (#1077)
  • acccef7 Bump plexusCompilerVersion from 2.16.2 to 2.17.0
  • 72bc445 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail-junit5 from 2.1.12 to 2.1.13

Release notes

Sourced from com.icegreen:greenmail-junit5's releases.

2.1.13

What's Changed

Bugfixes

Dependencies

Full Changelog: greenmail-mail-test/greenmail@release-2.1.12...release-2.1.13

Commits
  • cd4d14f [maven-release-plugin] prepare release release-2.1.13
  • 1d7d3dd Chore: Updating docs for 2.1.13 release
  • f5ca3e3 Minor fixes (spelling, code style, ...)
  • 99d18fd reject malformed message set with protocol exception
  • 659cd21 Build(deps): Bump com.fasterxml.jackson:jackson-bom
  • 1377a54 Build: Remove deprecated finbbugs plugin
  • c7fbba6 Build: Fix scm tag and added jakarta.ee javadoc links
  • b21a84b Renamed Copilot instructions to more generic AGENTS.md
  • a4b5656 reject malformed SEARCH criteria with BAD instead of closing connection
  • 517c7d3 guard xoauth2 part count before indexing in SaslXoauth2Message
  • Additional commits viewable in compare view

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

Release notes

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

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

What's Changed

Dependencies used by the plugin

Github Action

Maven Plugins used by the plugin

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.1</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

... (truncated)

Commits
  • 73542f2 Bump version: 10.0.0 → 10.0.1
  • 7e95a7e Revert "add tests for java 27"
  • dae217c add tests for java 27
  • dc5b90b run tests with the latest maven versions 3.9.9 -> 3.9.16; 4.0.0-rc-5 -> 4.0.0...
  • 28f14aa bump git-commit-id-plugin-core from 6.2.0 to 6.2.1 (refs https://github.com/g...
  • dcf31ab Merge pull request #934 from git-commit-id/dependabot/maven/org.apache.maven....
  • e4e48ba Merge pull request #933 from git-commit-id/dependabot/maven/org.jspecify-jspe...
  • ef3c336 Merge pull request #935 from git-commit-id/dependabot/github_actions/actions/...
  • eacd498 Merge pull request #930 from git-commit-id/dependabot/maven/org.sonatype.cent...
  • d892203 build(deps): bump actions/setup-java from 5 to 6
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail-junit5 from 2.1.12 to 2.1.13

Release notes

Sourced from com.icegreen:greenmail-junit5's releases.

2.1.13

What's Changed

Bugfixes

Dependencies

Full Changelog: greenmail-mail-test/greenmail@release-2.1.12...release-2.1.13

Commits
  • cd4d14f [maven-release-plugin] prepare release release-2.1.13
  • 1d7d3dd Chore: Updating docs for 2.1.13 release
  • f5ca3e3 Minor fixes (spelling, code style, ...)
  • 99d18fd reject malformed message set with protocol exception
  • 659cd21 Build(deps): Bump com.fasterxml.jackson:jackson-bom
  • 1377a54 Build: Remove deprecated finbbugs plugin
  • c7fbba6 Build: Fix scm tag and added jakarta.ee javadoc links
  • b21a84b Renamed Copilot instructions to more generic AGENTS.md
  • a4b5656 reject malformed SEARCH criteria with BAD instead of closing connection
  • 517c7d3 guard xoauth2 part count before indexing in SaslXoauth2Message
  • Additional commits viewable in compare view

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

Release notes

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

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

What's Changed

Dependencies used by the plugin

Github Action

Maven Plugins used by the plugin

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.1</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

... (truncated)

Commits
  • 73542f2 Bump version: 10.0.0 → 10.0.1
  • 7e95a7e Revert "add tests for java 27"
  • dae217c add tests for java 27
  • dc5b90b run tests with the latest maven versions 3.9.9 -> 3.9.16; 4.0.0-rc-5 -> 4.0.0...
  • 28f14aa bump git-commit-id-plugin-core from 6.2.0 to 6.2.1 (refs https://github.com/g...
  • dcf31ab Merge pull request #934 from git-commit-id/dependabot/maven/org.apache.maven....
  • e4e48ba Merge pull request #933 from git-commit-id/dependabot/maven/org.jspecify-jspe...
  • ef3c336 Merge pull request #935 from git-commit-id/dependabot/github_actions/actions/...
  • eacd498 Merge pull request #930 from git-commit-id/dependabot/maven/org.sonatype.cent...
  • d892203 build(deps): bump actions/setup-java from 5 to 6
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.16.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • e7bba6e [maven-release-plugin] prepare release maven-compiler-plugin-3.16.0
  • c906809 Avoid using deprecated method CompilerConfiguration.setCompilerVersion
  • ad74fee Replace adopt-openj9 by semeru JDK distribution on GH
  • beb0eda Recompile when dependencies change (#1102)
  • a0b689e [MCOMPILER-578] Track outputs across compiler executions (#1091)
  • 2e81228 Fix incremental detection of empty sources, 3.x (#1075)
  • 2132f5b configure ATR project
  • 5992b77 Build fails when annotation processor list is empty (but present) (#1077)
  • acccef7 Bump plexusCompilerVersion from 2.16.2 to 2.17.0
  • 72bc445 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.15.0 to 3.16.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.16.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • e7bba6e [maven-release-plugin] prepare release maven-compiler-plugin-3.16.0
  • c906809 Avoid using deprecated method CompilerConfiguration.setCompilerVersion
  • ad74fee Replace adopt-openj9 by semeru JDK distribution on GH
  • beb0eda Recompile when dependencies change (#1102)
  • a0b689e [MCOMPILER-578] Track outputs across compiler executions (#1091)
  • 2e81228 Fix incremental detection of empty sources, 3.x (#1075)
  • 2132f5b configure ATR project
  • 5992b77 Build fails when annotation processor list is empty (but present) (#1077)
  • acccef7 Bump plexusCompilerVersion from 2.16.2 to 2.17.0
  • 72bc445 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0
  • Additional commits viewable in compare view

Updates com.icegreen:greenmail-junit5 from 2.1.12 to 2.1.13

Release notes

Sourced from com.icegreen:greenmail-junit5's releases.

2.1.13

What's Changed

Bugfixes

Dependencies

Full Changelog: greenmail-mail-test/greenmail@release-2.1.12...release-2.1.13

Commits
  • cd4d14f [maven-release-plugin] prepare release release-2.1.13
  • 1d7d3dd Chore: Updating docs for 2.1.13 release
  • f5ca3e3 Minor fixes (spelling, code style, ...)
  • 99d18fd reject malformed message set with protocol exception
  • 659cd21 Build(deps): Bump com.fasterxml.jackson:jackson-bom
  • 1377a54 Build: Remove deprecated finbbugs plugin
  • c7fbba6 Build: Fix scm tag and added jakarta.ee javadoc links
  • b21a84b Renamed Copilot instructions to more generic AGENTS.md
  • a4b5656 reject malformed SEARCH criteria with BAD instead of closing connection
  • 517c7d3 guard xoauth2 part count before indexing in SaslXoauth2Message
  • Additional commits viewable in compare view

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

Release notes

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

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

What's Changed

Dependencies used by the plugin

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 7, 2026
@dependabot
dependabot Bot force-pushed the dependabot/maven/backend-dev-1e6a246350 branch 2 times, most recently from ec41521 to 7b52293 Compare September 10, 2026 11:24
Bumps the backend-dev group with 3 updates in the / directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [com.icegreen:greenmail-junit5](https://github.com/greenmail-mail-test/greenmail) and [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin).
Bumps the backend-dev group with 3 updates in the /server directory: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [com.icegreen:greenmail-junit5](https://github.com/greenmail-mail-test/greenmail) and [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin).


Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0)

Updates `com.icegreen:greenmail-junit5` from 2.1.12 to 2.1.13
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.12...release-2.1.13)

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

Updates `com.icegreen:greenmail-junit5` from 2.1.12 to 2.1.13
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.12...release-2.1.13)

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

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0)

Updates `com.icegreen:greenmail-junit5` from 2.1.12 to 2.1.13
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.12...release-2.1.13)

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

Updates `com.icegreen:greenmail-junit5` from 2.1.12 to 2.1.13
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.1.12...release-2.1.13)

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

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0)

---
updated-dependencies:
- dependency-name: com.icegreen:greenmail-junit5
  dependency-version: 2.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: com.icegreen:greenmail-junit5
  dependency-version: 2.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: com.icegreen:greenmail-junit5
  dependency-version: 2.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: com.icegreen:greenmail-junit5
  dependency-version: 2.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-dev
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-dev
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-dev
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-dev
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/backend-dev-1e6a246350 branch from 7b52293 to 4c095f9 Compare September 11, 2026 11:24
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants