Skip to content

Commit 71dceee

Browse files
chore: [DevOps] bump the plugins group with 5 updates (#185)
Bumps the plugins group with 5 updates: | Package | From | To | | --- | --- | --- | | org.openapitools:openapi-generator-maven-plugin | `7.9.0` | `7.10.0` | | [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | Updates `org.openapitools:openapi-generator-maven-plugin` from 7.9.0 to 7.10.0 Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) --- updated-dependencies: - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Dümont <[email protected]>
1 parent 7fb06f2 commit 71dceee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
<plugin>
206206
<groupId>org.openapitools</groupId>
207207
<artifactId>openapi-generator-maven-plugin</artifactId>
208-
<version>7.9.0</version>
208+
<version>7.10.0</version>
209209
</plugin>
210210
</plugins>
211211
</pluginManagement>

sample-code/spring-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</developers>
3434
<properties>
3535
<project.rootdir>${project.basedir}/../../</project.rootdir>
36-
<spring-boot.version>3.3.5</spring-boot.version>
36+
<spring-boot.version>3.4.0</spring-boot.version>
3737
<logback.version>1.5.12</logback.version>
3838
<cf-logging.version>3.8.4</cf-logging.version>
3939
<!-- Skip end-to-end tests by default, can be overridden with -DskipTests=false -->

0 commit comments

Comments
 (0)