Skip to content

Commit 45bb59b

Browse files
committed
Upgrade to Reactor Netty 1.2.6
Signed-off-by: Dmitry Sulman <[email protected]>
1 parent d36ef3f commit 45bb59b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This library serves as a bridge between the Reactor Netty HTTP logging mechanism
2323

2424
- Java 17+
2525
- Logback-access 2.0.6
26-
- Reactor Netty HTTP Server 1.2.6-SNAPSHOT
26+
- Reactor Netty HTTP Server 1.2.6
2727
- SLF4J 2.0.17
2828

2929
## Usage

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ktlint = "12.2.0"
99
logbackAccess = "2.0.6"
1010
logbackClassic = "1.5.18"
1111
mockk = "1.14.2"
12-
reactorNetty = "1.2.6-SNAPSHOT"
12+
reactorNetty = "1.2.6"
1313
slf4j = "2.0.17"
1414

1515
[libraries]

0 commit comments

Comments
 (0)