Skip to content

Commit 01c008d

Browse files
authored
Merge branch 'main' into dependabot/gradle/service/com.squareup.okhttp3-okhttp-5.3.0
2 parents 4ebee79 + 47d6ec5 commit 01c008d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'java'
55
id "checkstyle"
66
id "com.github.spotbugs" version "6.4.2"
7-
id "io.freefair.lombok" version "8.14.2"
7+
id "io.freefair.lombok" version "9.1.0"
88
id 'jacoco'
99
id 'org.sonarqube' version '6.3.1.5724'
1010

wiremock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories {
55
}
66

77
dependencies {
8-
implementation "org.wiremock:wiremock:3.13.1"
8+
implementation "org.wiremock:wiremock:3.13.2"
99
implementation "org.json:json:20250517"
1010
implementation "com.auth0:java-jwt:4.5.0"
1111
implementation "org.slf4j:slf4j-simple:2.0.17"

0 commit comments

Comments
 (0)