Skip to content

Commit 418451b

Browse files
Bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-starter-cache](https://github.com/spring-projects/spring-boot), [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) and [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-cache` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.springframework.boot:spring-boot-starter-cache` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) Updates `org.openapitools:jackson-databind-nullable` from 0.2.7 to 0.2.8 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.7...v0.2.8) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.6...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.springframework.boot:spring-boot-starter-cache dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.springframework.boot:spring-boot-starter-cache dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b285c7 commit 418451b

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
@@ -19,7 +19,7 @@
1919
<maven-plugin-version>1.0.0</maven-plugin-version>
2020
<junit-version>4.13.1</junit-version>
2121
<default.package>vc.openapi</default.package>
22-
<spring.version>3.5.6</spring.version>
22+
<spring.version>3.5.7</spring.version>
2323
</properties>
2424

2525
<repositories>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.openapitools</groupId>
9393
<artifactId>jackson-databind-nullable</artifactId>
94-
<version>0.2.7</version>
94+
<version>0.2.8</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.google.guava</groupId>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.springframework.boot</groupId>
179179
<artifactId>spring-boot-maven-plugin</artifactId>
180-
<version>3.5.6</version>
180+
<version>3.5.7</version>
181181
<executions>
182182
<execution>
183183
<configuration>

0 commit comments

Comments
 (0)