You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/31 22:13:38 UTC

[maven-invoker-plugin] branch master updated: [MINVOKER-322] Bump assertj-core from 3.23.1 to 3.24.2 (#168)

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7024027  [MINVOKER-322] Bump assertj-core from 3.23.1 to 3.24.2 (#168)
7024027 is described below

commit 7024027bde6c816ac4a0fb43358478b49e1d6393
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 31 23:13:33 2023 +0100

    [MINVOKER-322] Bump assertj-core from 3.23.1 to 3.24.2 (#168)
    
    Bumps assertj-core from 3.23.1 to 3.24.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3ea75bc..537836a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,7 @@ under the License.
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.23.1</version>
+      <version>3.24.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>