Skip to content

Commit ce7e451

Browse files
Bump the prod-deps group across 1 directory with 4 updates (#72)
Bumps the prod-deps group with 3 updates in the / directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) and [org.springframework.modulith:spring-modulith-bom](https://github.com/spring-projects/spring-modulith). Updates `org.springframework.boot:spring-boot-starter-parent` from 4.0.1 to 4.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.1...v4.0.4) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 3.0.0 to 3.0.2 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/v3.0.2/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v3.0.0...v3.0.2) Updates `org.projectlombok:lombok` from 1.18.42 to 1.18.44 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](projectlombok/lombok@v1.18.42...v1.18.44) Updates `org.springframework.modulith:spring-modulith-bom` from 2.0.1 to 2.0.3 - [Release notes](https://github.com/spring-projects/spring-modulith/releases) - [Commits](spring-projects/spring-modulith@2.0.1...2.0.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.projectlombok:lombok dependency-version: 1.18.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.springframework.modulith:spring-modulith-bom dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d92a2f commit ce7e451

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.1</version>
8+
<version>4.0.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.abhinav</groupId>
@@ -16,8 +16,8 @@
1616
<properties>
1717
<java.version>23</java.version>
1818
<maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
19-
<springdoc-openapi-starter-webmvc-ui.version>3.0.0</springdoc-openapi-starter-webmvc-ui.version>
20-
<spring-modulith-bom.version>2.0.1</spring-modulith-bom.version>
19+
<springdoc-openapi-starter-webmvc-ui.version>3.0.2</springdoc-openapi-starter-webmvc-ui.version>
20+
<spring-modulith-bom.version>2.0.3</spring-modulith-bom.version>
2121
<jmolecules-bom.version>2025.0.2</jmolecules-bom.version>
2222
<archunit.version>1.4.1</archunit.version>
2323
</properties>

0 commit comments

Comments
 (0)