File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
maven-extension/src/test/resources/projects Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ testing {
137137
138138 implementation(enforcedPlatform(" org.junit:junit-bom:5.12.1" ))
139139 implementation(enforcedPlatform(" org.testcontainers:testcontainers-bom:1.20.6" ))
140- implementation(enforcedPlatform(" com.google.guava:guava-bom:33.4.0 -jre" ))
140+ implementation(enforcedPlatform(" com.google.guava:guava-bom:33.4.5 -jre" ))
141141 implementation(enforcedPlatform(" com.linecorp.armeria:armeria-bom:1.32.3" ))
142142
143143 compileOnly(" com.google.auto.value:auto-value-annotations" )
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ otelJava.moduleName.set("io.opentelemetry.contrib.sampler")
99dependencies {
1010 api(" io.opentelemetry:opentelemetry-sdk-trace" )
1111 api(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi" )
12- testImplementation(" org.hipparchus:hipparchus-core:3.1 " )
12+ testImplementation(" org.hipparchus:hipparchus-core:4.0 " )
1313 testImplementation(" org.hipparchus:hipparchus-stat:4.0" )
1414}
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.4.3 </version >
9+ <version >3.4.4 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212 <groupId >io.opentelemetry.contrib.maven.test</groupId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.4.3 </version >
9+ <version >3.4.4 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212 <groupId >io.opentelemetry.contrib.maven.test</groupId >
You can’t perform that action at this time.
0 commit comments