Skip to content

Commit 7a51148

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 5180607 + 894f498 commit 7a51148

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<img width="1024" height="241" alt="remora" src="https://github.com/user-attachments/assets/7a38185d-6ece-44c0-adf2-326a3e2f503b" />
12

23
# Remora - o7studios Gradle helper plugin
34

build.gradle.kts

Lines changed: 7 additions & 7 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.36")
16-
annotationProcessor("org.projectlombok:lombok:1.18.36")
15+
compileOnly("org.projectlombok:lombok:1.18.38")
16+
annotationProcessor("org.projectlombok:lombok:1.18.38")
1717

1818
implementation("com.gradleup.shadow:shadow-gradle-plugin:8.3.7")
1919
implementation("net.thebugmc.gradle.sonatype-central-portal-publisher:net.thebugmc.gradle.sonatype-central-portal-publisher.gradle.plugin:1.2.4")
@@ -22,14 +22,14 @@ dependencies {
2222
compileOnly(gradleApi())
2323
testImplementation(gradleTestKit())
2424

25-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
26-
testImplementation("org.junit.jupiter:junit-jupiter:5.13.1")
27-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.1")
25+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.2")
26+
testImplementation("org.junit.jupiter:junit-jupiter:5.13.2")
27+
testImplementation("org.junit.jupiter:junit-jupiter-params:5.13.2")
2828
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
29-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.1")
29+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.2")
3030

3131
testImplementation("org.assertj:assertj-core:3.27.3")
32-
testImplementation("org.cthing:assertj-gradle:1.0.0")
32+
testImplementation("org.cthing:assertj-gradle:3.0.0")
3333
}
3434

3535
gradlePlugin {

0 commit comments

Comments
 (0)