Skip to content

Commit 69a25d9

Browse files
committed
Upgrade to Grace Data 2023.3.0-RC1
Closes gh-12
1 parent b536938 commit 69a25d9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
2-
api "org.graceframework:grace-datastore-gorm"
2+
api "org.graceframework:grace-datastore-gorm:$datastoreVersion"
33
api "org.mongodb:bson:$mongodbDriverVersion"
44
}

grace-datastore-gorm-mongodb/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
22

33
dependencies {
44
api "org.mongodb:mongodb-driver-sync:$mongodbDriverVersion"
5-
api "org.graceframework:grace-datastore-gorm-validation"
6-
api "org.graceframework:grace-datastore-gorm"
5+
api "org.graceframework:grace-datastore-gorm-validation:$datastoreVersion"
6+
api "org.graceframework:grace-datastore-gorm:$datastoreVersion"
77
api project(":grace-datastore-gorm-bson")
88

99
implementation "com.github.ben-manes.caffeine:caffeine"
1010

11-
compileOnly "org.graceframework:grace-datastore-gorm-support"
11+
compileOnly "org.graceframework:grace-datastore-gorm-support:$datastoreVersion"
1212
compileOnly "jakarta.servlet:jakarta.servlet-api"
1313

1414
testImplementation "org.testcontainers:mongodb:1.19.8"
1515
testImplementation "org.graceframework:grace-datastore-gorm-tck:$datastoreVersion"
16-
testImplementation "org.graceframework:grace-test-support:"
16+
testImplementation "org.graceframework:grace-test-support:$datastoreVersion"
1717
testImplementation "jakarta.validation:jakarta.validation-api"
1818
testImplementation "org.hibernate.validator:hibernate-validator"
19-
testImplementation "org.graceframework:grace-datastore-gorm-support", {
19+
testImplementation "org.graceframework:grace-datastore-gorm-support:$datastoreVersion", {
2020
exclude group: "org.graceframework", module:"grace-datastore-gorm-hibernate-core"
2121
}
2222
testRuntimeOnly "org.glassfish:jakarta.el:$jakartaElVersion"

grace-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies {
1010

1111
api project(":grace-datastore-gorm-mongodb-ext")
1212
api project(":grace-datastore-gorm-mongodb")
13-
api "org.graceframework:grace-datastore-gorm-support"
14-
api "org.graceframework:grace-datastore-web"
13+
api "org.graceframework:grace-datastore-gorm-support:$datastoreVersion"
14+
api "org.graceframework:grace-datastore-web:$datastoreVersion"
1515

1616
api("org.springframework.boot:spring-boot-autoconfigure")
1717
annotationProcessor("org.springframework.boot:spring-boot-autoconfigure-processor")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
projectVersion=2023.3.0-SNAPSHOT
22
assetPipelineVersion=6.3.0-M1
3-
datastoreVersion=2023.3.0-M1
3+
datastoreVersion=2023.3.0-RC1
44
graceVersion=2023.3.0-M2
55
groovyVersion=4.0.26
66
jakartaElVersion=4.0.2

0 commit comments

Comments
 (0)