Skip to content

Commit

Permalink
libs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Koksharov committed Jan 24, 2024
1 parent 4209e0f commit a692936
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 @@ -192,19 +192,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.0</version>
<version>2.16.1</version>
</dependency>


<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.3.27</version>
<version>6.0.15</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a692936

Please sign in to comment.