Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
"github>grafana/flint#v0.22.4",
"github>grafana/flint#v0.22.5",
'config:best-practices',
'helpers:pinGitHubActionDigestsToSemver',
'customManagers:githubActionsVersions',
Expand Down
2 changes: 1 addition & 1 deletion compressors/compressor-zstd/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ otelJava.moduleName.set("io.opentelemetry.contrib.compressor.zstd")
dependencies {
api("io.opentelemetry:opentelemetry-exporter-common")

implementation("com.github.luben:zstd-jni:1.5.7-9")
implementation("com.github.luben:zstd-jni:1.5.7-10")

testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
testImplementation("io.opentelemetry:opentelemetry-exporter-otlp")
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {

api("com.google.code.findbugs:annotations:3.0.1u2")
api("com.google.code.findbugs:jsr305:3.0.2")
api("com.uber.nullaway:nullaway:0.13.4")
api("com.uber.nullaway:nullaway:0.13.6")
api("org.assertj:assertj-core:3.27.7")
api("org.awaitility:awaitility:4.3.0")
api("org.bouncycastle:bcpkix-jdk15on:1.70")
Expand Down
2 changes: 1 addition & 1 deletion ibm-mq-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ _Note: The following is only needed for versions of Java 8 before 8u161._
* `-Djavax.net.ssl.keyStorePassword=<PASS>`

b. In `config.yml`, configure `sslConnection.trustStorePassword`.
The same applies to the key store configuration.
The same applies to the key store configuration.

```text
sslConnection:
Expand Down
4 changes: 2 additions & 2 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tools]

# Linters
"aqua:grafana/flint" = "0.22.4"
"aqua:grafana/flint" = "0.22.5"
lychee = "0.24.2"
rumdl = "0.2.4"
rumdl = "0.2.10"

[env]
FLINT_CONFIG_DIR = ".github/config"
Expand Down
2 changes: 1 addition & 1 deletion runtime-attach/runtime-attach-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "To help in create an OpenTelemetry distro able to runtime attach
otelJava.moduleName.set("io.opentelemetry.contrib.attach.core")

dependencies {
implementation("net.bytebuddy:byte-buddy-agent:1.18.9")
implementation("net.bytebuddy:byte-buddy-agent:1.18.10")

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