Skip to content

Commit d517d5d

Browse files
authored
Merge branch 'develop' into dependabot/cargo/rust/datafusion-51.0.0
2 parents 7639983 + 4abf00f commit d517d5d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
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. -->
113-
<xz.version>1.10</xz.version>
113+
<xz.version>1.11</xz.version>
114114
<!-- Spark Platform declares an old version of OkHttp with vulnerabilities. -->
115115
<okhttp3.version>5.3.2</okhttp3.version>
116116
<!--
@@ -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.38.9</aws-java-sdk-v2.version>
134+
<aws-java-sdk-v2.version>2.39.0</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.

rust/Cargo.lock

Lines changed: 4 additions & 4 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
@@ -34,7 +34,7 @@ aws-types = { version = "1.3.10" } # for Region
3434
bytes = { version = "1.11.0" } # Byte buffer for S3 uploading
3535
cargo_metadata = { version = "0.23.1" } # Access cargo metadata programmtically
3636
chrono = { version = "0.4.42" } # Log helper
37-
clap = { version = "4.5.52" } # Cmd line args processing
37+
clap = { version = "4.5.53" } # Cmd line args processing
3838
color-eyre = { version = "0.6.5" } # Colourised version of `anyhow`
3939
cxx = { version = "1.0.188" } # Exception handling for Rust
4040
cxx-build = { version = "1.0.181" }

0 commit comments

Comments
 (0)