From cda1846d5ff823b44e1cd8385041b55ea019120a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 05:01:53 +0000 Subject: [PATCH] Bump commons-csv from 1.9.0 to 1.10.0 Bumps [commons-csv](https://github.com/apache/commons-csv) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/apache/commons-csv/releases) - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.9.0...rel/commons-csv-1.10.0) --- updated-dependencies: - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scimgateway/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scimgateway/pom.xml b/scimgateway/pom.xml index d6cfc70..1732ec1 100644 --- a/scimgateway/pom.xml +++ b/scimgateway/pom.xml @@ -57,7 +57,7 @@ org.apache.commons commons-csv - 1.9.0 + 1.10.0 org.postgresql