update models

This commit is contained in:
Efstratios Giannopoulos 2024-03-21 16:40:18 +02:00
parent d0a9cf2f1c
commit e85f2771b2
1 changed files with 3 additions and 4 deletions

View File

@ -22,18 +22,17 @@
<dependency> <dependency>
<groupId>gr.cite.opendmp</groupId> <groupId>gr.cite.opendmp</groupId>
<artifactId>common-models</artifactId> <artifactId>common-models</artifactId>
<version>0.0.3</version> <version>0.0.5</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId> <artifactId>jackson-core</artifactId>
<version>2.15.4</version> <version>2.15.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<version>6.1.4</version> <version>6.0.0</version>
<scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>