You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update was generated by running `./gradlew versionCatalogUpdate`
It also explictly manages the following dependencies to ensure they are
covered by the automatic updates:
- apache httpclient
- log4j core
- netty-codec
This should now cover all dependabot issues regarding the core JDBC work
# This has special version logic in `buildSrc/src/main/kotlin/version-updates.gradle.kts` to also pick the -jre version
9
10
com-google-guava-guava = "33.5.0-jre"
10
-
grpc = "1.75.0"
11
+
grpc = "1.78.0"
11
12
# This is only indirectly used by gRPC & Arrow but we provide an explicit version to fix security issues in the transitive dependencies
12
-
io-netty = "4.2.6.Final"
13
+
io-netty = "4.2.9.Final"
13
14
javax-annotation-javax-annotation-api = "1.3.2"
14
15
jjwt = "0.13.0"
16
+
log4j-core = "2.25.3"
15
17
# This is soft pinned to 4.* (as 5 is not Java 8 compatible) in `buildSrc/src/main/kotlin/version-updates.gradle.kts`
16
18
mockito = "4.11.0"
17
19
net-jodah-failsafe = "3.3.2"
20
+
# This is soft pinned to 4.1.* (as 4.2+ may have compatibility issues) in `buildSrc/src/main/kotlin/version-updates.gradle.kts`
21
+
netty-codec = "4.1.130.Final"
18
22
# This is soft pinned to 4.* (as we didn't invest in the upgrade yet) in `buildSrc/src/main/kotlin/version-updates.gradle.kts`
19
23
okhttp3 = "4.12.0"
20
24
# @pin this version as the following versions have a breaking Cursor change, that - with the upcoming Avactica removal - we currently don't want to invest in
21
25
org-apache-calcite-avatica-core = "1.26.0"
22
-
org-apache-commons-commons-lang3 = "3.19.0"
26
+
org-apache-commons-commons-lang3 = "3.20.0"
23
27
# This is soft pinned to 3.* (as the driver is targetting in Spark 3) in `buildSrc/src/main/kotlin/version-updates.gradle.kts`
24
-
org-apache-spark = "3.5.7"
25
-
org-assertj-assertj-core = "3.27.6"
28
+
org-apache-spark = "3.5.8"
29
+
org-assertj-assertj-core = "3.27.7"
26
30
org-grpcmock-grpcmock-junit5 = "0.16.0"
27
31
# This is soft pinned to 5.* (as 6 is not Java 8 compatible) in `buildSrc/src/main/kotlin/version-updates.gradle.kts`
0 commit comments