File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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.2 " )
63+ implementation(" io.github.dmitrysulman:logback-access-reactor-netty-spring-boot-starter:1.1.3 " )
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.2 </version >
72+ <version >1.1.3 </version >
7373</dependency >
7474```
7575
@@ -124,7 +124,7 @@ The library is published on [Maven Central](https://central.sonatype.com/artifac
124124##### Gradle
125125
126126``` kotlin
127- implementation(" io.github.dmitrysulman:logback-access-reactor-netty:1.1.2 " )
127+ implementation(" io.github.dmitrysulman:logback-access-reactor-netty:1.1.3 " )
128128```
129129
130130#### Maven
@@ -133,7 +133,7 @@ implementation("io.github.dmitrysulman:logback-access-reactor-netty:1.1.2")
133133<dependency >
134134 <groupId >io.github.dmitrysulman</groupId >
135135 <artifactId >logback-access-reactor-netty</artifactId >
136- <version >1.1.2 </version >
136+ <version >1.1.3 </version >
137137</dependency >
138138```
139139
Original file line number Diff line number Diff line change 1- version =1.1.3
1+ version =1.1.4-SNAPSHOT
22org.gradle.caching =true
33org.gradle.configuration-cache =false
44org.gradle.jvmargs =-Xmx2g
You can’t perform that action at this time.
0 commit comments