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

Commit e62a743

Browse files
committed
Override SpringBoot MongoDB Driver Version Property
1 parent 0547d99 commit e62a743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ subprojects { project ->
7272
ext['gorm.hibernate5.version'] = hibernatePluginVersion
7373
ext['junit-jupiter.version'] = junitJupiterVersion
7474
ext['spock.version'] = spockVersion
75+
ext['mongodb.version'] = mongodbDriverVersion
7576

7677
if (project.name.startsWith("examples")) {
7778

0 commit comments

Comments
 (0)