Skip to content

Commit ff43c2c

Browse files
committed
Updated Logback
1 parent d337fdf commit ff43c2c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and 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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
dependencies {
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")

0 commit comments

Comments
 (0)