Skip to content

Commit 3e34744

Browse files
committed
Next development version (1.1.5-SNAPSHOT)
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent 892979a commit 3e34744

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 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.3")
63+
implementation("io.github.dmitrysulman:logback-access-reactor-netty-spring-boot-starter:1.1.4")
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.3</version>
72+
<version>1.1.4</version>
7373
</dependency>
7474
```
7575

@@ -110,7 +110,7 @@ The `<springProfile>` tag allows you to conditionally include or exclude parts o
110110
### Dependencies
111111

112112
- Java 17+
113-
- Kotlin Standard Library 2.1.21
113+
- Kotlin Standard Library 2.2.0
114114
- Spring Boot Starter WebFlux 3.4.6+ (should be explicitly provided)
115115
- Logback-access 2.0.6
116116
- SLF4J 2.0.17
@@ -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.3")
127+
implementation("io.github.dmitrysulman:logback-access-reactor-netty:1.1.4")
128128
```
129129

130130
#### Maven
@@ -133,7 +133,7 @@ implementation("io.github.dmitrysulman:logback-access-reactor-netty:1.1.3")
133133
<dependency>
134134
<groupId>io.github.dmitrysulman</groupId>
135135
<artifactId>logback-access-reactor-netty</artifactId>
136-
<version>1.1.3</version>
136+
<version>1.1.4</version>
137137
</dependency>
138138
```
139139

@@ -186,7 +186,7 @@ var factory = new ReactorNettyAccessLogFactory(
186186
### Dependencies
187187

188188
- Java 17+
189-
- Kotlin Standard Library 2.1.21
189+
- Kotlin Standard Library 2.2.0
190190
- Reactor Netty HTTP Server 1.2.6+ (should be explicitly provided)
191191
- Logback-access 2.0.6
192192
- SLF4J 2.0.17

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.1.4
1+
version=1.1.5-SNAPSHOT
22
org.gradle.caching=true
33
org.gradle.configuration-cache=false
44
org.gradle.jvmargs=-Xmx2g

0 commit comments

Comments
 (0)