This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 094881a Bump com.fasterxml.jackson.core:jackson-core in /src/it/MPIR-407 094881a is described below commit 094881abd79ff08c8c8ec5a362649df2f9250b2d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Jun 27 15:40:29 2025 +0000 Bump com.fasterxml.jackson.core:jackson-core in /src/it/MPIR-407 Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.13.1 to 2.15.0. - [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.0/release.properties) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.13.1...jackson-core-2.15.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> --- src/it/MPIR-407/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/it/MPIR-407/pom.xml b/src/it/MPIR-407/pom.xml index eba370b..60bd05b 100644 --- a/src/it/MPIR-407/pom.xml +++ b/src/it/MPIR-407/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.13.1</version> + <version>2.15.0</version> </dependency> </dependencies>