File tree Expand file tree Collapse file tree
runtime-attach/runtime-attach-core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change 11[tools ]
22
33# Linters
4- "aqua:grafana/flint" = " 0.22.2 "
4+ "aqua:grafana/flint" = " 0.22.4 "
55lychee = " 0.24.2"
6- rumdl = " 0.2.0 "
6+ rumdl = " 0.2.4 "
77
88[env ]
99FLINT_CONFIG_DIR = " .github/config"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
77otelJava.moduleName.set(" io.opentelemetry.contrib.attach.core" )
88
99dependencies {
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" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import org.gradle.kotlin.dsl.maven
22
33pluginManagement {
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"
You can’t perform that action at this time.
0 commit comments