Skip to content

Commit

Permalink
Bump logback to version 1.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Nov 3, 2023
1 parent cb536ec commit 53edd3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'

group = "ome"
version = "6.12.0-SNAPSHOT"
version = "7.1.0-SNAPSHOT"

repositories {
mavenCentral()
Expand All @@ -16,8 +16,8 @@ repositories {
}

dependencies {
implementation group: 'ome', name: 'formats-gpl', version: '6.11.1'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.5'
implementation group: 'ome', name: 'formats-gpl', version: '7.0.1'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.11'
}

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-gpl.version>7.0.1</formats-gpl.version>
<logback.version>1.3.5</logback.version>
<logback.version>1.3.11</logback.version>

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

0 comments on commit 53edd3f

Please sign in to comment.