Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ddprof-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
java
`maven-publish`
signing
id("com.github.ben-manes.versions") version "0.51.0"
id("de.undercouch.download") version "5.6.0"
id("com.github.ben-manes.versions") version "0.53.0"
id("de.undercouch.download") version "5.7.0"
id("com.datadoghq.native-build")
id("com.datadoghq.gtest")
id("com.datadoghq.scanbuild")
Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ slf4j = "1.7.32"

# Profiler runtime
jmc = "8.1.0"
jol = "0.16"
lz4 = "1.8.0"
jol = "0.17"
lz4 = "1.8.1"
snappy = "1.1.10.1"
zstd = "1.5.5-4"
zstd = "1.5.7-7"

# Code analysis
asm = "9.6"
asm = "9.9.1"

# Benchmarking
jmh = "1.36"
jmh = "1.37"

[libraries]
# JUnit 5
Expand Down
Loading