diff options
author | JohnKeeney <john.keeney@est.tech> | 2023-11-17 17:59:33 +0000 |
---|---|---|
committer | JohnKeeney <john.keeney@est.tech> | 2023-11-17 17:59:45 +0000 |
commit | 8f49f44f5ddc7cf48cf94667379f0f41ff8ecc2d (patch) | |
tree | 6c5dc9c143579c319ebca63c6db5b2d06dcf0b71 | |
parent | 2eca5482951278b69c8cc152a46c423dddef02e6 (diff) |
ORAN A1 Update commons.io version
Address EOL warning commons-io 2.11.0 -> 2.14.0
Issue-ID: CCSDK-3920
Change-Id: If2e9d594dd71bcba6cb65e7ae65a7ce4dd2cbc36
Signed-off-by: JohnKeeney <john.keeney@est.tech>
-rw-r--r-- | a1-policy-management/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 4878f7e6..33a64226 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -38,7 +38,7 @@ <json.version>20231013</json.version> <formatter-maven-plugin.version>2.22.0</formatter-maven-plugin.version> <spotless-maven-plugin.version>2.35.0</spotless-maven-plugin.version> - <commons-io.version>2.11.0</commons-io.version> + <commons-io.version>2.14.0</commons-io.version> <guava.version>32.0.1-jre</guava.version> <springdoc.version>2.0.2</springdoc.version> <docker-maven-plugin>0.30.0</docker-maven-plugin> |