File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 5.0.1] - 2023-12-10
8+ ### Changed
9+ - Update to Logback 1.4.14
10+
711## [ 5.0.0] - 2023-10-21
812### Added
913- Support for key value pairs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " de.siegmar"
12- version = " 5.0.0 "
12+ version = " 5.0.1 "
1313
1414java {
1515 toolchain {
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >de.siegmar</groupId >
55 <artifactId >logback-gelf</artifactId >
6- <version >5.0.0 </version >
6+ <version >5.0.1 </version >
77 <dependencies >
88 <dependency >
99 <groupId >ch.qos.logback</groupId >
1010 <artifactId >logback-classic</artifactId >
11- <version >1.4.11 </version >
11+ <version >1.4.14 </version >
1212 </dependency >
1313 </dependencies >
1414</project >
You can’t perform that action at this time.
0 commit comments