Skip to content

Bump me.paulschwarz:spring-dotenv from 4.0.0 to 5.0.1#142

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/me.paulschwarz-spring-dotenv-5.0.1
Closed

Bump me.paulschwarz:spring-dotenv from 4.0.0 to 5.0.1#142
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/me.paulschwarz-spring-dotenv-5.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps me.paulschwarz:spring-dotenv from 4.0.0 to 5.0.1.

Release notes

Sourced from me.paulschwarz:spring-dotenv's releases.

Release 5.0.1

Install

Recommended: use the BOM to keep versions aligned.

Gradle (BOM + choose one module)

dependencies {
  implementation(platform("me.paulschwarz:spring-dotenv-bom:5.0.1"))
// Choose one:
// implementation("me.paulschwarz:spring-dotenv")
// implementation("me.paulschwarz:springboot3-dotenv")
// implementation("me.paulschwarz:springboot4-dotenv")
implementation("me.paulschwarz:springboot3-dotenv")
}

Maven (BOM + choose one module)

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>me.paulschwarz</groupId>
      <artifactId>spring-dotenv-bom</artifactId>
      <version>5.0.1</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

Then add one:

  • Spring Framework (no Boot): me.paulschwarz:spring-dotenv
  • Spring Boot 3: me.paulschwarz:springboot3-dotenv
  • Spring Boot 4: me.paulschwarz:springboot4-dotenv
<dependency>
  <groupId>me.paulschwarz</groupId>
  <artifactId>springboot3-dotenv</artifactId>
</dependency>
Changelog

Sourced from me.paulschwarz:spring-dotenv's changelog.

[5.0.1] – 2025-12-23

🚨 Breaking Changes

Configuration renames

  • springdotenv.systemPropertiesspringdotenv.exportToSystemProperties
    The configuration key (and corresponding environment variable SPRINGDOTENV_SYSTEM_PROPERTIES) has been replaced by springdotenv.exportToSystemProperties / SPRINGDOTENV_EXPORT_TO_SYSTEM_PROPERTIES.

    Update application properties, environment variables, and any scripts or documentation that control exporting dotenv values into system properties.

    systemProperties is deprecated but still supported with warning.

Artifact split & coordinates

The project is now published as multiple artifacts. Consumers must choose the appropriate module:

  • me.paulschwarz:spring-dotenv
    Core library for Spring Framework (no Spring Boot integration)

  • me.paulschwarz:springboot3-dotenv

  • me.paulschwarz:springboot4-dotenv

Older single-artifact setups must migrate to the correct module.
Spring Boot 2 integration is no longer provided.

Version alignment via BOM

  • Introduced me.paulschwarz:spring-dotenv-bom to manage versions across all modules.
  • Consumers should import the BOM (platform(...) in Gradle, <dependencyManagement> in Maven).
  • Pinning individual module versions directly is now discouraged.

Java baseline

  • The Java toolchain now targets Java 17.
  • Java 8 and Java 11 are no longer supported.
  • This aligns with Spring Boot 3+, which itself requires Java 17.

Prefix handling

  • Prefix-based access is no longer supported.
  • The library now defaults to no prefix.

... (truncated)

Commits
  • cd81b20 Remove redundant --info flag from publish command
  • 1638267 Add task for central portal handoff with authentication
  • 5c6e262 Change Gradle publish command to use --info flag
  • 61aa903 Label the 5.0.0 release
  • 1d95249 Continue support for legacy/deprecated systemProperties with warning
  • 9cc40fe #29 fix formatting in readme
  • bb1bd8d #29 maintain readme and changelog
  • dc700fa #46 remove option to set a prefix
  • 2cdf138 #44 rename systemProperties option to exportToSystemProperties
  • 186e646 Reintroduce errorprone
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [me.paulschwarz:spring-dotenv](https://github.com/paulschwarz/spring-dotenv) from 4.0.0 to 5.0.1.
- [Release notes](https://github.com/paulschwarz/spring-dotenv/releases)
- [Changelog](https://github.com/paulschwarz/spring-dotenv/blob/main/CHANGELOG.md)
- [Commits](paulschwarz/spring-dotenv@v4.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: me.paulschwarz:spring-dotenv
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 23, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Superseded by #143.

@dependabot dependabot bot closed this Jan 5, 2026
@dependabot dependabot bot deleted the dependabot/maven/me.paulschwarz-spring-dotenv-5.0.1 branch January 5, 2026 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants