Skip to content

Commit acfe2b7

Browse files
committed
Merge remote-tracking branch 'upstream/3.1.x' into 3.1.x
2 parents 937edd7 + d5720c0 commit acfe2b7

File tree

8 files changed

+1208
-25
lines changed

8 files changed

+1208
-25
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ apply plugin: 'idea'
2121
ext {
2222
bintrayPublish = false
2323
// Sets release version
24-
grailsVersion = '3.1.2.BUILD-SNAPSHOT'
24+
grailsVersion = '3.1.3.BUILD-SNAPSHOT'
2525
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2626
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2727

@@ -44,7 +44,7 @@ ext {
4444
reactorVersion = '2.0.6.RELEASE'
4545

4646
spockVersion = '1.0-groovy-2.4'
47-
springBootVersion = "1.3.2.RELEASE"
47+
springBootVersion = "1.3.3.RELEASE"
4848
springLoadedVersion = "1.2.5.RELEASE"
4949
springLoadedCommonOptions = "-Xverify:none -Dspringloaded.synchronize=true -Djdk.reflect.allowGetCallerClass=true"
5050
springVersion = "4.2.4.RELEASE"

grails-bom/plugins.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ asset-pipeline=3.0.15
1010
scaffolding=3.2.1
1111
fields=2.1.2
1212
geb=1.0.1
13-
views-json=1.0.3
14-
views-markup=1.0.3
13+
views-json=1.0.4
14+
views-markup=1.0.4

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class GrailsUtilTests extends TestCase {
3636

3737
public void testGrailsVersion() {
38-
assertEquals("3.1.2.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
38+
assertEquals("3.1.3.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)