We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a5351 commit b9fd660Copy full SHA for b9fd660
2 files changed
dependencyManagement/build.gradle.kts
@@ -10,7 +10,7 @@ val otelContribVersion = "1.56.0-alpha"
10
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
11
12
// Need both BOM and groovy jars
13
-val groovyVersion = "4.0.31"
+val groovyVersion = "4.0.32"
14
15
// We don't force libraries we instrument to new versions since we compile and test against specific
16
// old baseline versions but we do try to force those libraries' transitive dependencies to new
mise.toml
@@ -3,7 +3,7 @@
3
# Linters
4
"github:grafana/flint" = "0.21.0"
5
lychee = "0.24.2"
6
-rumdl = "0.1.88"
+rumdl = "0.1.91"
7
8
[env]
9
FLINT_CONFIG_DIR = ".github/config"
0 commit comments