This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit e4a37aec0ae947dcedf59dbd80fbb0d8dbc9d677 Author: Matt Sicker <[email protected]> AuthorDate: Mon Dec 13 23:13:25 2021 -0600 Update versions in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a588b7..505436c 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ Gradle users can add the following dependencies to their `build.gradle` file: TODO ```groovy -compile "org.apache.logging.log4j:log4j-api-kotlin:1.0.0" -compile "org.apache.logging.log4j:log4j-api:2.11.1" -compile "org.apache.logging.log4j:log4j-core:2.11.1" +compile "org.apache.logging.log4j:log4j-api-kotlin:1.2.0" +compile "org.apache.logging.log4j:log4j-api:2.16.0" +compile "org.apache.logging.log4j:log4j-core:2.16.0" ``` ## Documentation
