Skip to content

Commit 908268c

Browse files
chore: [DevOps] bump the production-minor-patch group with 6 updates (#163)
Bumps the production-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` | | [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` | | [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` | | [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` | | [javax.annotation:javax.annotation-api](https://github.com/javaee/javax.annotation) | `1.2` | `1.3.2` | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.36` | Updates `org.springframework:spring-core` from 6.1.14 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0) Updates `org.springframework:spring-web` from 6.1.14 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0) Updates `org.springframework:spring-context` from 6.1.14 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0) Updates `org.springframework:spring-webmvc` from 6.1.14 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0) Updates `org.springframework:spring-web` from 6.1.14 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0) Updates `javax.annotation:javax.annotation-api` from 1.2 to 1.3.2 - [Commits](javaee/javax.annotation@1.2...1.3.2) Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.36 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.34...v1.18.36) Updates `org.springframework:spring-context` from 6.1.14 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0) Updates `org.springframework:spring-webmvc` from 6.1.14 to 6.2.0 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.springframework:spring-web 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-minor dependency-group: production-minor-patch - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: javax.annotation:javax.annotation-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: org.projectlombok:lombok 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-minor dependency-group: production-minor-patch - dependency-name: org.springframework:spring-webmvc 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 6bef134 commit 908268c

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
@@ -64,7 +64,7 @@
6464
<checkstyle.version>10.20.1</checkstyle.version>
6565
<system-stubs.version>2.1.3</system-stubs.version>
6666
<surefire.version>3.5.2</surefire.version>
67-
<springframework.version>6.1.14</springframework.version>
67+
<springframework.version>6.2.0</springframework.version>
6868
<dotenv-java.version>3.0.2</dotenv-java.version>
6969
<mockito.version>5.14.2</mockito.version>
7070
<!-- Quality assurance -->
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>javax.annotation</groupId>
107107
<artifactId>javax.annotation-api</artifactId>
108-
<version>1.2</version>
108+
<version>1.3.2</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>io.github.cdimascio</groupId>
@@ -629,7 +629,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
629629
<dependency>
630630
<groupId>org.projectlombok</groupId>
631631
<artifactId>lombok</artifactId>
632-
<version>1.18.34</version>
632+
<version>1.18.36</version>
633633
</dependency>
634634
</dependencies>
635635
<executions>

0 commit comments

Comments
 (0)