Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into bsd_relicensing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 12, 2024
2 parents 52a15c8 + 6a2fb0f commit ed4e231
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 @@ -16,7 +16,7 @@ repositories {
}

dependencies {
implementation group: 'ome', name: 'formats-gpl', version: '7.3.0'
implementation group: 'ome', name: 'formats-gpl', version: '7.3.1'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</licenses>

<properties>
<formats-bsd.version>7.3.0</formats-bsd.version>
<formats-bsd.version>7.3.1</formats-bsd.version>
<logback.version>1.3.14</logback.version>

<!-- NB: Avoid platform encoding warning when copying resources. -->
Expand Down

0 comments on commit ed4e231

Please sign in to comment.