Skip to content

Bump the maven group across 1 directory with 3 updates - #542

Merged
jamesnetherton merged 1 commit into
camel-quarkus-mainfrom
dependabot/maven/camel-quarkus-main/maven-078d0c4c2b
Jul 25, 2026
Merged

Bump the maven group across 1 directory with 3 updates#542
jamesnetherton merged 1 commit into
camel-quarkus-mainfrom
dependabot/maven/camel-quarkus-main/maven-078d0c4c2b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven group with 3 updates in the / directory: com.mycila:license-maven-plugin, org.l2x6.cq:cq-maven-plugin and org.apache.maven.plugins:maven-jar-plugin.

Updates com.mycila:license-maven-plugin from 5.0.0 to 5.1.1

Release notes

Sourced from com.mycila:license-maven-plugin's releases.

v5.1.1

What's Changed

Full Changelog: mathieucarbou/license-maven-plugin@v5.1.0...v5.1.1

v5.1.0

What's Changed

... (truncated)

Commits
  • 602a083 [maven-release-plugin] prepare release v5.1.1
  • 590c91f Merge pull request #1078 from mathieucarbou/revert-1077-fix/git
  • b485d43 Revert "fix(git): follow renames across merges in copyright creation year (#b...
  • ce2cb81 Rolback to 5.0.0 for now
  • d0e644e Doc update
  • f80e1b7 [maven-release-plugin] prepare for next development iteration
  • f26d4bd [maven-release-plugin] prepare release v5.1.0
  • 6ca1342 Fix release process
  • a082fc1 [maven-release-plugin] rollback the release of v5.1.0
  • 7049b92 Fix release process
  • Additional commits viewable in compare view

Updates org.l2x6.cq:cq-maven-plugin from 4.26.0 to 4.27.2

Commits
  • 0844a4c [maven-release-plugin] prepare release 4.27.2
  • c358ee7 Trigger release 4.27.2
  • 8fca1ed Do not add quarkus-bom to camel-quarkus-bom-test
  • 9bf7029 [maven-release-plugin] prepare for next development iteration
  • 774cec2 [maven-release-plugin] prepare release 4.27.1
  • 7360e6b Trigger release 4.27.1
  • 2fd3d2b Bump camel.version from 4.18.2 to 4.18.3
  • 6de6601 Bump com.mycila:license-maven-plugin from 5.0.0 to 5.1.1
  • 48059df Format goal adds spurious <type>jar</type> to dependencies in *-grouped integ...
  • aedcf53 Bump io.quarkus:quarkus-extension-processor from 3.33.2.1 to 3.33.3
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1

Release notes

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

3.5.1

📝 Documentation updates

  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#550) @​potiuk

👻 Maintenance

  • Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability (#550) @​potiuk
  • Use plugin version properties (3.x) (#535) @​Bukama

📦 Dependency updates

Commits
  • b0cd63d [maven-release-plugin] prepare release maven-jar-plugin-3.5.1
  • 5318a4f Add AGENTS.md + SECURITY.md security-model pointer for scanner discoverability
  • 8e0b9bb Bump org.apache.maven.plugins:maven-plugins from 48 to 49 (#547)
  • d5a438b Fix javadoc
  • 774fac9 Bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0
  • b71f403 Bump mavenVersion from 3.9.15 to 3.9.16 (#536)
  • 9f2a001 Use plugin version properties (3.x) (#535)
  • 68a978f Bump org.apache.maven.plugins:maven-plugins from 47 to 48 (#534)
  • e105821 Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#529)
  • 953dc1a Bump mavenVersion from 3.9.14 to 3.9.15 (#528)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 22, 2026
@jamesnetherton

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps the maven group with 3 updates in the / directory: [com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin), [org.l2x6.cq:cq-maven-plugin](https://github.com/l2x6/cq-maven-plugin) and [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin).


Updates `com.mycila:license-maven-plugin` from 5.0.0 to 5.1.1
- [Release notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
- [Changelog](https://github.com/mathieucarbou/license-maven-plugin/blob/master/docs/releases.md)
- [Commits](mathieucarbou/license-maven-plugin@v5.0.0...v5.1.1)

Updates `org.l2x6.cq:cq-maven-plugin` from 4.26.0 to 4.27.2
- [Commits](l2x6/cq-maven-plugin@4.26.0...4.27.2)

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

---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.l2x6.cq:cq-maven-plugin
  dependency-version: 4.27.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/maven/camel-quarkus-main/maven-078d0c4c2b branch from 09c5224 to d980cc2 Compare July 24, 2026 16:52
@jamesnetherton
jamesnetherton merged commit 0856746 into camel-quarkus-main Jul 25, 2026
14 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/camel-quarkus-main/maven-078d0c4c2b branch July 25, 2026 08:06
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.

1 participant