Update dependencies

gson 2.13.1 -> 2.13.2
antlrKotlin 1.0.3 -> 1.0.8
netty 4.2.4.Final -> 4.2.6.Final
ktor 3.2.3 -> 3.3.1
jsoup 1.21.1 -> 1.21.2
mockk 1.13.11 -> 1.14.2
processing 4.4.6 -> 4.4.7

Note: with mockk 1.14.3 - 1.14.6 orx-midi tests are not found.
This commit is contained in:
Abe Pazos
2025-10-14 15:03:09 +02:00
parent a631773968
commit f2c1465b57

View File

@@ -10,19 +10,19 @@ nebulaRelease = "18.0.7"
boofcv = "1.2.4"
libfreenect = "0.5.7-1.5.9"
librealsense = "2.53.1-1.5.9"
gson = "2.13.1"
gson = "2.13.2"
antlr = "4.13.2"
antlrKotlin = "1.0.3"
antlrKotlin = "1.0.8"
minim = "2.2.2"
netty = "4.2.4.Final"
netty = "4.2.6.Final"
rabbitcontrol = "0.3.39"
zxing = "3.5.3"
ktor = "3.2.3"
ktor = "3.3.1"
jgit = "7.3.0.202506031305-r"
javaosc = "0.9"
jsoup = "1.21.1"
mockk = "1.13.11"
processing = "4.4.6"
jsoup = "1.21.2"
mockk = "1.14.2"
processing = "4.4.7"
nmcp = "1.1.0"
[libraries]