diff --git a/build.gradle b/build.gradle index 0e6e54d..2f6b60e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { ext { - controlx2_version = "1.0.0-20230502" + controlx2_version = "1.0.0-20230523" pumpx2_version = "1.3.0" use_local_pumpx2 = System.properties.getOrDefault('use_local_pumpx2', 'false') == 'true' m2_repository = "${System.properties['user.home']}/.m2/repository"