Skip to content

Commit 51c7eb4

Browse files
Merge pull request #133 from sbesson/logback_1.3.15
Bump logback version to 1.3.15
2 parents 02d0afb + 03862bf commit 51c7eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818
dependencies {
1919
implementation group: 'ome', name: 'formats-bsd', version: '8.0.0'
20-
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
20+
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.15'
2121
}
2222

2323
task sourcesJar(type: Jar, dependsOn: classes) {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<properties>
2626
<formats-bsd.version>8.0.0</formats-bsd.version>
27-
<logback.version>1.3.14</logback.version>
27+
<logback.version>1.3.15</logback.version>
2828

2929
<!-- NB: Avoid platform encoding warning when copying resources. -->
3030
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)