We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf3888 commit 04ee7f9Copy full SHA for 04ee7f9
README.md
@@ -13,7 +13,7 @@ This appender uses [LogzioSender](https://github.com/logzio/logzio-java-sender)
13
<dependency>
14
<groupId>io.logz.log4j2</groupId>
15
<artifactId>logzio-log4j2-appender</artifactId>
16
- <version>1.0.16</version>
+ <version>1.0.17</version>
17
</dependency>
18
```
19
The appender also requires a logger implementation, for example:
pom.xml
@@ -171,7 +171,7 @@
171
172
<groupId>junit</groupId>
173
<artifactId>junit</artifactId>
174
- <version>4.4</version>
+ <version>4.13.2</version>
175
176
</dependencies>
177
</project>
0 commit comments