Skip to content

Commit 00eadc0

Browse files
committed
Upgrade libmongocrypt dependency to 1.5.2
JAVA-4696
1 parent 3ef3747 commit 00eadc0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ext {
4848
nettyTcnativeBoringsslVersion = '2.0.48.Final'
4949
snappyVersion = '1.1.8.4'
5050
zstdVersion = '1.5.0-4'
51-
mongoCryptVersion = '1.5.1.1'
51+
mongoCryptVersion = '1.5.2'
5252
projectReactorVersion = 'Californium-SR23'
5353
junitBomVersion = '5.8.1'
5454
gitVersion = getGitVersion()
@@ -73,6 +73,14 @@ configure(coreProjects) {
7373
mavenLocal()
7474
google()
7575
mavenCentral()
76+
77+
maven {
78+
url 'https://oss.sonatype.org/content/repositories/staging'
79+
content {
80+
// Only include mongodb-crypt snapshots
81+
includeGroup "org.mongodb"
82+
}
83+
}
7684
}
7785
}
7886

0 commit comments

Comments
 (0)