Skip to content

Commit 181de8b

Browse files
Bump io.github.cdimascio:dotenv-java from 3.0.2 to 3.2.0 (#62)
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](cdimascio/dotenv-java@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3cff487 commit 181de8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation 'jakarta.servlet:jakarta.servlet-api'
2828

2929
// Environment variable loading from .env file
30-
implementation 'io.github.cdimascio:dotenv-java:3.0.2'
30+
implementation 'io.github.cdimascio:dotenv-java:3.2.0'
3131

3232
// lombok
3333
compileOnly 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)