From c141d70d9c303134a380831bb85c06da233f48a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 02:03:24 +0000 Subject: [PATCH] Bump net.datafaker:datafaker from 2.5.4 to 2.6.0 Bumps [net.datafaker:datafaker](https://github.com/datafaker-net/datafaker) from 2.5.4 to 2.6.0. - [Release notes](https://github.com/datafaker-net/datafaker/releases) - [Changelog](https://github.com/datafaker-net/datafaker/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/datafaker-net/datafaker/compare/2.5.4...2.6.0) --- updated-dependencies: - dependency-name: net.datafaker:datafaker dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vividus/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vividus/build.gradle b/vividus/build.gradle index 8619bae882..9f38e90594 100644 --- a/vividus/build.gradle +++ b/vividus/build.gradle @@ -95,7 +95,7 @@ dependencies { implementation('io.github.classgraph:classgraph:4.8.184') implementation('io.github.java-diff-utils:java-diff-utils:4.17') implementation('org.apache.commons:commons-jexl3:3.6.2') - implementation('net.datafaker:datafaker:2.5.4') + implementation('net.datafaker:datafaker:2.6.0') compileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugsVersion}")