Skip to content

Commit 22d3bea

Browse files
committed
update dependencies for spring-boot 2.6.2
1 parent 90e6735 commit 22d3bea

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
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.projectlombok</groupId>
7575
<artifactId>lombok</artifactId>
76-
<version>1.18.18</version>
76+
<version>1.18.22</version>
7777
<scope>provided</scope>
7878
<optional>true</optional>
7979
</dependency>
@@ -86,13 +86,13 @@
8686
<dependency>
8787
<groupId>com.fasterxml.jackson.core</groupId>
8888
<artifactId>jackson-databind</artifactId>
89-
<version>2.11.0</version>
89+
<version>2.13.1</version>
9090
<scope>provided</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>io.swagger.core.v3</groupId>
9494
<artifactId>swagger-annotations</artifactId>
95-
<version>2.1.6</version>
95+
<version>2.1.11</version>
9696
<scope>provided</scope>
9797
</dependency>
9898
</dependencies>

0 commit comments

Comments
 (0)