diff --git a/CHANGELOG.md b/CHANGELOG.md index a49943e..c470c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [2.6.1] - 2024-07-12 +### Fixed +- Upgraded dependencies to fix security vulnerabilities (log4j-log4j & commons-logging:commons-logging) + ## [2.6.0] - 2024-06-13 ### Added - (On Device Decisioning) Added new configuration option (`shouldArtifactRequestBypassProxyCache`). When enabled and a proxy is configured, send empty Authorization header on artifact rules request to bypass proxy-level cache diff --git a/gradle.properties b/gradle.properties index 86234fe..303f865 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.adobe.target -version=2.6.0 +version=2.6.1 mavenCentralUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2 pomDescription=Adobe Target Java SDK pomURL=https://docs.adobe.com/content/help/en/target/using/implement-target/server-side/api-and-sdk-overview.html