File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.4" )
1616 implementation(" net.ltgt.gradle:gradle-errorprone-plugin:4.2.0" )
1717 implementation(" net.ltgt.gradle:gradle-nullaway-plugin:2.2.0" )
18- implementation(" org.owasp:dependency-check-gradle:12.1.1 " )
18+ implementation(" org.owasp:dependency-check-gradle:12.1.2 " )
1919}
2020
2121spotless {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ testing {
135135 dependencies {
136136 implementation(project(project.path))
137137
138- implementation(enforcedPlatform(" org.junit:junit-bom:5.13.0 " ))
138+ implementation(enforcedPlatform(" org.junit:junit-bom:5.13.1 " ))
139139 implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.21.1" ))
140140 implementation(enforcedPlatform(" com.google.guava:guava-bom:33.4.8-jre" ))
141141 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.32.5" ))
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77 id(" com.github.johnrengelman.shadow" )
88 id(" me.champeau.jmh" ) version " 0.7.3"
99 id(" ru.vyarus.animalsniffer" ) version " 2.0.1"
10- id(" com.squareup.wire" ) version " 5.3.2 "
10+ id(" com.squareup.wire" ) version " 5.3.3 "
1111}
1212
1313description = " Exporter implementations that store signals on disk"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
3+ distributionSha256Sum =7197a12f450794931532469d4ff21a59ea2c1cd59a3ec3f89c035c3c420a6999
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.2 -bin.zip
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import groovy.json.JsonSlurper
55plugins {
66 id(" otel.java-conventions" )
77 id(" de.undercouch.download" ) version " 5.6.0"
8- id(" com.squareup.wire" ) version " 5.3.2 "
8+ id(" com.squareup.wire" ) version " 5.3.3 "
99}
1010
1111description = " Client implementation of the OpAMP spec."
You can’t perform that action at this time.
0 commit comments