From c3dbddd7336769b40ce426d88d650f52d6032b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 02:03:37 +0000 Subject: [PATCH] Bump io.github.cdimascio:dotenv-java from 3.0.2 to 3.2.0 Bumps [io.github.cdimascio:dotenv-java](https://github.com/cdimascio/dotenv-java) from 3.0.2 to 3.2.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/v3.0.2...v3.2.0) --- updated-dependencies: - dependency-name: io.github.cdimascio:dotenv-java dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b977be..7eaa23d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation 'jakarta.servlet:jakarta.servlet-api' // Environment variable loading from .env file - implementation 'io.github.cdimascio:dotenv-java:3.0.2' + implementation 'io.github.cdimascio:dotenv-java:3.2.0' // lombok compileOnly 'org.projectlombok:lombok'