File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 <!--
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.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ aws-types = { version = "1.3.10" } # for Region
3434bytes = { version = " 1.11.0" } # Byte buffer for S3 uploading
3535cargo_metadata = { version = " 0.23.1" } # Access cargo metadata programmtically
3636chrono = { 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
3838color-eyre = { version = " 0.6.5" } # Colourised version of `anyhow`
3939cxx = { version = " 1.0.188" } # Exception handling for Rust
4040cxx-build = { version = " 1.0.181" }
You can’t perform that action at this time.
0 commit comments