We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9a1d4 commit 2e821fdCopy full SHA for 2e821fd
CHANGES.md
@@ -1,6 +1,7 @@
1
# Release Notes
2
3
## Next
4
+* CVE-2025-24970, CVE-2025-25193: Upgrading netty to version 4.1.119.Final
5
* PR #1284: Making BigQueryClientFactory Kryo serializable. Thanks @tom-s-powell !
6
7
## 0.42.0 - 2025-02-06
spark-bigquery-parent/pom.xml
@@ -65,7 +65,7 @@
65
<grpc.version>1.70.0</grpc.version>
66
<guava.version>33.4.0-jre</guava.version>
67
<jackson.version>2.18.2</jackson.version>
68
- <netty.version>4.1.117.Final</netty.version>
+ <netty.version>4.1.119.Final</netty.version>
69
<openlineage-spark.version>1.27.0</openlineage-spark.version>
70
<paranamer.version>2.8</paranamer.version>
71
<!-- Don't upgrade protobuf until bigquerystorage is compatible with 4.x version of proto.
0 commit comments