Skip to content

Commit

Permalink
Bump org.tinylog:slf4j-tinylog from 2.6.2 to 2.7.0 (#28)
Browse files Browse the repository at this point in the history
Bumps [org.tinylog:slf4j-tinylog](https://github.com/tinylog-org/tinylog) from 2.6.2 to 2.7.0.
- [Release notes](https://github.com/tinylog-org/tinylog/releases)
- [Changelog](https://github.com/tinylog-org/tinylog/blob/v2.7/release.md)
- [Commits](tinylog-org/tinylog@2.6.2...2.7.0)

---
updated-dependencies:
- dependency-name: org.tinylog:slf4j-tinylog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Federico Berti <[email protected]>
  • Loading branch information
dependabot[bot] and fedex81 authored Mar 8, 2024
1 parent f5637e4 commit 8306792
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ sourceSets {

dependencies {
implementation 'org.tinylog:tinylog-api:2.6.2'

implementation 'org.tinylog:tinylog-impl:2.7.0'
implementation 'org.tinylog:slf4j-tinylog:2.6.2'
implementation 'org.tinylog:slf4j-tinylog:2.7.0'


testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
Expand Down

0 comments on commit 8306792

Please sign in to comment.