fix(deps): update all patch versions (#2275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c2c62aa973
commit
f17acde76d
|
|
@ -46,7 +46,7 @@ dependencies {
|
|||
api("com.google.code.findbugs:annotations:3.0.1u2")
|
||||
api("com.google.code.findbugs:jsr305:3.0.2")
|
||||
api("com.uber.nullaway:nullaway:0.12.10")
|
||||
api("org.assertj:assertj-core:3.27.4")
|
||||
api("org.assertj:assertj-core:3.27.5")
|
||||
api("org.awaitility:awaitility:4.3.0")
|
||||
api("org.bouncycastle:bcpkix-jdk15on:1.70")
|
||||
api("org.junit-pioneer:junit-pioneer:1.9.1")
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ dependencies {
|
|||
implementation("org.slf4j:slf4j-simple:2.0.17")
|
||||
testImplementation("com.google.guava:guava")
|
||||
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
|
||||
integrationTestImplementation("org.assertj:assertj-core:3.27.4")
|
||||
integrationTestImplementation("org.assertj:assertj-core:3.27.5")
|
||||
integrationTestImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
|
||||
integrationTestImplementation("io.opentelemetry:opentelemetry-sdk-testing")
|
||||
integrationTestImplementation("com.ibm.mq:com.ibm.mq.jakarta.client:9.4.3.1")
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.5</version>
|
||||
<version>3.5.6</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>io.opentelemetry.contrib.maven.test</groupId>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.5</version>
|
||||
<version>3.5.6</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>io.opentelemetry.contrib.maven.test</groupId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue