Skip to content

Commit 48412dd

Browse files
committed
Upgrade dependencies
1 parent e39d411 commit 48412dd

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

project/Dependencies.scala

+21-22
Original file line numberDiff line numberDiff line change
@@ -15,50 +15,49 @@ object Dependencies {
1515
object Spark {
1616

1717
// A version of Spark which is compatible with the current version of Iceberg and Delta
18-
val forIcebergDelta = "3.5.1"
18+
val forIcebergDelta = "3.5.3"
1919
val forIcebergDeltaMinor = "3.5"
2020

2121
// Hudi can use a different version of Spark because we bundle a separate Docker image
2222
// This version of Spark must be compatible with the current version of Hudi
23-
val forHudi = "3.5.1"
23+
val forHudi = "3.5.3"
2424
val forHudiMinor = "3.5"
2525
}
2626

2727
// Scala
2828
val catsEffect = "3.5.4"
2929
val decline = "2.4.1"
30-
val circe = "0.14.3"
31-
val http4s = "0.23.16"
30+
val circe = "0.14.4"
31+
val http4s = "0.23.29"
3232
val betterMonadicFor = "0.3.1"
3333

3434
// Spark
35-
val delta = "3.2.0"
36-
val hudi = "0.15.0"
37-
val hudiAws = "1.0.0-beta2"
38-
val iceberg = "1.5.2"
39-
val hadoop = "3.4.0"
40-
val gcsConnector = "hadoop3-2.2.25"
41-
val biglakeIceberg = "0.1.0"
42-
val hive = "3.1.3"
35+
val delta = "3.2.1"
36+
val hudi = "0.15.0"
37+
val hudiAws = "1.0.0-beta2"
38+
val iceberg = "1.6.1"
39+
val hadoop = "3.4.1"
40+
val gcsConnector = "hadoop3-2.2.25"
41+
val hive = "3.1.3"
4342

4443
// java
4544
val slf4j = "2.0.13"
46-
val azureSdk = "1.11.4"
47-
val sentry = "6.25.2"
48-
val awsSdk1 = "1.12.646"
49-
val awsSdk2 = "2.25.16" // Match common-streams
45+
val azureSdk = "1.12.2"
46+
val sentry = "7.16.0"
47+
val awsSdk1 = "1.12.777"
48+
val awsSdk2 = "2.29.0" // Match common-streams
5049
val awsRegistry = "1.1.20"
5150

5251
// Snowplow
53-
val streams = "0.8.0-M5"
54-
val igluClient = "3.2.0"
52+
val streams = "0.8.0"
53+
val igluClient = "4.0.0"
5554

5655
// Transitive overrides
57-
val protobuf = "3.25.1"
56+
val protobuf = "3.25.5"
5857
val snappy = "1.1.10.5"
59-
val thrift = "0.18.1"
60-
val netty = "4.1.109.Final"
61-
val pubsubSdk = "1.132.3"
58+
val thrift = "0.21.0"
59+
val netty = "4.1.114.Final"
60+
val pubsubSdk = "1.134.1"
6261

6362
// tests
6463
val specs2 = "4.20.0"

0 commit comments

Comments
 (0)