Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 00f7cf9

Browse files
committed
SLF4J 2.0.9 allows a provider to be explicitly specified
1 parent ead0f1a commit 00f7cf9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## 1.0.1 - 2023-09-13
8+
### Changed
9+
- Update dependencies, especially SLF4J 2.0.9
10+
- Update the site: how to setup a provider by a system property
11+
712
## 1.0.0 - 2023-04-19
813
### Added
914
- The regular provider **slf4j-aws-lambda-logger** who copy the old library **slf4j-aws-lambda**.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
581581
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
582582
<propertiesEncoding>ISO-8859-1</propertiesEncoding>
583-
<revision>1.1.0</revision>
583+
<revision>1.0.1</revision>
584584
<sha1/>
585585
<slf4j.version>2.0.9</slf4j.version>
586586
</properties>

0 commit comments

Comments
 (0)