Skip to content

Commit 635a198

Browse files
committed
bump: minor dependency updates
jackson 2.20.1 → 2.21.1 jansi 2.4.1 → 2.4.2 mockito 5.21.0 → 5.23.0 snakeyaml 2.5 → 2.6 4080 tests, 3 failures — all pre-existing timing flakes in ChronometerTest and ThroughputControlTestCase, unrelated to these dependency changes (confirmed by re-runs and git log).
1 parent e2f7808 commit 635a198

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ commonscli = "1.11.0"
55
commonslang3 = "3.20.0"
66
jline = "3.30.6"
77
jna = '5.18.1'
8-
jansi = '2.4.1'
8+
jansi = '2.4.2'
99
beanshell = "2.0b6"
1010
javatuples = "1.2"
11-
mockito = "5.21.0"
12-
mockitojupiter = "5.21.0"
11+
mapdb = "3.1.0"
12+
mockito = "5.23.0"
13+
mockitojupiter = "5.23.0"
1314
xmlunit = "1.6"
1415
junit = "6.0.1"
1516
bouncycastle = "1.83"
1617
hamcrest = "3.0"
1718
hdrhistogram = "2.2.2"
18-
yaml = "2.5"
19+
yaml = "2.6"
1920
micrometercore = "1.16.1"
2021
micrometerprometheus = "1.16.1"
21-
jackson = '2.20.1'
22+
jackson = '2.21.1'
2223
jdbm = '1.0'
2324

2425
[libraries]
@@ -47,4 +48,5 @@ jacksonCore = { module = 'com.fasterxml.jackson.core:jackson-core', version.ref
4748
jacksonDataBind = { module = 'com.fasterxml.jackson.core:jackson-databind', version.ref = 'jackson' }
4849
jacksonDataTypeJSR310 = { module = 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310', version.ref = 'jackson' }
4950
jacksonDataFormatXML = { module = 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml', version.ref = 'jackson' }
51+
mapdb = { module = "org.mapdb:mapdb", version.ref = "mapdb" }
5052

0 commit comments

Comments
 (0)