You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/03/18 22:49:11 UTC

[camel-k-runtime] branch main updated: build(deps): bump spock-core from 2.0-groovy-3.0 to 2.1-groovy-3.0

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

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new b016668  build(deps): bump spock-core from 2.0-groovy-3.0 to 2.1-groovy-3.0
b016668 is described below

commit b0166680b5a6ce77ca59e6908907555457bcf02d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Mar 18 20:14:21 2022 +0000

    build(deps): bump spock-core from 2.0-groovy-3.0 to 2.1-groovy-3.0
    
    Bumps spock-core from 2.0-groovy-3.0 to 2.1-groovy-3.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.spockframework:spock-core
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb25d94..db0715f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
 
         <!-- camel-k -->
         <groovy-version>3.0.9</groovy-version>
-        <spock-version>2.0-groovy-3.0</spock-version>
+        <spock-version>2.1-groovy-3.0</spock-version>
         <immutables-version>2.9.0</immutables-version>
         <semver4j-version>3.1.0</semver4j-version>