Skip to content

Commit b112cb6

Browse files
Bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.5.4` | `3.5.5` | | [org.springframework.boot:spring-boot-starter-cache](https://github.com/spring-projects/spring-boot) | `3.5.4` | `3.5.5` | | [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.6` | `0.2.7` | | [org.redisson:redisson](https://github.com/redisson/redisson) | `3.50.0` | `3.51.0` | | [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) | `3.5.4` | `3.5.5` | | org.openapitools:openapi-generator-maven-plugin | `7.14.0` | `7.15.0` | Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5) Updates `org.springframework.boot:spring-boot-starter-cache` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5) Updates `org.springframework.boot:spring-boot-starter-cache` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5) Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.7 - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7) Updates `org.redisson:redisson` from 3.50.0 to 3.51.0 - [Release notes](https://github.com/redisson/redisson/releases) - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md) - [Commits](redisson/redisson@redisson-3.50.0...redisson-3.51.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5) Updates `org.openapitools:openapi-generator-maven-plugin` from 7.14.0 to 7.15.0 --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 3.5.5 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.5 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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.redisson:redisson dependency-version: 3.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-version: 7.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa5704c commit b112cb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<maven-plugin-version>1.0.0</maven-plugin-version>
1919
<junit-version>4.13.1</junit-version>
2020
<default.package>vc.openapi</default.package>
21-
<spring.version>3.5.4</spring.version>
21+
<spring.version>3.5.5</spring.version>
2222
</properties>
2323

2424
<repositories>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.openapitools</groupId>
9292
<artifactId>jackson-databind-nullable</artifactId>
93-
<version>0.2.6</version>
93+
<version>0.2.7</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>com.google.guava</groupId>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.redisson</groupId>
102102
<artifactId>redisson</artifactId>
103-
<version>3.50.0</version>
103+
<version>3.51.0</version>
104104
<exclusions>
105105
<exclusion>
106106
<groupId>ch.qos.logback</groupId>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.springframework.boot</groupId>
173173
<artifactId>spring-boot-maven-plugin</artifactId>
174-
<version>3.5.4</version>
174+
<version>3.5.5</version>
175175
<executions>
176176
<execution>
177177
<configuration>
@@ -187,7 +187,7 @@
187187
<plugin>
188188
<groupId>org.openapitools</groupId>
189189
<artifactId>openapi-generator-maven-plugin</artifactId>
190-
<version>7.14.0</version>
190+
<version>7.15.0</version>
191191
<executions>
192192
<execution>
193193
<id>api.2b2t.vc</id>

0 commit comments

Comments
 (0)