Skip to content

Commit

Permalink
NO-SNOW Update jackson and commons-compress (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski authored Dec 5, 2024
1 parent caf1933 commit 2f4be67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
<!--Compatible protobuf version https://github.com/confluentinc/common/blob/v7.7.0/pom.xml#L91 -->
<protobuf.version>3.25.5</protobuf.version>
<iceberg.version>1.6.1</iceberg.version>
<jackson.version>2.18.2</jackson.version>
<commons-compress.version>1.27.1</commons-compress.version>
</properties>


Expand Down Expand Up @@ -376,20 +378,20 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
<version>${commons-compress.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.17.2</version>
</dependency>
<version>${jackson.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.2</version>
<version>${jackson.version}</version>
</dependency>

<!-- <https://mvnrepository.com/artifact/io.confluent/kafka-schema-registry-client?repo=confluent-packages -->
Expand Down
8 changes: 5 additions & 3 deletions pom_confluent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
<!--Compatible protobuf version https://github.com/confluentinc/common/blob/v7.7.0/pom.xml#L91 -->
<protobuf.version>3.25.5</protobuf.version>
<iceberg.version>1.6.1</iceberg.version>
<jackson.version>2.18.2</jackson.version>
<commons-compress.version>1.27.1</commons-compress.version>
</properties>


Expand Down Expand Up @@ -533,20 +535,20 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.0</version>
<version>${commons-compress.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.17.2</version>
<version>${jackson.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.2</version>
<version>${jackson.version}</version>
</dependency>

<!-- <https://mvnrepository.com/artifact/io.confluent/kafka-schema-registry-client?repo=confluent-packages -->
Expand Down

0 comments on commit 2f4be67

Please sign in to comment.