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 Apr 18, 2024
2 parents 0caba5a + 9955ace commit 52a15c8
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-bsd', version: '7.2.0'
implementation group: 'ome', name: 'formats-gpl', version: '7.3.0'
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.2.0</formats-bsd.version>
<formats-bsd.version>7.3.0</formats-bsd.version>
<logback.version>1.3.14</logback.version>

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

0 comments on commit 52a15c8

Please sign in to comment.