We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ebee79 + 47d6ec5 commit 01c008dCopy full SHA for 01c008d
service/build.gradle
@@ -4,7 +4,7 @@ plugins {
4
id 'java'
5
id "checkstyle"
6
id "com.github.spotbugs" version "6.4.2"
7
- id "io.freefair.lombok" version "8.14.2"
+ id "io.freefair.lombok" version "9.1.0"
8
id 'jacoco'
9
id 'org.sonarqube' version '6.3.1.5724'
10
wiremock/build.gradle
@@ -5,7 +5,7 @@ repositories {
}
dependencies {
- implementation "org.wiremock:wiremock:3.13.1"
+ implementation "org.wiremock:wiremock:3.13.2"
implementation "org.json:json:20250517"
implementation "com.auth0:java-jwt:4.5.0"
11
implementation "org.slf4j:slf4j-simple:2.0.17"
0 commit comments