updated maven.portal.bom at 3.7.0

This commit is contained in:
Francesco Mangiacrapa 2024-06-28 15:03:45 +02:00
parent 052b4f4b9b
commit db836e071f
1 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<apache.http.version>4.4.1</apache.http.version>
<gcube.jackson.version>2.8.11</gcube.jackson.version>
<maven.portal.bom>3.7.0</maven.portal.bom>
</properties>
<dependencyManagement>
@ -41,7 +42,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.4</version>
<version>${maven.portal.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>