Skip to content

Commit b9fd660

Browse files
fix(deps): update all patch versions (#18685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2a5351 commit b9fd660

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val otelContribVersion = "1.56.0-alpha"
1010
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1111

1212
// Need both BOM and groovy jars
13-
val groovyVersion = "4.0.31"
13+
val groovyVersion = "4.0.32"
1414

1515
// We don't force libraries we instrument to new versions since we compile and test against specific
1616
// old baseline versions but we do try to force those libraries' transitive dependencies to new

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Linters
44
"github:grafana/flint" = "0.21.0"
55
lychee = "0.24.2"
6-
rumdl = "0.1.88"
6+
rumdl = "0.1.91"
77

88
[env]
99
FLINT_CONFIG_DIR = ".github/config"

0 commit comments

Comments
 (0)