Compare commits

...
Author SHA1 Message Date
pmm 798976a76c [PRODSEC-8957] fix for spring-context 2024-06-17 10:10:13 +05:30
pmm 286a55b238 [PRODSEC-8957] fix for spring-context 2024-06-14 09:50:56 +05:30
pmm e59661a6d2 [PRODSEC-8957] fix for spring-context 2024-06-13 17:11:24 +05:30
pmm 1ee1ffcd46 [PRODSEC-8957] fix for spring-context 2024-06-13 15:58:38 +05:30
+1 -1
View File
@@ -38,7 +38,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.2.17.RELEASE</version> <version>5.3.37</version>
</dependency> </dependency>
<!-- Access to JUnit runner classes --> <!-- Access to JUnit runner classes -->