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/10/17 08:37:55 UTC

[plc4x] branch develop updated: build(deps): bump groovy.version from 4.0.5 to 4.0.6 (#550)

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 69d14d227 build(deps): bump groovy.version from 4.0.5 to 4.0.6 (#550)
69d14d227 is described below

commit 69d14d22710ea8c9f7c522f8cd176b773aea46e5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 17 10:37:50 2022 +0200

    build(deps): bump groovy.version from 4.0.5 to 4.0.6 (#550)
    
    Bumps `groovy.version` from 4.0.5 to 4.0.6.
    
    Updates `groovy-test-junit5` from 4.0.5 to 4.0.6
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy` from 4.0.5 to 4.0.6
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy-xml` from 4.0.5 to 4.0.6
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.groovy:groovy-test-junit5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.groovy:groovy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.groovy:groovy-xml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 b7f97ef76..1c8795958 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <dom4j.version>2.1.3</dom4j.version>
     <equalsverifier.version>3.10.1</equalsverifier.version>
     <freemarker.version>2.3.31</freemarker.version>
-    <groovy.version>4.0.5</groovy.version>
+    <groovy.version>4.0.6</groovy.version>
     <gson.version>2.9.1</gson.version>
     <guava.version>31.1-jre</guava.version>
     <hamcrest.version>2.2</hamcrest.version>