Skip to content

Commit 3ca5add

Browse files
committed
Update README.md
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 966480c commit 3ca5add

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The Spring Boot Starter is published on [Maven Central](https://central.sonatype
6060
#### Gradle
6161

6262
```kotlin
63-
implementation("io.github.dmitrysulman:logback-access-reactor-netty-spring-boot-starter:1.1.4")
63+
implementation("io.github.dmitrysulman:logback-access-reactor-netty-spring-boot-starter:1.1.5")
6464
```
6565

6666
#### Maven
@@ -69,7 +69,7 @@ implementation("io.github.dmitrysulman:logback-access-reactor-netty-spring-boot-
6969
<dependency>
7070
<groupId>io.github.dmitrysulman</groupId>
7171
<artifactId>logback-access-reactor-netty-spring-boot-starter</artifactId>
72-
<version>1.1.4</version>
72+
<version>1.1.5</version>
7373
</dependency>
7474
```
7575

@@ -123,7 +123,7 @@ The library is published on [Maven Central](https://central.sonatype.com/artifac
123123
##### Gradle
124124

125125
```kotlin
126-
implementation("io.github.dmitrysulman:logback-access-reactor-netty:1.1.4")
126+
implementation("io.github.dmitrysulman:logback-access-reactor-netty:1.1.5")
127127
```
128128

129129
#### Maven
@@ -132,7 +132,7 @@ implementation("io.github.dmitrysulman:logback-access-reactor-netty:1.1.4")
132132
<dependency>
133133
<groupId>io.github.dmitrysulman</groupId>
134134
<artifactId>logback-access-reactor-netty</artifactId>
135-
<version>1.1.4</version>
135+
<version>1.1.5</version>
136136
</dependency>
137137
```
138138

0 commit comments

Comments
 (0)