From 81c3bd352f45c58559365c9c974a62af16e819d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:00:24 +0000 Subject: [PATCH] Bump the maven group across 1 directory with 7 updates Bumps the maven group with 7 updates in the /pcgen directory: | Package | From | To | | --- | --- | --- | | commons-io:commons-io | `2.4` | `2.14.0` | | [org.springframework:spring-core](https://github.com/spring-projects/spring-framework) | `3.1.3.RELEASE` | `5.2.24.RELEASE` | | [org.springframework:spring-beans](https://github.com/spring-projects/spring-framework) | `3.1.3.RELEASE` | `5.2.22.RELEASE` | | org.apache.xmlgraphics:fop | `1.0` | `2.2` | | xalan:xalan | `2.7.1` | `2.7.3` | | xerces:xercesImpl | `2.10.0` | `2.12.2` | | [junit:junit](https://github.com/junit-team/junit4) | `4.11` | `4.13.1` | Updates `commons-io:commons-io` from 2.4 to 2.14.0 Updates `org.springframework:spring-core` from 3.1.3.RELEASE to 5.2.24.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v3.1.3.RELEASE...v5.2.24.RELEASE) Updates `org.springframework:spring-beans` from 3.1.3.RELEASE to 5.2.22.RELEASE - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v3.1.3.RELEASE...v5.2.22.RELEASE) Updates `org.apache.xmlgraphics:fop` from 1.0 to 2.2 Updates `xalan:xalan` from 2.7.1 to 2.7.3 Updates `xerces:xercesImpl` from 2.10.0 to 2.12.2 Updates `junit:junit` from 4.11 to 4.13.1 - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production dependency-group: maven - dependency-name: org.springframework:spring-core dependency-type: direct:production dependency-group: maven - dependency-name: org.springframework:spring-beans dependency-type: direct:production dependency-group: maven - dependency-name: org.apache.xmlgraphics:fop dependency-type: direct:production dependency-group: maven - dependency-name: xalan:xalan dependency-type: direct:production dependency-group: maven - dependency-name: xerces:xercesImpl dependency-type: direct:production dependency-group: maven - dependency-name: junit:junit dependency-type: direct:development dependency-group: maven ... Signed-off-by: dependabot[bot] --- pcgen/pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pcgen/pom.xml b/pcgen/pom.xml index 61e2d4b841b..afe141fc6e2 100644 --- a/pcgen/pom.xml +++ b/pcgen/pom.xml @@ -692,7 +692,7 @@ commons-io commons-io - 2.4 + 2.14.0 rhino @@ -709,13 +709,13 @@ org.springframework spring-core - 3.1.3.RELEASE + 5.2.24.RELEASE compile org.springframework spring-beans - 3.1.3.RELEASE + 5.2.22.RELEASE compile @@ -733,7 +733,7 @@ org.apache.xmlgraphics fop - 1.0 + 2.2 compile @@ -759,14 +759,14 @@ xalan xalan - 2.7.1 + 2.7.3 compile xerces xercesImpl - 2.10.0 + 2.12.2 compile @@ -794,7 +794,7 @@ junit junit - 4.11 + 4.13.1 test