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 {
15
15
implementation(" com.diffplug.spotless:spotless-plugin-gradle:7.0.4" )
16
16
implementation(" net.ltgt.gradle:gradle-errorprone-plugin:4.2.0" )
17
17
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 " )
19
19
}
20
20
21
21
spotless {
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ testing {
135
135
dependencies {
136
136
implementation(project(project.path))
137
137
138
- implementation(enforcedPlatform(" org.junit:junit-bom:5.13.0 " ))
138
+ implementation(enforcedPlatform(" org.junit:junit-bom:5.13.1 " ))
139
139
implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.21.1" ))
140
140
implementation(enforcedPlatform(" com.google.guava:guava-bom:33.4.8-jre" ))
141
141
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 {
7
7
id(" com.github.johnrengelman.shadow" )
8
8
id(" me.champeau.jmh" ) version " 0.7.3"
9
9
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 "
11
11
}
12
12
13
13
description = " Exporter implementations that store signals on disk"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import groovy.json.JsonSlurper
5
5
plugins {
6
6
id(" otel.java-conventions" )
7
7
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 "
9
9
}
10
10
11
11
description = " Client implementation of the OpAMP spec."
You can’t perform that action at this time.
0 commit comments