Merge branch 'feature/SUPPORT-9023_fix_socket' into SUPPORT-8943_seamlessness

This commit is contained in:
gulnaz 2025-03-25 12:19:19 +03:00 committed by Zaripov Emil
parent daaa4a867c
commit 4171eff398
20 changed files with 542 additions and 34 deletions

View file

@ -307,6 +307,11 @@
<artifactId>hibernate-validator</artifactId>
<version>9.0.0.CR1</version>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>2.0.11</version>
</dependency>
</dependencies>
</dependencyManagement>
<repositories>