diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 6b14da3..7d5ef11 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -3,6 +3,8 @@ This list is not intended to be all-encompassing - it will document major and breaking API changes with their rationale when appropriate: +### v2.9.2 +- Bumped transitive dependencies for resolving CVE-2023-6378 from logback ### v2.9.1 - Bumped transitive dependencies - Made disabling console output NPE safe diff --git a/README.md b/README.md index 4ff56c2..1da1686 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,21 @@ io.github.hakky54 logcaptor - 2.9.1 + 2.9.2 test ``` ### Install with Gradle ```groovy -testImplementation 'io.github.hakky54:logcaptor:2.9.1' +testImplementation 'io.github.hakky54:logcaptor:2.9.2' ``` ### Install with Scala SBT ``` -libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.9.1" % Test +libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.9.2" % Test ``` ### Install with Apache Ivy ```xml - + ``` ## Table of contents