Skip to content

Commit 8407e52

Browse files
Update all patch versions (open-telemetry#2890)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f86f428 commit 8407e52

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
33
extends: [
4-
"github>grafana/flint#v0.22.2",
4+
"github>grafana/flint#v0.22.4",
55
'config:best-practices',
66
'helpers:pinGitHubActionDigestsToSemver',
77
'customManagers:githubActionsVersions',

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tools]
22

33
# Linters
4-
"aqua:grafana/flint" = "0.22.2"
4+
"aqua:grafana/flint" = "0.22.4"
55
lychee = "0.24.2"
6-
rumdl = "0.2.0"
6+
rumdl = "0.2.4"
77

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

runtime-attach/runtime-attach-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77
otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")
88

99
dependencies {
10-
implementation("net.bytebuddy:byte-buddy-agent:1.18.8")
10+
implementation("net.bytebuddy:byte-buddy-agent:1.18.9")
1111

1212
// Used by byte-buddy but not brought in as a transitive dependency.
1313
compileOnly("com.google.code.findbugs:annotations")

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.kotlin.dsl.maven
22

33
pluginManagement {
44
plugins {
5-
id("com.gradleup.shadow") version "9.4.1"
5+
id("com.gradleup.shadow") version "9.4.2"
66
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
77
id("com.gradle.develocity") version "4.4.2"
88
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"

0 commit comments

Comments
 (0)