Bump the dependencies group across 1 directory with 10 updates #2425

Open
dependabot[bot] opened 1:32pm on September 9, 2026 wants to merge 1 commit into fraunhoferiosb/frost-server v2.6.x from
dependabot/maven/v2.6.x/dependencies-53a9e28327
Diff Delta:
0
Classified as:  General

dependabot-bot's Description of Work

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.eclipse.jetty.ee10:jetty-ee10-servlet | 12.1.12 | 12.1.13 |
| org.jooq:jooq | 3.21.7 | 3.21.8 |
| org.jooq:jooq-codegen | 3.21.7 | 3.21.8 |
| org.jooq:jooq-meta | 3.21.7 | 3.21.8 |
| org.slf4j:jul-to-slf4j | 2.0.18 | 2.0.19 |
| org.slf4j:slf4j-api | 2.0.18 | 2.0.19 |
| io.github.git-commit-id:git-commit-id-maven-plugin | 10.0.0 | 10.0.1 |
| org.apache.maven.plugins:maven-compiler-plugin | 3.15.0 | 3.16.0 |
| com.diffplug.spotless:spotless-maven-plugin | 3.10.1 | 3.10.2 |
| org.apache.maven.plugins:maven-surefire-plugin | 3.5.6 | 3.6.0 |

Updates org.eclipse.jetty.ee10:jetty-ee10-servlet from 12.1.12 to 12.1.13

Updates org.jooq:jooq from 3.21.7 to 3.21.8

Updates org.jooq:jooq-codegen from 3.21.7 to 3.21.8

Updates org.jooq:jooq-meta from 3.21.7 to 3.21.8

Updates org.jooq:jooq-codegen from 3.21.7 to 3.21.8

Updates org.jooq:jooq-meta from 3.21.7 to 3.21.8

Updates org.slf4j:jul-to-slf4j from 2.0.18 to 2.0.19

Updates org.slf4j:slf4j-api from 2.0.18 to 2.0.19

Updates org.slf4j:slf4j-api from 2.0.18 to 2.0.19

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/&lt;/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


<!-- raw HTML omitted -->

... (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


<!-- raw HTML omitted -->

🚀 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.diffplug.spotless:spotless-maven-plugin from 3.10.1 to 3.10.2

Release notes

Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.



Maven Plugin v3.10.2


Fixed




  • <shortenFullyQualifiedTypes> now shortens fully-qualified types used in expression contexts (such as static method calls, static fields, and enum constants) while avoiding imports that would change how existing unqualified type references resolve. (#3039)

  • Eclipse JDT formatter step no longer fails with NoClassDefFoundError when lombok is active as a JVM agent (e.g. -javaagent:lombok.jar in Eclipse/VS Code/Cursor). (#2795)


Commits



  • dc2a4cb Published maven/3.10.2


  • 876c8c4 Published gradle/8.10.2


  • ff28375 Published lib/4.10.2


  • e260aa7 shortenFullyQualifiedTypes: preserve unqualified type resolution (#3037)


  • 5a2cdca Update changelogs.


  • 98ca50e Merge remote-tracking branch 'origin/main' into 3033-unqualified-type-collision


  • 9591d7e Resolve interopability with spotless, lombok and VSCode (#3038)


  • 5842e1b shortenFullyQualifiedTypes: shorten FQTs in expression context (#3039)


  • e7f5b60 Add changelog entries


  • 79ff6c7 Resolve interopability with spotless, lombok and VSCode

  • Additional commits viewable in compare view


Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.6 to 3.6.0

Release notes

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



3.6.0


<!-- raw HTML omitted -->

Please refer to the main page for what's new https://maven.apache.org/surefire/
And the migration page https://maven.apache.org/surefire/maven-surefire-plugin/whats-new-3-6-0.html


🚀 New features and improvements



🐛 Bug Fixes



📝 Documentation updates



👻 Maintenance



<!-- raw HTML omitted -->

... (truncated)

Commits



  • 0ff622b [maven-release-plugin] prepare release surefire-3.6.0


  • bb3932a Let's go for 3.6.0 release


  • 3002a16 Bump mavenVersion from 3.9.14 to 3.9.16


  • 61a531d Bump Maven parent version from 47 to 49 (#3449)


  • e52ead4 [SUREFIRE-523] Link all reported tests to source XRef (#3445)


  • 45102fa [SUREFIRE-3446] Fix direct selection of JUnit Jupiter @​Nested classes (#3447)


  • b2e1f70 Fix #3303: distinguish JUnit 6 ParameterizedClass invocations (#3432)


  • c051938 Discover tests in a fork when a toolchain JDK is used (#3444)


  • db75df8 Bump org.codehaus.plexus:plexus-java from 1.5.2 to 1.6.0 (#3441)


  • 77f2759 Bump org.codehaus.plexus:plexus-interpolation from 1.29 to 1.30.0

  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions

1 total changed file
Loading changes...
You’ve reached the end
LGTM-land is officially in view