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 2022/08/16 08:02:16 UTC

[plc4x] branch develop updated: build(deps): bump cmake-maven-plugin from 3.22.1-b1 to 3.23.2-b1 (#452)

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.git


The following commit(s) were added to refs/heads/develop by this push:
     new 739e1bb08 build(deps): bump cmake-maven-plugin from 3.22.1-b1 to 3.23.2-b1 (#452)
739e1bb08 is described below

commit 739e1bb08d5ed226ffac2bbe69000ecc8f747707
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Aug 16 10:02:09 2022 +0200

    build(deps): bump cmake-maven-plugin from 3.22.1-b1 to 3.23.2-b1 (#452)
    
    Bumps [cmake-maven-plugin](https://github.com/cmake-maven-project/cmake-maven-project) from 3.22.1-b1 to 3.23.2-b1.
    - [Release notes](https://github.com/cmake-maven-project/cmake-maven-project/releases)
    - [Commits](https://github.com/cmake-maven-project/cmake-maven-project/compare/release-3.22.1-b1...release-3.23.2-b1)
    
    ---
    updated-dependencies:
    - dependency-name: com.googlecode.cmake-maven-project:cmake-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 926799f78..7d39db22d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1341,7 +1341,7 @@
         <plugin>
           <groupId>com.googlecode.cmake-maven-project</groupId>
           <artifactId>cmake-maven-plugin</artifactId>
-          <version>3.22.1-b1</version>
+          <version>3.23.2-b1</version>
         </plugin>
 
         <plugin>