pom updated

This commit is contained in:
lucio 2024-02-22 13:48:01 +01:00
parent bf790bf98e
commit cbe2976d11
1 changed files with 6 additions and 1 deletions

View File

@ -238,7 +238,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.12</version>
<scope>provided</scope>
</dependency>
<!-- END Setting scope to provided to dependencies already declared in
@ -295,6 +295,11 @@
<scope>provided</scope>
</dependency>
<!-- END gCube Jackson -->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.9.7</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>