Skip to content

Commit

Permalink
[SELC-6159] feat: Update SDK dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
giampieroferrara authored Dec 10, 2024
1 parent abe2644 commit 9d2af63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/onboarding-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<skipITs>true</skipITs>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<commons-sdk-version>0.6.0</commons-sdk-version>
<commons-sdk-version>0.6.1</commons-sdk-version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion apps/onboarding-ms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<skipITs>true</skipITs>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<quarkus-openapi-generator.version>2.4.1</quarkus-openapi-generator.version>
<commons-sdk-version>0.6.0</commons-sdk-version>
<commons-sdk-version>0.6.1</commons-sdk-version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>pom</packaging>

<properties>
<commons-sdk-version>0.6.0</commons-sdk-version>
<commons-sdk-version>0.6.1</commons-sdk-version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
**/utils/**, **/*Constant*, **/*Config.java, **/error/**, **/filter/**, org/**
</sonar.coverage.exclusions>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<commons-sdk-version>0.6.0</commons-sdk-version>
<commons-sdk-version>0.6.1</commons-sdk-version>
</properties>

<build>
Expand Down

0 comments on commit 9d2af63

Please sign in to comment.