You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/11 00:29:18 UTC

[aries] branch trunk updated: Bump assertj-core from 3.20.2 to 3.22.0 in /spi-fly

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

rotty3000 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 25053a346 Bump assertj-core from 3.20.2 to 3.22.0 in /spi-fly
25053a346 is described below

commit 25053a34664f37fb70155a250a9e9643bded0400
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 4 17:38:48 2022 +0000

    Bump assertj-core from 3.20.2 to 3.22.0 in /spi-fly
    
    Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.20.2 to 3.22.0.
    - [Release notes](https://github.com/assertj/assertj-core/releases)
    - [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-3.20.2...assertj-core-3.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 spi-fly/spi-fly-itests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spi-fly/spi-fly-itests/pom.xml b/spi-fly/spi-fly-itests/pom.xml
index b662a919d..b250d53c8 100644
--- a/spi-fly/spi-fly-itests/pom.xml
+++ b/spi-fly/spi-fly-itests/pom.xml
@@ -36,7 +36,7 @@
         <maven.install.skip>true</maven.install.skip>
         <junit-jupiter.version>5.7.2</junit-jupiter.version>
         <junit-platform.version>1.7.2</junit-platform.version>
-        <assertj.version>3.20.2</assertj.version>
+        <assertj.version>3.22.0</assertj.version>
         <felix.framework.version>7.0.1</felix.framework.version>
         <mockito.core.version>3.11.2</mockito.core.version>
         <osgi.test.version>1.0.0</osgi.test.version>