From 478379d3c8de5630f3d4e4624867405d2eee1ec1 Mon Sep 17 00:00:00 2001 From: "Chris (He/Him)" Date: Tue, 12 May 2026 15:19:07 +0100 Subject: [PATCH] chore(deps): consolidate dependency updates Consolidates updates from the following dependency PRs: - #2478: Bump com.google.cloud:libraries-bom from 26.80.0 to 26.81.0 - #2476: Bump io.openlineage:openlineage-java from 1.46.0 to 1.47.0 - #2474: Bump log4j from 2.25.4 to 2.26.0 - #2473: Bump awssdk from 2.43.1 to 2.44.4 - #2471: Bump org.xerial:sqlite-jdbc from 3.53.0.0 to 3.53.1.0 - #2469: Bump com.azure:azure-storage-file-datalake from 12.26.3 to 12.26.4 - #2467: Bump co.elastic.clients:elasticsearch-java from 9.3.4 to 9.4.0 - #2466: Bump jetty from 12.1.8 to 12.1.9 - #2464: Bump netty from 4.2.12.Final to 4.2.13.Final - #2462: Bump org.owasp.dependencycheck from 12.2.1 to 12.2.2 - #2457: Bump com.azure:azure-identity from 1.18.2 to 1.18.3 Co-Authored-By: Claude Signed-off-by: Chris (He/Him) --- build.gradle.kts | 2 +- gradle/libs.versions.toml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e6c81cdd27..d257368c4d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.atlan.java") id("io.github.gradle-nexus.publish-plugin") version "2.0.0" - id("org.owasp.dependencycheck") version "12.2.1" + id("org.owasp.dependencycheck") version "12.2.2" } group = providers.gradleProperty("GROUP").get() diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ab768367cc..e69fbcfa81 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] jackson = "2.21.3" slf4j = "2.0.17" -elasticsearch = "9.3.4" +elasticsearch = "9.4.0" classgraph = "4.8.184" testng = "7.12.0" -log4j = "2.25.4" +log4j = "2.26.0" wiremock = "3.13.2" jnanoid = "2.0.0" -awssdk = "2.43.1" -gcs = "26.80.0" +awssdk = "2.44.4" +gcs = "26.81.0" system-stubs = "2.1.8" fastcsv = "4.2.0" poi = "5.5.1" @@ -20,20 +20,20 @@ jsonsmart = "2.6.0" commons-compress = "1.28.0" commons-io = "2.22.0" commons-lang = "3.20.0" -sqlite = "3.53.0.0" +sqlite = "3.53.1.0" jakarta-mail = "2.1.3" angus-mail = "2.0.5" pkl = "0.31.1" -adls = "12.26.3" -azure = "1.18.2" +adls = "12.26.4" +azure = "1.18.3" azure-core-http-okhttp = "1.13.4" guava = "33.6.0-jre" -openlineage = "1.46.0" +openlineage = "1.47.0" kotlin = "2.3.21" kotlin-mu = "3.0.5" rocksdb = "10.10.1.1" -jetty = "12.1.8" -netty = "4.2.12.Final" +jetty = "12.1.9" +netty = "4.2.13.Final" rhino = "1.9.1" nimbus = "10.9" otel = "1.61.0"