Skip to content

Commit

Permalink
[TAE-357-fix-CVE]: fix version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele committed Jan 15, 2025
1 parent 266c572 commit f02a3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>it.gov.pagopa.rtd.ms</groupId>
<artifactId>rtd-ms-sender-auth</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
<name>rtd-ms-sender-auth</name>
<description>micro-service responsible to store the association between sender code and api key</description>
<properties>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-annotations</artifactId>
<version>1.6.15</version>
<version>1.6.14</version>
</dependency>
<!-- opentelemetry -->
<dependency>
Expand Down

0 comments on commit f02a3e0

Please sign in to comment.