From 7bb291ba020100ced525e3a15047877ea5554bdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 00:37:22 +0000 Subject: [PATCH] Bump io.github.cdimascio:dotenv-java from 2.3.2 to 3.0.0 Bumps [io.github.cdimascio:dotenv-java](https://github.com/cdimascio/dotenv-java) from 2.3.2 to 3.0.0. - [Release notes](https://github.com/cdimascio/dotenv-java/releases) - [Changelog](https://github.com/cdimascio/dotenv-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/cdimascio/dotenv-java/compare/v2.3.2...v3.0.0) --- updated-dependencies: - dependency-name: io.github.cdimascio:dotenv-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5889695..45e00c5 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { dependencies { testImplementation platform('org.junit:junit-bom:5.9.1') testImplementation 'org.junit.jupiter:junit-jupiter' - testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' + testImplementation 'io.github.cdimascio:dotenv-java:3.0.0' } test {