File tree Expand file tree Collapse file tree
grace-bootstrap/src/test/groovy/grails/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /* Copyright 2004-2023 the original author or authors.
1+ /*
2+ * Copyright 2004-2025 the original author or authors.
23 *
34 * Licensed under the Apache License, Version 2.0 (the "License");
45 * you may not use this file except in compliance with the License.
@@ -29,7 +30,7 @@ public class GrailsUtilTests {
2930
3031 @ Test
3132 public void testGrailsVersion () {
32- assertEquals ("2023.3.1 -SNAPSHOT" , GrailsUtil .getGrailsVersion ());
33+ assertEquals ("2024.0.0 -SNAPSHOT" , GrailsUtil .getGrailsVersion ());
3334 }
3435
3536 @ AfterEach
Original file line number Diff line number Diff line change 1- projectVersion =2023.3.1 -SNAPSHOT
1+ projectVersion =2024.0.0 -SNAPSHOT
22gradleNexusPublishPluginVersion =2.0.0
33gradleSdkVendorVersion =3.0.0
44gradleTestRetryPlugin =1.6.0
You can’t perform that action at this time.
0 commit comments