Skip to content

Commit

Permalink
bumped versions of sonaqube, jodah, lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
alexradzin committed Oct 5, 2023
1 parent 98ecc9d commit a732e48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit a732e48

Please sign in to comment.