Skip to content

Commit 312d414

Browse files
authored
Merge branch 'develop' into dependabot/cargo/rust/datafusion-51.0.0
2 parents 7b92791 + 2346888 commit 312d414

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

java/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<!-- Spark declares an old version of Avro with vulnerabilities. -->
107107
<avro.version>1.12.1</avro.version>
108108
<!-- Hadoop declares an old version of Kerby with vulnerabilities. -->
109-
<kerby.version>2.1.0</kerby.version>
109+
<kerby.version>2.1.1</kerby.version>
110110
<!-- Hadoop declares an old version of dnsjava with vulnerabilities. -->
111111
<dnsjava.version>3.6.3</dnsjava.version>
112112
<!-- Spark (via Avro) declares an old version of XZ with vulnerabilities. -->
@@ -131,7 +131,7 @@
131131
<!-- Trino testing declares an old version. Managed from 1.2.3. -->
132132
<!-- jungrapht-visualization-samples also declares an old version, which is a dependency of the build module. -->
133133
<logback.version>1.5.21</logback.version>
134-
<aws-java-sdk-v2.version>2.39.0</aws-java-sdk-v2.version>
134+
<aws-java-sdk-v2.version>2.39.1</aws-java-sdk-v2.version>
135135
<!--
136136
EMR Serverless has a version of the AWS SDK built into it that we can't easily change.
137137
At the time of writing it's not compatible with the latest version.
@@ -145,7 +145,7 @@
145145
driver, then copied that file out of the Docker image, unzipped the jar, and decompiled the VersionInfo class.
146146
-->
147147
<aws-java-sdk-v2.bulk-import.version>2.31.16</aws-java-sdk-v2.bulk-import.version>
148-
<aws-crt.version>0.39.4</aws-crt.version>
148+
<aws-crt.version>0.40.0</aws-crt.version>
149149
<aws-lambda-java-events.version>3.16.1</aws-lambda-java-events.version>
150150
<aws-lambda-java-core.version>1.4.0</aws-lambda-java-core.version>
151151
<aws-lambda-java-runtime-interface-client.version>2.8.7</aws-lambda-java-runtime-interface-client.version>
@@ -186,7 +186,7 @@
186186
<!-- Facebook Collections brings in a vulnerable version of Guava, so we manage this -->
187187
<guava.version>33.5.0-jre</guava.version>
188188
<google.errorprone.version>2.44.0</google.errorprone.version>
189-
<cdk.version>2.225.0</cdk.version>
189+
<cdk.version>2.227.0</cdk.version>
190190
<cdk.kubectl.32.version>2.1.0</cdk.kubectl.32.version>
191191
<constructs.version>10.4.3</constructs.version>
192192
<jsii.version>1.119.0</jsii.version>

rust/Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cargo_metadata = { version = "0.23.1" } # Access cargo metadata prog
3636
chrono = { version = "0.4.42" } # Log helper
3737
clap = { version = "4.5.53" } # Cmd line args processing
3838
color-eyre = { version = "0.6.5" } # Colourised version of `anyhow`
39-
cxx = { version = "1.0.188" } # Exception handling for Rust
39+
cxx = { version = "1.0.189" } # Exception handling for Rust
4040
cxx-build = { version = "1.0.181" }
4141
datafusion = { version = "51.0.0" }
4242
env_logger = { version = "0.11.8" } # Standard logging to stderr

0 commit comments

Comments
 (0)