This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MCHANGES-446 in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit 2d23c0feb621ed6de82bdf559c7d3235023c31d7 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Nov 30 11:45:40 2024 +0100 [MCHANGES-446] Bump com.fasterxml.jackson from 2.18.1 to 2.18.2 --- pom.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fb68e0b..f5da19f 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,18 @@ under the License. <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>com.fasterxml.jackson</groupId> + <artifactId>jackson-bom</artifactId> + <version>2.18.2</version> + <type>pom</type> + <scope>import</scope> + </dependency> + </dependencies> + </dependencyManagement> + <dependencies> <!-- maven --> <dependency> @@ -289,12 +301,10 @@ under the License. <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.18.1</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.18.1</version> </dependency> <!-- trac dependencies -->