Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 1 update: me.paulschwarz:spring-dotenv.

Updates 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [me.paulschwarz:spring-dotenv](https://github.com/paulschwarz/spring-dotenv).


Updates `me.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
  dependency-group: dependencies
...

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 29, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 29, 2025

Looks like me.paulschwarz:spring-dotenv is no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 29, 2025
@dependabot dependabot bot deleted the dependabot/maven/dependencies-858b3923a8 branch December 29, 2025 22:22
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.

1 participant