Skip to content

Commit 6cbad33

Browse files
Merge branch 'main' into renovate/com.gradleup.shadow-shadow-gradle-plugin-9.x
2 parents a4c87f9 + 93a37de commit 6cbad33

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
`java-library`
33
`maven-publish`
4-
id("com.gradle.plugin-publish") version "1.3.1"
4+
id("com.gradle.plugin-publish") version "2.0.0"
55
}
66

77
group = "studio.o7"
@@ -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:9.1.0")
1919
implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4")
@@ -28,7 +28,7 @@ dependencies {
2828
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
2929
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
3030

31-
testImplementation("org.assertj:assertj-core:3.27.3")
31+
testImplementation("org.assertj:assertj-core:3.27.4")
3232
testImplementation("org.cthing:assertj-gradle:3.0.0")
3333
}
3434

0 commit comments

Comments
 (0)