Просмотр исходного кода

Bump commons-io from 2.4 to 2.7 in /springboot-main

Bumps commons-io from 2.4 to 2.7.

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 лет назад
Родитель
Сommit
8bbcf018c5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      springboot-main/pom.xml

+ 1 - 1
springboot-main/pom.xml

@@ -112,7 +112,7 @@
         <dependency>
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
-            <version>2.4</version>
+            <version>2.7</version>
         </dependency>
 
         <!--httpClient-->