Skip to content

Commit b9174e0

Browse files
chore(deps): update dependency org.projectlombok:lombok to v1.18.46
1 parent a85b77e commit b9174e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ tasks.withType<PublishToMavenRepository>().configureEach {
230230
// use convention plugins defined within itself.
231231

232232
// TODO remove it
233-
configurations.configureEach { resolutionStrategy { force("org.projectlombok:lombok:1.18.42") } }
233+
configurations.configureEach { resolutionStrategy { force("org.projectlombok:lombok:1.18.46") } }
234234

235235
dependencies {
236236
testImplementation("org.jetbrains.kotlin:kotlin-test")

0 commit comments

Comments
 (0)