From 6b238ba6481e12af2179f4a2e4cbcfe91b350939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 08:57:48 +0000 Subject: [PATCH] Bump org.apache.commons:commons-configuration2 from 2.8.0 to 2.9.0 Bumps org.apache.commons:commons-configuration2 from 2.8.0 to 2.9.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-configuration2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6bd2352..30a7aee 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'commons-cli:commons-cli:1.5.0' implementation 'commons-beanutils:commons-beanutils:1.9.4' - implementation 'org.apache.commons:commons-configuration2:2.8.0' + implementation 'org.apache.commons:commons-configuration2:2.9.0' implementation 'xyz.malkki:gtfs-library:0.1.2' implementation group: 'org.mobilitydata', name: 'gtfs-realtime-bindings', version: '0.0.8'