Skip to content

Commit a748e67

Browse files
committed
update tinylog
1 parent 5b79a38 commit a748e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies {
122122
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.20'
123123

124124
// Logging
125-
def tinyLogVersion = '2.5.0'
125+
def tinyLogVersion = '2.7.0'
126126
implementation group: 'org.tinylog', name: 'tinylog-api', version: tinyLogVersion
127127
implementation group: 'org.tinylog', name: 'tinylog-impl', version: tinyLogVersion
128128

0 commit comments

Comments
 (0)