DWN-42070: update core version

pull/1601/head
jjuaniveson 2023-09-15 09:23:20 +01:00
parent 79638b8298
commit 4b827629af
1 changed files with 2 additions and 2 deletions

View File

@ -348,12 +348,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4</version>
<version>2.13.4.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.4.2</version>
<version>2.13.4</version>
</dependency>
<!-- Spring Security -->