File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ 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+ ## [ 2.0.1] - 2023-12-10
8+ - Updated Logback
9+
710## [ 2.0.0] - 2023-11-05
811### Changed
912- Complete rewrite
@@ -22,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2225## [ 1.0.0] - 2018-12-09
2326- Initial release
2427
28+ [ 2.0.1 ] : https://github.com/osiegmar/logback-awslogs-json-encoder/compare/v2.0.0...v2.0.1
2529[ 2.0.0 ] : https://github.com/osiegmar/logback-awslogs-json-encoder/compare/v1.1.1...v2.0.0
2630[ 1.1.1 ] : https://github.com/osiegmar/logback-awslogs-json-encoder/compare/v1.1.0...v1.1.1
2731[ 1.1.0 ] : https://github.com/osiegmar/logback-awslogs-json-encoder/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
2323}
2424
2525dependencies {
26- api(" ch.qos.logback:logback-classic:1.4.11 " )
26+ api(" ch.qos.logback:logback-classic:1.4.14 " )
2727 testImplementation(" org.junit.jupiter:junit-jupiter:5.10.0" )
2828 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
2929 testImplementation(" org.assertj:assertj-core:3.11.1" )
You can’t perform that action at this time.
0 commit comments