Merge pull request #36 from anas-elgarhy/renovate/org.projectlombok-lombok-1.x

fix(deps): update dependency org.projectlombok:lombok to v1.18.26
This commit is contained in:
mergify[bot] 2023-02-03 10:04:55 +00:00 committed by GitHub
commit ee58c9be0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -23,11 +23,11 @@ dependencies {
// implementation("com.github.goxr3plus:java-stream-player:10.0.2")
implementation("com.googlecode.soundlibs:jlayer:1.0.1.4")
compileOnly("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
compileOnly("org.projectlombok:lombok:1.18.26")
annotationProcessor("org.projectlombok:lombok:1.18.26")
testImplementation("org.projectlombok:lombok:1.18.24")
testAnnotationProcessor("org.projectlombok:lombok:1.18.24")
testImplementation("org.projectlombok:lombok:1.18.26")
testAnnotationProcessor("org.projectlombok:lombok:1.18.26")
}
java {
sourceCompatibility = JavaVersion.VERSION_17