We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef3747 commit 00eadc0Copy full SHA for 00eadc0
build.gradle
@@ -48,7 +48,7 @@ ext {
48
nettyTcnativeBoringsslVersion = '2.0.48.Final'
49
snappyVersion = '1.1.8.4'
50
zstdVersion = '1.5.0-4'
51
- mongoCryptVersion = '1.5.1.1'
+ mongoCryptVersion = '1.5.2'
52
projectReactorVersion = 'Californium-SR23'
53
junitBomVersion = '5.8.1'
54
gitVersion = getGitVersion()
@@ -73,6 +73,14 @@ configure(coreProjects) {
73
mavenLocal()
74
google()
75
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
84
}
85
86
0 commit comments