Compare commits

..
Author SHA1 Message Date
pmm cb4b65472d [PRODSEC-9063] fix for maven-shared-utils 2024-06-13 14:56:28 +05:30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.37</version>
<version>3.2.17.RELEASE</version>
</dependency>
<!-- Access to JUnit runner classes -->
+1 -1
View File
@@ -112,7 +112,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.10.0</version>
<version>3.6</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>