Skip to content

Commit 9cc853f

Browse files
chore: [DevOps] bump the production-minor-patch group with 4 updates (#345)
Bumps the production-minor-patch group with 4 updates: [io.github.cdimascio:dotenv-java](https://github.com/cdimascio/dotenv-java), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle). Updates `io.github.cdimascio:dotenv-java` from 3.1.0 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@v.3.1.0...v3.2.0) Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.0) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.0) Updates `com.puppycrawl.tools:checkstyle` from 10.21.2 to 10.21.3 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.21.2...checkstyle-10.21.3) --- updated-dependencies: - dependency-name: io.github.cdimascio:dotenv-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-patch 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 c9ecf7c commit 9cc853f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
<maven.compiler.proc>full</maven.compiler.proc>
5757
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5858
<cloud-sdk.version>5.17.0</cloud-sdk.version>
59-
<junit-jupiter.version>5.11.4</junit-jupiter.version>
59+
<junit-jupiter.version>5.12.0</junit-jupiter.version>
6060
<wiremock.version>3.12.0</wiremock.version>
6161
<assertj-core.version>3.27.3</assertj-core.version>
6262
<slf4j.version>2.0.16</slf4j.version>
63-
<checkstyle.version>10.21.2</checkstyle.version>
63+
<checkstyle.version>10.21.3</checkstyle.version>
6464
<system-stubs.version>2.1.3</system-stubs.version>
6565
<surefire.version>3.5.2</surefire.version>
6666
<springframework.version>6.2.1</springframework.version>
6767
<spring-ai.version>1.0.0-M6</spring-ai.version>
6868
<reactor-core.version>3.6.12</reactor-core.version>
69-
<dotenv-java.version>3.1.0</dotenv-java.version>
69+
<dotenv-java.version>3.2.0</dotenv-java.version>
7070
<mockito.version>5.15.2</mockito.version>
7171
<javaparser.version>3.26.3</javaparser.version>
7272
<!-- conflicts resolution -->

0 commit comments

Comments
 (0)