update pom

This commit is contained in:
Efstratios Giannopoulos 2024-04-19 11:24:27 +03:00
parent 77ed0699d0
commit 348d7d84d3
1 changed files with 3 additions and 3 deletions

View File

@ -22,17 +22,17 @@
<dependency>
<groupId>gr.cite.opendmp</groupId>
<artifactId>common-models</artifactId>
<version>0.0.8</version>
<version>0.0.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.0</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.0.0</version>
<version>6.1.6</version>
</dependency>
</dependencies>