This is an automated email from the ASF dual-hosted git repository.
mbuenger 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 7111cd8 Bump com.fasterxml.jackson.core:jackson-core in
/src/it/MPIR-407 (#623)
7111cd8 is described below
commit 7111cd8324746fc074a4669f12aa99d2ccd22b3e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 18 17:27:14 2026 +0100
Bump com.fasterxml.jackson.core:jackson-core in /src/it/MPIR-407 (#623)
Bumps
[com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core)
from 2.15.0 to 2.18.6.
-
[Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.15.0...jackson-core-2.18.6)
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.18.6
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.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 30deb9e..6f58d0c 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.15.0</version>
+ <version>2.18.6</version>
</dependency>
</dependencies>