File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- implementation ' com.logtail:logback-logtail:0.3.1 '
10+ implementation ' com.logtail:logback-logtail:0.3.2 '
1111 implementation ' ch.qos.logback:logback-classic:1.2.11'
1212 implementation ' ch.qos.logback:logback-core:1.2.11'
1313 implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.5'
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >com.logtail</groupId >
2828 <artifactId >logback-logtail</artifactId >
29- <version >0.3.1 </version >
29+ <version >0.3.2 </version >
3030 </dependency >
3131 <dependency >
3232 <groupId >ch.qos.logback</groupId >
Original file line number Diff line number Diff line change 1111 <groupId >com.logtail</groupId >
1212 <artifactId >logback-logtail</artifactId >
1313 <packaging >jar</packaging >
14- <version >0.3.1 </version >
14+ <version >0.3.2 </version >
1515
1616 <name >${project.groupId} :${project.artifactId} </name >
1717 <description >Logback Java appender for sending logs to BetterStack.com</description >
You can’t perform that action at this time.
0 commit comments