You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/21 23:42:34 UTC

[logging-log4j2] 06/14: Bump json-unit from 2.35.0 to 2.36.0

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 4207c7b04a19130eb31a85956dd3c108fc3b68aa
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 6 14:48:39 2022 +0000

    Bump json-unit from 2.35.0 to 2.36.0
    
    Bumps [json-unit](https://github.com/lukas-krecan/JsonUnit) from 2.35.0 to 2.36.0.
    - [Release notes](https://github.com/lukas-krecan/JsonUnit/releases)
    - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-2.35.0...json-unit-parent-2.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.javacrumbs.json-unit:json-unit
      dependency-type: direct:development
      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 476e9d3f33..f16b52473e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,7 @@
     <jmdns.version>3.5.8</jmdns.version>
     <jmh.version>1.35</jmh.version>
     <jna.version>5.12.1</jna.version>
-    <json-unit.version>2.35.0</json-unit.version>
+    <json-unit.version>2.36.0</json-unit.version>
     <junit.version>4.13.2</junit.version>
     <junit-jupiter.version>5.9.1</junit-jupiter.version>
     <!-- Do not upgrade to 1.7.x until https://github.com/junit-pioneer/junit-pioneer/issues/623 is fixed -->