Skip to content

Commit

Permalink
Merge pull request #133 from sbesson/logback_1.3.15
Browse files Browse the repository at this point in the history
Bump logback version to 1.3.15
  • Loading branch information
melissalinkert authored Jan 13, 2025
2 parents 02d0afb + 03862bf commit 51c7eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

dependencies {
implementation group: 'ome', name: 'formats-bsd', version: '8.0.0'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.15'
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<properties>
<formats-bsd.version>8.0.0</formats-bsd.version>
<logback.version>1.3.14</logback.version>
<logback.version>1.3.15</logback.version>

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

0 comments on commit 51c7eb4

Please sign in to comment.