From 9f22dadceb14dfc56fb7955146c0c393f9b66a14 Mon Sep 17 00:00:00 2001 From: Subodh Kant Chaturvedi Date: Thu, 18 Apr 2024 21:19:07 +0530 Subject: [PATCH] log-appender: upgrade to custom version containing lost logs fix (#12156) --- deps.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.toml b/deps.toml index 601ab1f5001..3fc04b05816 100644 --- a/deps.toml +++ b/deps.toml @@ -57,7 +57,7 @@ apache-commons-text = { module = "org.apache.commons:commons-text", version = "1 apache-cxf-core = { module = "org.apache.cxf:cxf-core", version = "3.4.2" } # Following is a custom JAR that was uploaded in Airbyte's mycloud repo. Edit this once the PR https://github.com/bluedenim/log4j-s3-search/pull/149 # is merged and released -appender-log4j2 = { module = "com.therealvan:appender-log4j2", version = "5.2.2-SNAPSHOT" } +appender-log4j2 = { module = "com.therealvan:appender-log4j2", version = "5.2.3-SNAPSHOT" } assertj-core = { module = "org.assertj:assertj-core", version = "3.21.0" } aws-java-sdk-s3 = { module = "com.amazonaws:aws-java-sdk-s3", version = "1.12.701" } aws-java-sdk-sts = {module = "com.amazonaws:aws-java-sdk-sts", version = "1.12.701"}