Skip to content

Commit 72fa941

Browse files
author
m.zharinova
committed
merge branch 'set-query-timeout' of https://github.com/marijarin/spring-boot-open-telemetry-demo into set-query-timeout
2 parents a37f114 + 758b4e0 commit 72fa941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
11-
implementation("io.freefair.gradle:lombok-plugin:8.10")
11+
implementation("io.freefair.gradle:lombok-plugin:8.10.2")
1212
implementation("com.bmuschko:gradle-docker-plugin:9.4.0")
1313
implementation("gradle.plugin.com.google.gradle:osdetector-gradle-plugin:1.7.3")
1414
}

common-internal-bom/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ javaPlatform {
1111
dependencies {
1212
api(platform("org.assertj:assertj-bom:3.26.3"))
1313
api(platform("org.testcontainers:testcontainers-bom:1.20.2"))
14-
api(platform("org.junit:junit-bom:5.11.1"))
14+
api(platform("org.junit:junit-bom:5.11.2"))
1515
api(platform("io.github.mfvanek:pg-index-health-bom:0.13.0"))
1616

1717
constraints {

0 commit comments

Comments
 (0)