Skip to content

Commit 1fa58bf

Browse files
fix(deps): update dependency org.projectlombok:lombok to v1.18.40
1 parent 02b81f2 commit 1fa58bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ repositories {
1212
}
1313

1414
dependencies {
15-
compileOnly("org.projectlombok:lombok:1.18.38")
16-
annotationProcessor("org.projectlombok:lombok:1.18.38")
15+
compileOnly("org.projectlombok:lombok:1.18.40")
16+
annotationProcessor("org.projectlombok:lombok:1.18.40")
1717

1818
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.8")
1919
implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4")

0 commit comments

Comments
 (0)