From a33511dd4c33f1bb0293cd9ed6eed582b2620052 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 13:14:04 +0000 Subject: [PATCH] fix(deps): update dependency commons-fileupload:commons-fileupload to v1.5 --- spring-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-common/build.gradle b/spring-common/build.gradle index 502e7db..0ef2c08 100644 --- a/spring-common/build.gradle +++ b/spring-common/build.gradle @@ -23,7 +23,7 @@ dependencies { implementation("com.graphql-java-kickstart:graphql-spring-boot-starter") implementation "com.embedler.moon.graphql:spring-graphql-common:2.1.0-2016-05-22T16-50-32" - implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.4' + implementation group: 'commons-fileupload', name: 'commons-fileupload', version: '1.5' implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-actuator")