Skip to content

Commit

Permalink
update dependencies for spring-boot 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vananiev committed Dec 23, 2021
1 parent 90e6735 commit 22d3bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.18</version>
<version>1.18.22</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand All @@ -86,13 +86,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.0</version>
<version>2.13.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.1.6</version>
<version>2.1.11</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 22d3bea

Please sign in to comment.