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 @@ -46,7 +46,7 @@ dependencies {
4646 api(" com.google.code.findbugs:annotations:3.0.1u2" )
4747 api(" com.google.code.findbugs:jsr305:3.0.2" )
4848 api(" com.uber.nullaway:nullaway:0.12.10" )
49- api(" org.assertj:assertj-core:3.27.4 " )
49+ api(" org.assertj:assertj-core:3.27.5 " )
5050 api(" org.awaitility:awaitility:4.3.0" )
5151 api(" org.bouncycastle:bcpkix-jdk15on:1.70" )
5252 api(" org.junit-pioneer:junit-pioneer:1.9.1" )
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 implementation(" org.slf4j:slf4j-simple:2.0.17" )
4343 testImplementation(" com.google.guava:guava" )
4444 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
45- integrationTestImplementation(" org.assertj:assertj-core:3.27.4 " )
45+ integrationTestImplementation(" org.assertj:assertj-core:3.27.5 " )
4646 integrationTestImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4" )
4747 integrationTestImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
4848 integrationTestImplementation(" com.ibm.mq:com.ibm.mq.jakarta.client:9.4.3.1" )
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.5.5 </version >
9+ <version >3.5.6 </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.5.5 </version >
9+ <version >3.5.6 </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