Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<!-- Force the version to 2.18.3 to ensure the compatibility with old projects -->
<version>2.18.3</version>
Copy link
Author

@yeikel yeikel May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should consider using the BOM to align these dependencies. See #2446

<!-- Force the version to 2.18.4 to ensure the compatibility with old projects -->
<version>2.18.4</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<!-- Force the version to 2.18.3 to ensure the compatibility with old projects -->
<version>2.18.3</version>
<!-- Force the version to 2.18.4 to ensure the compatibility with old projects -->
<version>2.18.4</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<jdk.target>1.8</jdk.target>

<jersey.version>2.30.1</jersey.version>
<jackson.version>2.18.3</jackson.version>
<jackson-jaxrs.version>2.18.3</jackson-jaxrs.version>
<jackson.version>2.18.4</jackson.version>
<jackson-jaxrs.version>2.18.4</jackson-jaxrs.version>
<httpclient.version>4.5.12</httpclient.version><!-- 4.5.1-4.5.2 broken -->
<commons-compress.version>1.27.1</commons-compress.version>
<commons-io.version>2.18.0</commons-io.version>
Expand Down