Skip to content

Commit 21c49c9

Browse files
chore(deps): Bump org.apache.maven.plugin-tools:maven-plugin-annotations (#19710)
Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.15.1 to 3.15.2. - [Release notes](https://github.com/apache/maven-plugin-tools/releases) - [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.15.1...maven-plugin-tools-3.15.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations dependency-version: 3.15.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc65131 commit 21c49c9

File tree

5 files changed

+5
-5
lines changed
  • components
    • camel-salesforce/camel-salesforce-maven-plugin
    • camel-servicenow/camel-servicenow-maven-plugin
  • parent
  • tooling/maven
    • camel-api-component-maven-plugin
    • camel-eip-documentation-enricher-maven-plugin

5 files changed

+5
-5
lines changed

components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.apache.maven.plugin-tools</groupId>
9090
<artifactId>maven-plugin-annotations</artifactId>
91-
<version>3.15.1</version>
91+
<version>3.15.2</version>
9292
<scope>provided</scope>
9393
</dependency>
9494
<dependency>

components/camel-servicenow/camel-servicenow-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.apache.maven.plugin-tools</groupId>
9090
<artifactId>maven-plugin-annotations</artifactId>
91-
<version>3.15.1</version>
91+
<version>3.15.2</version>
9292
<scope>provided</scope>
9393
</dependency>
9494

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
<maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
377377
<maven-owasp-plugin-version>12.1.8</maven-owasp-plugin-version>
378378
<maven-plugin-plugin-version>3.15.1</maven-plugin-plugin-version>
379-
<maven-plugin-annotations-version>3.15.1</maven-plugin-annotations-version>
379+
<maven-plugin-annotations-version>3.15.2</maven-plugin-annotations-version>
380380
<maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>
381381
<maven-project-version>2.2.1</maven-project-version>
382382
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>

tooling/maven/camel-api-component-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.apache.maven.plugin-tools</groupId>
8282
<artifactId>maven-plugin-annotations</artifactId>
83-
<version>3.15.1</version>
83+
<version>3.15.2</version>
8484
<scope>provided</scope>
8585
</dependency>
8686
<dependency>

tooling/maven/camel-eip-documentation-enricher-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.apache.maven.plugin-tools</groupId>
6464
<artifactId>maven-plugin-annotations</artifactId>
65-
<version>3.15.1</version>
65+
<version>3.15.2</version>
6666
<scope>provided</scope>
6767
</dependency>
6868

0 commit comments

Comments
 (0)