Skip to content

Commit afdf6bd

Browse files
committed
(choir) Bump JMC version to 9.1.2
1 parent f40d4a9 commit afdf6bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ junit-pioneer = "1.9.1"
1212
slf4j = "1.7.32"
1313

1414
# Profiler runtime
15-
jmc = "8.1.0"
15+
jmc = "9.1.2"
1616
jol = "0.16"
17-
lz4 = "1.8.0"
17+
lz4 = "1.10.2"
1818
snappy = "1.1.10.1"
1919
zstd = "1.5.5-4"
2020

@@ -40,7 +40,7 @@ jmc-flightrecorder = { module = "org.openjdk.jmc:flightrecorder", version.ref =
4040
jol-core = { module = "org.openjdk.jol:jol-core", version.ref = "jol" }
4141

4242
# Compression libraries
43-
lz4 = { module = "org.lz4:lz4-java", version.ref = "lz4" }
43+
lz4 = { module = "at.yawk.lz4:lz4-java", version.ref = "lz4" }
4444
snappy = { module = "org.xerial.snappy:snappy-java", version.ref = "snappy" }
4545
zstd = { module = "com.github.luben:zstd-jni", version.ref = "zstd" }
4646

0 commit comments

Comments
 (0)