We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02d0afb + 03862bf commit 51c7eb4Copy full SHA for 51c7eb4
build.gradle
@@ -17,7 +17,7 @@ repositories {
17
18
dependencies {
19
implementation group: 'ome', name: 'formats-bsd', version: '8.0.0'
20
- implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
+ implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.15'
21
}
22
23
task sourcesJar(type: Jar, dependsOn: classes) {
pom.xml
@@ -24,7 +24,7 @@
24
25
<properties>
26
<formats-bsd.version>8.0.0</formats-bsd.version>
27
- <logback.version>1.3.14</logback.version>
+ <logback.version>1.3.15</logback.version>
28
29
<!-- NB: Avoid platform encoding warning when copying resources. -->
30
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments