Skip to content

Commit

Permalink
chore(deps): Bump the all group across 1 directory with 44 updates (#…
Browse files Browse the repository at this point in the history
…20037)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Fu <[email protected]>
  • Loading branch information
dependabot[bot] and fuyufjh authored Jan 11, 2025
1 parent 4c38440 commit 80b3fd0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion java/connector-node/risingwave-sink-deltalake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.delta</groupId>
<artifactId>delta-standalone_2.12</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/connector-node/risingwave-sink-iceberg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<name>risingwave-sink-iceberg</name>

<properties>
<iceberg.version>1.7.0</iceberg.version>
<iceberg.version>1.7.1</iceberg.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.javadoc.skip>true</maven.javadoc.skip>
Expand Down
26 changes: 13 additions & 13 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- dependency versions -->
<protobuf.version>3.25.5</protobuf.version> <!-- https://github.com/grpc/grpc-java/issues/11015 -->
<grpc.version>1.68.1</grpc.version>
<log4j.version>2.24.2</log4j.version>
<grpc.version>1.69.0</grpc.version>
<log4j.version>2.24.3</log4j.version>
<slf4j.version>2.0.16</slf4j.version>
<debezium.version>2.6.2.Final</debezium.version>
<jackson.version>2.18.1</jackson.version>
<jackson.version>2.18.2</jackson.version>
<hadoop.version>3.4.1</hadoop.version>
<testcontainers.version>1.20.4</testcontainers.version>
<aws.version>2.29.20</aws.version>
<jetty.version>12.0.15</jetty.version>
<parquet.version>1.14.4</parquet.version>
<aws.version>2.29.45</aws.version>
<jetty.version>12.0.16</jetty.version>
<parquet.version>1.15.0</parquet.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -107,7 +107,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down Expand Up @@ -175,7 +175,7 @@
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>7.17.25</version>
<version>7.17.26</version>
</dependency>
<dependency>
<groupId>org.opensearch.client</groupId>
Expand Down Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
<version>3.27.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -295,7 +295,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.1-jre</version>
<version>33.4.0-jre</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -310,7 +310,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.47.0.0</version>
<version>3.47.2.0</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down Expand Up @@ -398,7 +398,7 @@
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<!-- TODO: Document it for devs. -->
<version>10.20.1</version>
<version>10.21.1</version>
</dependency>
</dependencies>
<executions>
Expand Down Expand Up @@ -491,7 +491,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 80b3fd0

Please sign in to comment.