Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 525d220

Browse files
committed
Update dependencies
* Update to GORM core 7.0.6 * Update testing support 2.1.1 * Update build-scan to 3.3.4
1 parent 79fe65d commit 525d220

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
plugins {
23-
id 'com.gradle.build-scan' version '1.16'
23+
id 'com.gradle.build-scan' version '3.3.4'
2424
}
2525

2626

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gormVersion=7.0.6.BUILD-SNAPSHOT
1+
gormVersion=7.0.6.RELEASE
22
slf4jVersion=1.7.29
33
servletApiVersion=4.0.1
44
grails3Version=3.3.8
@@ -23,6 +23,6 @@ seleniumSafariDriverVersion=3.14.0
2323

2424
# Following are used only for example projects
2525
grailsVersion=4.0.0
26-
testingSupportVersion=2.0.0.RC1
26+
testingSupportVersion=2.1.1
2727
fieldsVersion=3.0.0.RC1
2828
scaffoldingVersion=4.0.0.RC1

0 commit comments

Comments
 (0)