Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Dec 3, 2023
1 parent 927d255 commit ef1070a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>logcaptor</artifactId>
<version>2.9.1</version>
<version>2.9.2</version>
<scope>test</scope>
</dependency>
```
### 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
<dependency org="io.github.hakky54" name="logcaptor" rev="2.9.1" />
<dependency org="io.github.hakky54" name="logcaptor" rev="2.9.2" />
```

## Table of contents
Expand Down

0 comments on commit ef1070a

Please sign in to comment.