Skip to content

Commit eb664b3

Browse files
chore: [DevOps] bump the production-minor-patch group with 6 updates (#239)
Bumps the production-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.2.0` | `6.2.1` | | [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.2.0` | `6.2.1` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.2.0` | `6.2.1` | | [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) | `6.2.0` | `6.2.1` | | [io.github.cdimascio:dotenv-java](https://github.com/cdimascio/dotenv-java) | `3.0.2` | `3.1.0` | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.20.2` | `10.21.0` | Updates `org.springframework:spring-core` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.0...v6.2.1) Updates `org.springframework:spring-web` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.0...v6.2.1) Updates `org.springframework:spring-context` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.0...v6.2.1) Updates `org.springframework:spring-webmvc` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.0...v6.2.1) Updates `org.springframework:spring-web` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.0...v6.2.1) Updates `io.github.cdimascio:dotenv-java` from 3.0.2 to 3.1.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...v.3.1.0) Updates `com.puppycrawl.tools:checkstyle` from 10.20.2 to 10.21.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](checkstyle/checkstyle@checkstyle-10.20.2...checkstyle-10.21.0) Updates `org.springframework:spring-context` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.0...v6.2.1) Updates `org.springframework:spring-webmvc` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: io.github.cdimascio:dotenv-java 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-minor dependency-group: production-minor-patch - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch - dependency-name: org.springframework:spring-webmvc 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 4e3d3ae commit eb664b3

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
@@ -60,11 +60,11 @@
6060
<wiremock.version>3.10.0</wiremock.version>
6161
<assertj-core.version>3.26.3</assertj-core.version>
6262
<slf4j.version>2.0.16</slf4j.version>
63-
<checkstyle.version>10.20.2</checkstyle.version>
63+
<checkstyle.version>10.21.0</checkstyle.version>
6464
<system-stubs.version>2.1.3</system-stubs.version>
6565
<surefire.version>3.5.2</surefire.version>
66-
<springframework.version>6.2.0</springframework.version>
67-
<dotenv-java.version>3.0.2</dotenv-java.version>
66+
<springframework.version>6.2.1</springframework.version>
67+
<dotenv-java.version>3.1.0</dotenv-java.version>
6868
<mockito.version>5.14.2</mockito.version>
6969
<!-- Formatting -->
7070
<spotless.version>2.43.0</spotless.version>

0 commit comments

Comments
 (0)