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/06 10:27:23 UTC

[plc4x] branch develop updated: build(deps): bump spock-bom from 2.2-groovy-4.0 to 2.3-groovy-4.0 (#525)

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 e9afa8594 build(deps): bump spock-bom from 2.2-groovy-4.0 to 2.3-groovy-4.0 (#525)
e9afa8594 is described below

commit e9afa8594a662ea63f0e7a6b9f5117c89d734c58
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 12:27:18 2022 +0200

    build(deps): bump spock-bom from 2.2-groovy-4.0 to 2.3-groovy-4.0 (#525)
    
    Bumps spock-bom from 2.2-groovy-4.0 to 2.3-groovy-4.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.spockframework:spock-bom
      dependency-type: direct:production
    ...
    
    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>
---
 plc4j/utils/test-generator/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/utils/test-generator/pom.xml b/plc4j/utils/test-generator/pom.xml
index c9d479b93..fd5a8a907 100644
--- a/plc4j/utils/test-generator/pom.xml
+++ b/plc4j/utils/test-generator/pom.xml
@@ -84,7 +84,7 @@
       <dependency>
         <groupId>org.spockframework</groupId>
         <artifactId>spock-bom</artifactId>
-        <version>2.2-groovy-4.0</version>
+        <version>2.3-groovy-4.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>