File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
java/dependencyManagement Expand file tree Collapse file tree 1 file changed +3
-3
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:1.25 .0-alpha" ,
12
+ " io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:1.26 .0-alpha" ,
13
13
" org.apache.logging.log4j:log4j-bom:2.20.0" ,
14
- " software.amazon.awssdk:bom:2.20.61 "
14
+ " software.amazon.awssdk:bom:2.20.65 "
15
15
)
16
16
17
17
val DEPENDENCIES = listOf (
18
18
" com.amazonaws:aws-lambda-java-core:1.2.2" ,
19
19
" com.amazonaws:aws-lambda-java-events:3.11.1" ,
20
20
" com.squareup.okhttp3:okhttp:4.10.0" ,
21
- " io.opentelemetry.javaagent:opentelemetry-javaagent:1.25 .0"
21
+ " io.opentelemetry.javaagent:opentelemetry-javaagent:1.26 .0"
22
22
)
23
23
24
24
javaPlatform {
You can’t perform that action at this time.
0 commit comments