fix(deps): update all patch versions (#2275)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-09-19 08:13:45 +03:00 committed by GitHub
parent c2c62aa973
commit f17acde76d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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>

View File

@ -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>