From 8f949a3d8a2ce2edff6c58c03c5e01208c774e9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 20:57:05 +0000 Subject: [PATCH] Update dependency com.github.bsideup.jabel:jabel-javac-plugin to v1 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8636f20..353940c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -25,8 +25,8 @@ dependencies { api(gradleApi()) compileOnly("org.jetbrains:annotations:23.0.0") implementation("com.diffplug.spotless:spotless-plugin-gradle:6.9.0") - annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.2") - testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:0.4.2") + annotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0") + testAnnotationProcessor("com.github.bsideup.jabel:jabel-javac-plugin:1.0.0") testImplementation(platform("org.junit:junit-bom:5.9.0")) testImplementation("org.junit.jupiter:junit-jupiter")