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 buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.4")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:4.2.0")
implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.2.0")
implementation("org.owasp:dependency-check-gradle:12.1.1")
implementation("org.owasp:dependency-check-gradle:12.1.2")
}

spotless {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ testing {
dependencies {
implementation(project(project.path))

implementation(enforcedPlatform("org.junit:junit-bom:5.13.0"))
implementation(enforcedPlatform("org.junit:junit-bom:5.13.1"))
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.1"))
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.8-jre"))
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.32.5"))
Expand Down
2 changes: 1 addition & 1 deletion disk-buffering/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
id("com.github.johnrengelman.shadow")
id("me.champeau.jmh") version "0.7.3"
id("ru.vyarus.animalsniffer") version "2.0.1"
id("com.squareup.wire") version "5.3.2"
id("com.squareup.wire") version "5.3.3"
}

description = "Exporter implementations that store signals on disk"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
distributionSha256Sum=7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion opamp-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import groovy.json.JsonSlurper
plugins {
id("otel.java-conventions")
id("de.undercouch.download") version "5.6.0"
id("com.squareup.wire") version "5.3.2"
id("com.squareup.wire") version "5.3.3"
}

description = "Client implementation of the OpAMP spec."
Expand Down
Loading