Skip to content

Commit 289fefd

Browse files
committed
[release]
Bump README.md references to 7.3
1 parent e5f19f0 commit 289fefd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> !! This document applies to the next version under development.
22
>
3-
>     See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-7.2).
3+
>     See [here for documentation on the latest released version](https://github.com/logfellow/logstash-logback-encoder/tree/logstash-logback-encoder-7.3).
44
55
# Logstash Logback Encoder
66

@@ -98,7 +98,7 @@ Maven style:
9898
<dependency>
9999
<groupId>net.logstash.logback</groupId>
100100
<artifactId>logstash-logback-encoder</artifactId>
101-
<version>7.2</version>
101+
<version>7.3</version>
102102
<!-- Use runtime scope if the project does not have any compile-time usage of logstash-logback-encoder,
103103
such as usage of StructuredArguments/Markers or implementations such as
104104
JsonProvider, AppenderListener, JsonFactoryDecorator, JsonGeneratorDecorator, etc
@@ -109,7 +109,7 @@ Maven style:
109109
<dependency>
110110
<groupId>ch.qos.logback</groupId>
111111
<artifactId>logback-classic</artifactId>
112-
<version>1.3.0</version>
112+
<version>1.3.5</version>
113113
<!-- Use runtime scope if the project does not have any compile-time usage of logback,
114114
such as implementations of Appender, Encoder, Layout, TurboFilter, etc
115115
<scope>runtime</scope>

0 commit comments

Comments
 (0)