Skip to content

Commit dd6fd1b

Browse files
committed
common: Update dependencies
licenser: 0.6.0 -> 0.6.1 checker: 3.13.0 -> 3.15.0
1 parent e65f8cc commit dd6fd1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

indra-common/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ dependencies {
1515
compileOnlyApi("org.immutables:value:2.8.8:annotations")
1616
annotationProcessor("org.immutables:value:2.8.8")
1717
compileOnlyApi("org.immutables:builder:2.8.8")
18-
compileOnlyApi("org.checkerframework:checker-qual:3.13.0")
18+
compileOnlyApi("org.checkerframework:checker-qual:3.15.0")
1919
api(project(":indra-git"))
20-
implementation("gradle.plugin.org.cadixdev.gradle:licenser:0.6.0")
20+
implementation("gradle.plugin.org.cadixdev.gradle:licenser:0.6.1")
2121
api("net.kyori:mammoth:1.0.0")
2222
}
2323

0 commit comments

Comments
 (0)