We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65f8cc commit dd6fd1bCopy full SHA for dd6fd1b
indra-common/build.gradle.kts
@@ -15,9 +15,9 @@ dependencies {
15
compileOnlyApi("org.immutables:value:2.8.8:annotations")
16
annotationProcessor("org.immutables:value:2.8.8")
17
compileOnlyApi("org.immutables:builder:2.8.8")
18
- compileOnlyApi("org.checkerframework:checker-qual:3.13.0")
+ compileOnlyApi("org.checkerframework:checker-qual:3.15.0")
19
api(project(":indra-git"))
20
- implementation("gradle.plugin.org.cadixdev.gradle:licenser:0.6.0")
+ implementation("gradle.plugin.org.cadixdev.gradle:licenser:0.6.1")
21
api("net.kyori:mammoth:1.0.0")
22
}
23
0 commit comments