From b1b9e32f2ed8e4b5119f7b036fa0743aa455f01f Mon Sep 17 00:00:00 2001 From: Kyle Thorpe Date: Wed, 4 Oct 2023 11:33:46 -0400 Subject: [PATCH] fixup! Fix vertx/reactive --- crnk-integration-examples/dagger-vertx-example/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crnk-integration-examples/dagger-vertx-example/build.gradle b/crnk-integration-examples/dagger-vertx-example/build.gradle index 017811f8b..9905af5e8 100644 --- a/crnk-integration-examples/dagger-vertx-example/build.gradle +++ b/crnk-integration-examples/dagger-vertx-example/build.gradle @@ -16,9 +16,8 @@ configurations { buildscript { dependencies { - classpath "net.ltgt.gradle:gradle-apt-plugin:0.15" - - classpath 'net.sf.proguard:proguard-gradle:6.0.3' + classpath "net.ltgt.gradle:gradle-apt-plugin:0.21" + classpath 'net.sf.proguard:proguard-gradle:6.2.2' } }