Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakky54 committed Jun 19, 2024
1 parent 93b95dd commit 526e3d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This list is not intended to be all-encompassing - it will document major and breaking API
changes with their rationale when appropriate:

### v2.9.3
- Corrected copyright in license header
- Bug-fix Handle not initialized logger
- Bumped dependencies
### v2.9.2
- Bumped transitive dependencies for resolving CVE-2023-6378 from logback
### v2.9.1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
<dependency>
<groupId>io.github.hakky54</groupId>
<artifactId>logcaptor</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
<scope>test</scope>
</dependency>
```
### Install with Gradle
```groovy
testImplementation 'io.github.hakky54:logcaptor:2.9.2'
testImplementation 'io.github.hakky54:logcaptor:2.9.3'
```
### Install with Scala SBT
```
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.9.2" % Test
libraryDependencies += "io.github.hakky54" % "logcaptor" % "2.9.3" % Test
```
### Install with Apache Ivy
```xml
<dependency org="io.github.hakky54" name="logcaptor" rev="2.9.2" />
<dependency org="io.github.hakky54" name="logcaptor" rev="2.9.3" />
```

## Table of contents
Expand Down

0 comments on commit 526e3d6

Please sign in to comment.