Skip to content

Commit

Permalink
EA-3056: Remove api-commons SNAPSHOT dependency for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ikattey committed Sep 7, 2022
1 parent 6e7b416 commit 426b1a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-web</artifactId>
<version>${api-commons.version}</version>
</dependency>

<!-- Test stuff -->
Expand Down
1 change: 1 addition & 0 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<dependency>
<groupId>eu.europeana.api.commons</groupId>
<artifactId>commons-error</artifactId>
<version>${api-commons.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<maven.compiler.release>${java.version}</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<api-commons.version>0.3.16-SNAPSHOT</api-commons.version>
<api-commons.version>0.3.16</api-commons.version>
<!-- upgraded to 2.5.9 as 2.6.x is not compatible with swagger (springfox-swagger-ui)-->
<!-- org.apache.tomcat.embed version 9.0.56 is included uptill 2.6.3 which is vulnerable. See : CVE-2022-23181 -->
<spring-boot.version>2.5.9</spring-boot.version>
Expand Down

0 comments on commit 426b1a6

Please sign in to comment.