Skip to content

Commit b3f1809

Browse files
author
m.zharinova
committed
Merge branch 'master' into issue-181
2 parents 6a5523d + 77a9873 commit b3f1809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
22

33
plugins {
44
id("base")
5-
id("com.github.ben-manes.versions") version "0.51.0"
5+
id("com.github.ben-manes.versions") version "0.52.0"
66
}
77

88
description = "Experiments with Java"

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
dependencies {
1010
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
11-
implementation("io.freefair.gradle:lombok-plugin:8.11")
11+
implementation("io.freefair.gradle:lombok-plugin:8.12")
1212
implementation("com.bmuschko:gradle-docker-plugin:9.4.0")
1313
implementation("gradle.plugin.com.google.gradle:osdetector-gradle-plugin:1.7.3")
1414
implementation("de.thetaphi:forbiddenapis:3.8")

0 commit comments

Comments
 (0)