From a7906073a63376ae69d84d768995ca43d21f73b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:10:26 +0100 Subject: [PATCH] chore(deps): bump the test group across 1 directory with 3 updates (#3231) Bumps the test group with 3 updates in the /community directory: [net.javacrumbs.json-unit:json-unit](https://github.com/lukas-krecan/JsonUnit), [net.javacrumbs.json-unit:json-unit-fluent](https://github.com/lukas-krecan/JsonUnit) and [org.jmockit:jmockit](https://github.com/jmockit/jmockit1). Updates `net.javacrumbs.json-unit:json-unit` from 3.4.1 to 3.5.0 - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.4.1...json-unit-parent-3.5.0) Updates `net.javacrumbs.json-unit:json-unit-fluent` from 3.4.1 to 3.5.0 - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.4.1...json-unit-parent-3.5.0) Updates `net.javacrumbs.json-unit:json-unit-fluent` from 3.4.1 to 3.5.0 - [Commits](https://github.com/lukas-krecan/JsonUnit/compare/json-unit-parent-3.4.1...json-unit-parent-3.5.0) Updates `org.jmockit:jmockit` from 1.44 to 1.49 - [Commits](https://github.com/jmockit/jmockit1/commits) --- updated-dependencies: - dependency-name: net.javacrumbs.json-unit:json-unit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: net.javacrumbs.json-unit:json-unit-fluent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: net.javacrumbs.json-unit:json-unit-fluent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: org.jmockit:jmockit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0b87333424..68dafd0b2f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -77,7 +77,7 @@ awaitilityVersion = "4.2.2" assertjVersion = "3.26.3" xmlunitVersion = "1.6" mockitoVersion = "5.14.2" -jsonUnitVersion = "3.4.1" +jsonUnitVersion = "3.5.0" systemRulesVersion = "1.19.0" systemLambdaVersion = "1.2.1" concurrentUnitVersion = "0.4.6" @@ -85,7 +85,7 @@ junitQuickCheck = "1.0" jettyVersion = "9.4.56.v20240826" jbossLoggingVersion = "3.6.1.Final" commonsExecVersion = "1.4.0" -jmockitVersion = "1.44" +jmockitVersion = "1.49" mockServerJunitVersion = "5.15.0"