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 2021/12/03 18:03:02 UTC

[plc4x] branch develop updated: build(deps): bump groovy.version from 3.0.8 to 3.0.9 (#278)

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 bfcdb0a  build(deps): bump groovy.version from 3.0.8 to 3.0.9 (#278)
bfcdb0a is described below

commit bfcdb0a9f9c2c8c94af54effd872ac61645517fb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 3 18:59:54 2021 +0100

    build(deps): bump groovy.version from 3.0.8 to 3.0.9 (#278)
    
    Bumps `groovy.version` from 3.0.8 to 3.0.9.
    
    Updates `groovy-test-junit5` from 3.0.8 to 3.0.9
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    Updates `groovy` from 3.0.8 to 3.0.9
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy-test-junit5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.codehaus.groovy:groovy
      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>
---
 plc4j/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/pom.xml b/plc4j/pom.xml
index 4fa4cc1..fe43326 100644
--- a/plc4j/pom.xml
+++ b/plc4j/pom.xml
@@ -340,7 +340,7 @@
     <dependency>
       <groupId>org.codehaus.groovy</groupId>
       <artifactId>groovy-test-junit5</artifactId>
-      <version>3.0.8</version>
+      <version>3.0.9</version>
       <scope>test</scope>
     </dependency>
   </dependencies>