Skip to content

Commit b821f6d

Browse files
authored
Merge pull request qupath#2032 from petebankhead/dependencies
Update dependencies
2 parents 520d249 + 081f219 commit b821f6d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Version in progress...
3535
* Guava 33.5.0-jre
3636
* JavaCPP 1.5.12
3737
* JavaFX 25.0.1
38+
* Logback 1.5.20
3839
* OpenCV 4.11.0
40+
* QuPath fxtras 0.2.1
3941
* RichTextFX 0.11.6
4042
* SciJava POM 43.0.0 (for Fiji builds)
4143

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jfxtras = "17-r1"
3636
jts = "1.20.0"
3737
junit = "5.11.0"
3838

39-
logback = "1.5.8"
39+
logback = "1.5.20"
4040
logviewer = "0.3.0"
4141

4242
extensionmanager= "1.0.2"
@@ -47,7 +47,7 @@ openslide = "4.0.0.6"
4747

4848
picocli = "4.7.7"
4949

50-
qupath-fxtras = "0.2.0"
50+
qupath-fxtras = "0.2.1"
5151
qupath-training = "0.1.0"
5252
qupath-djl = "0.4.0"
5353

@@ -135,7 +135,7 @@ javacpp = { id = "org.bytedeco.gradle-javacpp-platform", version.ref
135135
# If javafx plugin causes trouble, see https://github.com/openjfx/javafx-gradle-plugin#migrating-from-0014-to-010
136136
javafx = { id = "org.openjfx.javafxplugin", version = "0.1.0" }
137137
# For jpackage
138-
jpackage = { id = "org.beryx.runtime", version = "2.0.0" } # Non-modular
138+
jpackage = { id = "org.beryx.runtime", version = "2.0.1" } # Non-modular
139139
# For license report (including 3rd party licenses)
140140
license-report = { id = "com.github.jk1.dependency-license-report", version = "3.0.1" }
141141
# For checksums when creating builds

0 commit comments

Comments
 (0)