You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by gi...@apache.org on 2022/06/06 06:03:08 UTC

[archiva-redback-core] branch redback-2.6.x updated: Bump assertj-core from 1.7.1 to 3.23.1

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

github-bot pushed a commit to branch redback-2.6.x
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/redback-2.6.x by this push:
     new a591ee1f Bump assertj-core from 1.7.1 to 3.23.1
a591ee1f is described below

commit a591ee1fd504ed165a5adcb72785994a33d2eafa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 1 16:54:56 2022 +0000

    Bump assertj-core from 1.7.1 to 3.23.1
    
    Bumps [assertj-core](https://github.com/assertj/assertj-core) from 1.7.1 to 3.23.1.
    - [Release notes](https://github.com/assertj/assertj-core/releases)
    - [Commits](https://github.com/assertj/assertj-core/compare/assertj-core-1.7.1...assertj-core-3.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 f7fa1e9d..e10cdf39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -672,7 +672,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>1.7.1</version>
+        <version>3.23.1</version>
       </dependency>
     </dependencies>
   </dependencyManagement>