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

mgrigorov pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new 0a37c638e6 Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (#697)
0a37c638e6 is described below

commit 0a37c638e650d419879ba721faefebd7e7bf4f6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 6 09:17:00 2023 +0200

    Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 (#697)
    
    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 
5.6.0 to 5.7.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](https://github.com/mockito/mockito/compare/v5.6.0...v5.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 564f661605bc799e04fbed8af4d8c7933c5feb59)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f786f6223..0f27ad0e20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,8 +166,8 @@
                <hamcrest.version>2.2</hamcrest.version>
                
<hibernate-validator.version>6.2.5.Final</hibernate-validator.version>
                <httpunit.version>1.7.3</httpunit.version>
-               <metrics.version>4.2.20</metrics.version>
-               <mockito.version>5.6.0</mockito.version>
+               <metrics.version>4.2.21</metrics.version>
+               <mockito.version>5.7.0</mockito.version>
                <objenesis.version>3.3</objenesis.version>
                <openjson.version>1.0.13</openjson.version>
                <slf4j.version>2.0.7</slf4j.version>

Reply via email to