Skip to content

Commit 868c635

Browse files
chore: [DevOps] bump the production-minor-patch group with 2 updates (#133)
Bumps the production-minor-patch group with 2 updates: [io.github.cdimascio:dotenv-java](https://github.com/cdimascio/dotenv-java) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `io.github.cdimascio:dotenv-java` from 3.0.0 to 3.0.2 - [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.0...v3.0.2) Updates `com.puppycrawl.tools:checkstyle` from 10.19.0 to 10.20.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.19.0...checkstyle-10.20.0) --- updated-dependencies: - dependency-name: io.github.cdimascio:dotenv-java dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09a3c68 commit 868c635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<assertj-core.version>3.26.3</assertj-core.version>
6161
<slf4j.version>2.0.16</slf4j.version>
6262
<spotless.version>2.43.0</spotless.version>
63-
<checkstyle.version>10.19.0</checkstyle.version>
63+
<checkstyle.version>10.20.0</checkstyle.version>
6464
<system-stubs.version>2.1.3</system-stubs.version>
6565
<surefire.version>3.5.2</surefire.version>
6666
<springframework.version>6.1.14</springframework.version>
67-
<dotenv-java.version>3.0.0</dotenv-java.version>
67+
<dotenv-java.version>3.0.2</dotenv-java.version>
6868
<mockito.version>5.14.2</mockito.version>
6969
<!-- Quality assurance -->
7070
<enforcer.skipBanLoggingFrameworks>false</enforcer.skipBanLoggingFrameworks>

0 commit comments

Comments
 (0)