File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ plugins {
9
9
data class DependencySet (val group : String , val version : String , val modules : List <String >)
10
10
11
11
val DEPENDENCY_BOMS = listOf (
12
- " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.17.0 -alpha" ,
12
+ " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.17.1 -alpha" ,
13
13
" org.apache.logging.log4j:log4j-bom:2.24.3" ,
14
- " software.amazon.awssdk:bom:2.31.75 "
14
+ " software.amazon.awssdk:bom:2.31.78 "
15
15
)
16
16
17
17
val DEPENDENCIES = listOf (
18
18
" com.amazonaws:aws-lambda-java-core:1.3.0" ,
19
19
" com.amazonaws:aws-lambda-java-events:3.16.0" ,
20
- " com.squareup.okhttp3:okhttp:4.12 .0" ,
21
- " io.opentelemetry.javaagent:opentelemetry-javaagent:2.17.0 " ,
20
+ " com.squareup.okhttp3:okhttp:5.1 .0" ,
21
+ " io.opentelemetry.javaagent:opentelemetry-javaagent:2.17.1 " ,
22
22
" io.opentelemetry:opentelemetry-sdk-extension-aws:1.19.0" ,
23
23
" io.opentelemetry.contrib:opentelemetry-aws-resources:1.47.0-alpha" ,
24
24
)
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
plugins {
3
- id(" com.diffplug.spotless" ) version " 7.0.4 "
3
+ id(" com.diffplug.spotless" ) version " 7.1.0 "
4
4
id(" com.github.ben-manes.versions" ) version " 0.52.0"
5
5
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
6
6
}
You can’t perform that action at this time.
0 commit comments