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 1f418c276a Bump junit.version from 5.10.1 to 5.10.2 (#782)
1f418c276a is described below

commit 1f418c276a74bba1c59a3854ff2999ee3ce1603f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 12 09:55:53 2024 +0200

    Bump junit.version from 5.10.1 to 5.10.2 (#782)
    
    Bumps `junit.version` from 5.10.1 to 5.10.2.
    
    Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.1 to 5.10.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)
    
    Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.1 to 5.10.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)
    
    Updates `org.junit.vintage:junit-vintage-engine` from 5.10.1 to 5.10.2
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.10.1...r5.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter-engine
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-params
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.junit.vintage:junit-vintage-engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    (cherry picked from commit 64adc6468cae14db81ae5eecc0b7fbbcf84a5989)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b3229cff9..5ae5b5ff0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
                
<jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version>
                
<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
                <jetty.version>9.4.53.v20231009</jetty.version>
-               <junit.version>5.10.1</junit.version>
+               <junit.version>5.10.2</junit.version>
                <jsr305.version>3.0.2</jsr305.version>
                <logback.version>1.2.7</logback.version>
                <hamcrest.version>2.2</hamcrest.version>

Reply via email to