This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new 576ac253a6 Bump version on GROOVY_3_0_X branch
576ac253a6 is described below
commit 576ac253a6c426b7d86fe4487a84651192f3f529
Author: Paul King <[email protected]>
AuthorDate: Thu Feb 9 07:06:33 2023 +1000
Bump version on GROOVY_3_0_X branch
---
gradle.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gradle.properties b/gradle.properties
index d9c441d7f1..aa08d39dfe 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.15-SNAPSHOT
+groovyVersion = 3.0.16-SNAPSHOT
# bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3
only digits)
-groovyBundleVersion = 3.0.15.SNAPSHOT
+groovyBundleVersion = 3.0.16.SNAPSHOT
binaryCompatibilityBaseline = 3.0.5
gradle_version=6.9.2