From a732e48bf7d9214c457840f589b11e75c0aaae21 Mon Sep 17 00:00:00 2001 From: alexradzin Date: Thu, 5 Oct 2023 18:14:06 +0300 Subject: [PATCH] bumped versions of sonaqube, jodah, lombok --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 6e50cd7a7..a20038049 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ import java.util.jar.JarFile plugins { id 'java' id 'jacoco' - id "org.sonarqube" version "4.3.1.3277" + id "org.sonarqube" version "4.4.1.3373" id 'maven-publish' id 'com.github.johnrengelman.shadow' version '8.0.0' id 'org.quiltmc.gradle.licenser' version '2.0.1' @@ -62,7 +62,7 @@ dependencies { implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' implementation 'com.squareup.okhttp3:okhttp:4.11.0' - implementation 'net.jodah:expiringmap:0.5.10' + implementation 'net.jodah:expiringmap:0.5.11' implementation 'org.apache.commons:commons-lang3:3.13.0' implementation 'org.apache.commons:commons-text:1.10.0' implementation 'org.lz4:lz4-java:1.8.0' @@ -71,10 +71,10 @@ dependencies { implementation fileTree(dir: 'libs', includes: ['*.jar']) compileOnly 'org.slf4j:slf4j-api:2.0.9' - compileOnly 'org.projectlombok:lombok:1.18.28' - annotationProcessor 'org.projectlombok:lombok:1.18.28' - testCompileOnly 'org.projectlombok:lombok:1.18.28' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.28' + compileOnly 'org.projectlombok:lombok:1.18.30' + annotationProcessor 'org.projectlombok:lombok:1.18.30' + testCompileOnly 'org.projectlombok:lombok:1.18.30' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.30' testImplementation 'ch.qos.logback:logback-classic:1.4.9' testImplementation 'org.mockito:mockito-junit-jupiter:4.11.0'