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/10/02 14:46:28 UTC

[httpcomponents-client] 03/13: Bump junit-bom from 5.8.1 to 5.9.1

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-client.git

commit 0bf362769a23e0210a114218a7dbf107ca3b52ad
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Sep 26 14:44:13 2022 +0000

    Bump junit-bom from 5.8.1 to 5.9.1
    
    Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.1 to 5.9.1.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b4ba5f27d..30e0bb435 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
     <ehcache.version>3.9.6</ehcache.version>
     <memcached.version>2.12.3</memcached.version>
     <slf4j.version>1.7.36</slf4j.version>
-    <junit.version>5.8.1</junit.version>
+    <junit.version>5.9.1</junit.version>
     <hamcrest.version>2.2</hamcrest.version>
     <mockito.version>4.0.0</mockito.version>
     <jna.version>5.9.0</jna.version>