mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
fix(deps): update dependency org.projectlombok:lombok to v1.18.32
This commit is contained in:
parent
7e55b5aeee
commit
f1ea36475c
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ dependencies {
|
|||
implementation 'io.sentry:sentry:7.6.0'
|
||||
implementation 'rocks.kavin:reqwest4j:1.0.13'
|
||||
implementation 'io.minio:minio:8.5.9'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.30'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.30'
|
||||
compileOnly 'org.projectlombok:lombok:1.18.32'
|
||||
annotationProcessor 'org.projectlombok:lombok:1.18.32'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
|
|
Loading…
Reference in a new issue