You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/09/28 19:58:26 UTC

[httpcomponents-core] 02/09: Bump junit.version from 5.9.0 to 5.9.1 (#363)

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

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

commit 737b330bcd0f41f935cead374bdd9e39cb6e1a9f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 28 10:38:15 2022 -0400

    Bump junit.version from 5.9.0 to 5.9.1 (#363)
    
    Bumps `junit.version` from 5.9.0 to 5.9.1.
    
    Updates `junit-bom` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
    
    Updates `junit-jupiter-migrationsupport` from 5.9.0 to 5.9.1
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.junit.jupiter:junit-jupiter-migrationsupport
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    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 8d3565f1d..b16ac6149 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
     <conscrypt.version>2.5.2</conscrypt.version>
-    <junit.version>5.9.0</junit.version>
+    <junit.version>5.9.1</junit.version>
     <hamcrest.version>2.2</hamcrest.version>
     <junit.migrationsupport.version>5.0.0</junit.migrationsupport.version>
     <mockito.version>4.7.0</mockito.version>