You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/05/09 07:51:32 UTC

[plc4x-build-tools] branch develop updated: chore(deps): bump maven-plugin-annotations from 3.8.1 to 3.8.2 (#72)

This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 65896cc  chore(deps): bump maven-plugin-annotations from 3.8.1 to 3.8.2 (#72)
65896cc is described below

commit 65896cc007d73eb614de39f08420eb8f99dab8f6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 9 09:51:26 2023 +0200

    chore(deps): bump maven-plugin-annotations from 3.8.1 to 3.8.2 (#72)
    
    Bumps [maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.8.1 to 3.8.2.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - [Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.8.1...maven-plugin-tools-3.8.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 code-generation/plc4x-maven-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code-generation/plc4x-maven-plugin/pom.xml b/code-generation/plc4x-maven-plugin/pom.xml
index 0b756a6..3cbf226 100644
--- a/code-generation/plc4x-maven-plugin/pom.xml
+++ b/code-generation/plc4x-maven-plugin/pom.xml
@@ -85,7 +85,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <scope>provided</scope>
     </dependency>