Skip to content

Commit 392a82d

Browse files
Bump the dependencies group with 6 updates (#117)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa5704c commit 392a82d

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)