This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new cddad30ef71 Bump com.mycila:license-maven-plugin from 3.0 to 4.6
cddad30ef71 is described below
commit cddad30ef7100c6fe3e1456f9c1af8c08b5a05fe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 20 15:19:14 2024 +0000
Bump com.mycila:license-maven-plugin from 3.0 to 4.6
Bumps
[com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin)
from 3.0 to 4.6.
- [Release
notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
-
[Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-3.0...license-maven-plugin-4.6)
---
updated-dependencies:
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ea92ff37247..5973ac06ca4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@
<maven.compiler.release>${jdk.version}</maven.compiler.release>
<maven-javadoc-plugin-version>3.10.0</maven-javadoc-plugin-version>
<maven-surefire-plugin-version>3.5.2</maven-surefire-plugin-version>
- <mycila-license-version>3.0</mycila-license-version>
+ <mycila-license-version>4.6</mycila-license-version>
<springdoc-version>2.2.0</springdoc-version>
<surefire.version>${maven-surefire-plugin-version}</surefire.version>
<swagger-parser-v3-version>2.1.10</swagger-parser-v3-version>