We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b79a38 commit a748e67Copy full SHA for a748e67
build.gradle
@@ -122,7 +122,7 @@ dependencies {
122
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.20'
123
124
// Logging
125
- def tinyLogVersion = '2.5.0'
+ def tinyLogVersion = '2.7.0'
126
implementation group: 'org.tinylog', name: 'tinylog-api', version: tinyLogVersion
127
implementation group: 'org.tinylog', name: 'tinylog-impl', version: tinyLogVersion
128
0 commit comments