Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2025

Bumps the prod-deps group with 5 updates:

Package From To
io.quarkus.platform:quarkus-bom 3.22.1 3.23.0
io.quarkus.platform:quarkus-maven-plugin 3.22.1 3.23.0
org.jetbrains.kotlin:kotlin-maven-allopen 2.1.20 2.1.21
org.jetbrains.kotlin:kotlin-maven-plugin 2.1.20 2.1.21
io.github.git-commit-id:git-commit-id-maven-plugin 9.0.1 9.0.2

Updates io.quarkus.platform:quarkus-bom from 3.22.1 to 3.23.0

Commits
  • 603eee3 [maven-release-plugin] prepare release 3.23.0
  • b931929 Merge pull request #1491 from ppalaga/250526-upgrades
  • e85411d Upgrade to Quarkus CXF 3.23.1 and Camel Quarkus 3.23.0
  • 18396be Merge pull request #1496 from gsmet/update-njord
  • b01a919 Update Njord to 0.6.2
  • 01394dc Merge pull request #1494 from loicmathieu/gcp-2-17-1
  • c3e99f5 Merge pull request #1495 from gsmet/modernize
  • a8b4564 Update build-helper-maven-plugin to 3.6.0
  • e93a47d Update maven-plugin-plugin to 3.15.1
  • c43adff Update JBoss Parent to 49
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.22.1 to 3.23.0

Commits
  • 603eee3 [maven-release-plugin] prepare release 3.23.0
  • b931929 Merge pull request #1491 from ppalaga/250526-upgrades
  • e85411d Upgrade to Quarkus CXF 3.23.1 and Camel Quarkus 3.23.0
  • 18396be Merge pull request #1496 from gsmet/update-njord
  • b01a919 Update Njord to 0.6.2
  • 01394dc Merge pull request #1494 from loicmathieu/gcp-2-17-1
  • c3e99f5 Merge pull request #1495 from gsmet/modernize
  • a8b4564 Update build-helper-maven-plugin to 3.6.0
  • e93a47d Update maven-plugin-plugin to 3.15.1
  • c43adff Update JBoss Parent to 49
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.1.20 to 2.1.21

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.1.20 to 2.1.21

Updates io.quarkus.platform:quarkus-maven-plugin from 3.22.1 to 3.23.0

Commits
  • 603eee3 [maven-release-plugin] prepare release 3.23.0
  • b931929 Merge pull request #1491 from ppalaga/250526-upgrades
  • e85411d Upgrade to Quarkus CXF 3.23.1 and Camel Quarkus 3.23.0
  • 18396be Merge pull request #1496 from gsmet/update-njord
  • b01a919 Update Njord to 0.6.2
  • 01394dc Merge pull request #1494 from loicmathieu/gcp-2-17-1
  • c3e99f5 Merge pull request #1495 from gsmet/modernize
  • a8b4564 Update build-helper-maven-plugin to 3.6.0
  • e93a47d Update maven-plugin-plugin to 3.15.1
  • c43adff Update JBoss Parent to 49
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.1.20 to 2.1.21

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

Release notes

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

Version 9.0.2 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:

  • general changes
  • bump several plugins
    • bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.8 to 6.0.0
    • bump org.junit.jupiter:* from 5.10.2 to 5.12.2 (scope test)
    • bump org.mockito:mockito-core from 5.12.0 to 5.18.0 (scope test)
    • bump org.assertj:assertj-core from 3.26.0 to 3.27.3 (scope test)
    • bump commons-io:commons-io from 2.16.1 to 2.19.0 (scope test)
    • bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.17 (scope test)
  • bump several maven plugins
    • bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to 3.15.1
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.1
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
    • bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.5.3
    • bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.21.0
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.2
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1

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>9.0.2</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>
</tr></table> 

... (truncated)

Commits
  • 124c9dd [maven-release-plugin] prepare release v9.0.2
  • 6498afc try to make tests pass locally and on github
  • 2b4bda3 Merge pull request #850 from git-commit-id/dependabot/maven/io.github.git-com...
  • a39bbe4 make tests pass with io.github.git-commit-id:git-commit-id-plugin-core:6.0.0
  • dc10ead Merge pull request #851 from git-commit-id/dependabot/maven/org.mockito-mocki...
  • ceb9ab8 build(deps-dev): bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • 7235678 build(deps): bump io.github.git-commit-id:git-commit-id-plugin-core
  • d06a70b Merge pull request #845 from git-commit-id/dependabot/maven/commons-io-common...
  • 76f6226 build(deps-dev): bump commons-io:commons-io from 2.18.0 to 2.19.0
  • 3390d21 Merge pull request #837 from git-commit-id/dependabot/maven/junit.version-5.12.1
  • 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 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 prod-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.22.1` | `3.23.0` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.22.1` | `3.23.0` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.1.20` | `2.1.21` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.1.20` | `2.1.21` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `9.0.1` | `9.0.2` |


Updates `io.quarkus.platform:quarkus-bom` from 3.22.1 to 3.23.0
- [Commits](quarkusio/quarkus-platform@3.22.1...3.23.0)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.22.1 to 3.23.0
- [Commits](quarkusio/quarkus-platform@3.22.1...3.23.0)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.1.20 to 2.1.21

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.20 to 2.1.21

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.22.1 to 3.23.0
- [Commits](quarkusio/quarkus-platform@3.22.1...3.23.0)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.1.20 to 2.1.21

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.0.1 to 9.0.2
- [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...v9.0.2)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependency-update Dependency updates label Jun 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 1, 2025 06:55
@dependabot dependabot bot added the dependency-update Dependency updates label Jun 1, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 1, 2025

@erwinc1 erwinc1 merged commit 412e081 into main Jun 2, 2025
3 checks passed
@erwinc1 erwinc1 deleted the dependabot/maven/prod-deps-2b566206cd branch June 2, 2025 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-update Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants