Skip to content

Commit 2da4d2f

Browse files
authored
Merge pull request qupath#2049 from petebankhead/djl
Update dependencies
2 parents 315ea93 + f02d847 commit 2da4d2f

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,21 @@ Version in progress...
2626

2727
### Dependency updates
2828
* Bio-Formats 8.3.0
29-
* Caffeine 3.2.2
29+
* Caffeine 3.2.3
3030
* CommonMark 0.26.0
3131
* Commons Text 1.14.0
32-
* Deep Java Library 0.35.0
33-
* Groovy 5.0.2
32+
* Deep Java Library 0.35.1
33+
* Groovy 5.0.3
3434
* Gson 2.13.2
3535
* Guava 33.5.0-jre
36+
* Ikonli 12.4.0
37+
* ImageJ 1.54p
3638
* JavaCPP 1.5.12
3739
* JavaFX 25.0.1
3840
* Logback 1.5.20
3941
* OpenCV 4.11.0
40-
* QuPath fxtras 0.2.1
41-
* RichTextFX 0.11.6
42+
* QuPath FXtras 0.3.0
43+
* RichTextFX 0.11.7
4244
* SciJava POM 43.0.0 (for Fiji builds)
4345

4446
## Version 0.6.0

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ bioimageIoSpec = "0.2.0"
55
omeZarrReader = "0.6.0"
66
blosc = "1.21.6+01"
77

8-
caffeine = "3.2.2"
8+
caffeine = "3.2.3"
99
commonmark = "0.27.0"
1010
commonsMath3 = "3.6.1"
1111
commonsText = "1.14.0"
1212
controlsFX = "11.2.2"
1313

14-
deepJavaLibrary = "0.35.0"
14+
deepJavaLibrary = "0.35.1"
1515

16-
groovy = "5.0.2"
16+
groovy = "5.0.3"
1717
gson = "2.13.2"
1818
guava = "33.5.0-jre"
1919

20-
ikonli = "12.3.1"
21-
imagej = "1.54k"
20+
ikonli = "12.4.0"
21+
imagej = "1.54p"
2222

2323
# Compatibility with Java 21 with QuPath v0.6.x
2424
jdk = "25"
@@ -51,7 +51,7 @@ qupath-fxtras = "0.3.0"
5151
qupath-training = "0.1.0"
5252
qupath-djl = "0.4.1"
5353

54-
richtextfx = "0.11.6"
54+
richtextfx = "0.11.7"
5555

5656
slf4j = "2.0.17"
5757
snakeyaml = "2.5"

0 commit comments

Comments
 (0)