diff --git a/gradle.properties b/gradle.properties index d0094b7cc00..cc508515433 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,9 +13,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -groovyVersion = 3.0.22-SNAPSHOT +groovyVersion = 3.0.23-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) -groovyBundleVersion = 3.0.22.SNAPSHOT +groovyBundleVersion = 3.0.23.SNAPSHOT binaryCompatibilityBaseline = 3.0.5 gradle_version=6.9.4