From bb2cd9e437fc0fe88c7785aca2929d1e0f148bcc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 13 Jan 2025 11:36:54 +0000
Subject: [PATCH] build(deps): bump org.apache.commons:commons-csv from 1.12.0
 to 1.13.0

Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.12.0 to 1.13.0.
- [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.12.0...rel/commons-csv-1.13.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] <support@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 84c09eaa7..3f4bfb1b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
         <springdoc.version>2.8.1</springdoc.version>
         <nv-i18n.version>1.29</nv-i18n.version>
         <kotlin-logging.version>3.0.5</kotlin-logging.version>
-        <common-csv.version>1.12.0</common-csv.version>
+        <common-csv.version>1.13.0</common-csv.version>
         <wiremock.version>2.35.2</wiremock.version>
         <springmockk.version>4.0.2</springmockk.version>
         <opencsv.version>5.9</opencsv.version>