From 56b347ae280e2be15053836e7bd8ebcb28666568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 05:41:24 +0000 Subject: [PATCH] Bump the maven group across 1 directory with 4 updates Bumps the maven group with 4 updates in the / directory: commons-io:commons-io, org.hsqldb:hsqldb, [org.json:json](https://github.com/douglascrockford/JSON-java) and [org.owasp.esapi:esapi](https://github.com/ESAPI/esapi-java-legacy). Updates `commons-io:commons-io` from 2.6 to 2.7 Updates `org.hsqldb:hsqldb` from 2.3.6 to 2.7.1 Updates `org.json:json` from 20201115 to 20231013 - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Updates `org.owasp.esapi:esapi` from 2.2.2.0 to 2.5.3.1 - [Release notes](https://github.com/ESAPI/esapi-java-legacy/releases) - [Changelog](https://github.com/ESAPI/esapi-java-legacy/blob/develop/documentation/esapi4java-core-2.0-readme-crypto-changes.html) - [Commits](https://github.com/ESAPI/esapi-java-legacy/compare/esapi-2.2.2.0...esapi-2.5.3.1) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production dependency-group: maven - dependency-name: org.hsqldb:hsqldb dependency-type: direct:production dependency-group: maven - dependency-name: org.json:json dependency-type: direct:production dependency-group: maven - dependency-name: org.owasp.esapi:esapi dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 pom.xml diff --git a/pom.xml b/pom.xml old mode 100755 new mode 100644 index 4885843b58..d4e011392c --- a/pom.xml +++ b/pom.xml @@ -689,7 +689,7 @@ commons-io commons-io - 2.6 + 2.7 @@ -892,8 +892,8 @@ But it might be needed for Java 10, because I get this error, that I don't get w org.hsqldb hsqldb - - 2.3.6 + + 2.7.1 @@ -912,7 +912,7 @@ But it might be needed for Java 10, because I get this error, that I don't get w org.json json - 20201115 + 20231013 @@ -924,7 +924,7 @@ But it might be needed for Java 10, because I get this error, that I don't get w org.owasp.esapi esapi - 2.2.2.0 + 2.5.3.1