Skip to content

Commit

Permalink
log4j-appender: upgrade library to use patched version to fix memory …
Browse files Browse the repository at this point in the history
…leak (#12072)
  • Loading branch information
subodh1810 committed Apr 11, 2024
1 parent 3deee15 commit 29ff815
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ apache-commons-collections = { module = "org.apache.commons:commons-collections4
apache-commons-lang = { module = "org.apache.commons:commons-lang3", version = "3.11" }
apache-commons-text = { module = "org.apache.commons:commons-text", version = "1.10.0" }
apache-cxf-core = { module = "org.apache.cxf:cxf-core", version = "3.4.2" }
appender-log4j2 = { module = "com.therealvan:appender-log4j2", version = "5.2.1" }
# 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" }
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.6" }
aws-java-sdk-sts = {module = "com.amazonaws:aws-java-sdk-sts", version = "1.12.6"}
Expand Down

0 comments on commit 29ff815

Please sign in to comment.