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

[archiva-redback-core] branch master updated: Updating assertj version

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 2703c3a  Updating assertj version
2703c3a is described below

commit 2703c3abb35259fc99e610955ad0637df9fa8699
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Wed Jan 5 21:01:02 2022 +0100

    Updating assertj version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b6875d..9aa3d1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -673,7 +673,7 @@
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>
-        <version>1.7.1</version>
+        <version>${assertj.version}</version>
       </dependency>
       <dependency>
         <groupId>org.freemarker</groupId>