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 2020/10/07 20:41:53 UTC

[camel-k-runtime] branch master updated: build(deps): bump junit-pioneer from 0.9.2 to 1.0.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f169fef  build(deps): bump junit-pioneer from 0.9.2 to 1.0.0
f169fef is described below

commit f169fef1fed01f0c23f796ae5370ceec3c3fe66b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 7 19:02:28 2020 +0000

    build(deps): bump junit-pioneer from 0.9.2 to 1.0.0
    
    Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from 0.9.2 to 1.0.0.
    - [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
    - [Changelog](https://github.com/junit-pioneer/junit-pioneer/blob/master/docs/release-notes.md)
    - [Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v0.9.2...v1.0.0)
    
    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 45456a5..c169ec8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <immutables-version>2.8.8</immutables-version>
         <semver4j-version>3.1.0</semver4j-version>
         <jaeger-version>1.4.0</jaeger-version>
-        <junit-pioneer-version>0.9.2</junit-pioneer-version>
+        <junit-pioneer-version>1.0.0</junit-pioneer-version>
 
         <!-- overridden camel dependencies versions -->
         <javapoet-version>1.13.0</javapoet-version>