Skip to content

Commit

Permalink
Set mongock version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Sep 30, 2021
1 parent d8d05eb commit 22a928c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ ext {
//https://github.com/spring-cloud/spring-cloud-openfeign/issues/171
//Greenwich.SR2 is a patch for Greenwich.RELEASE
springCloudVersion = 'Greenwich.SR2'
mongockVersion = '4.2.7.BETA'
}

dependencyManagement {
Expand Down Expand Up @@ -118,9 +119,8 @@ dependencies {
libraryJar "io.packagecloud.maven.wagon:maven-packagecloud-wagon:0.0.6"

// mongock
compile platform('com.github.cloudyrock.mongock:mongock-bom:4.2.7.BETA')
compile 'com.github.cloudyrock.mongock:mongock-spring-v5'
compile 'com.github.cloudyrock.mongock:mongodb-springdata-v2-driver'
implementation "com.github.cloudyrock.mongock:mongock-spring-v5:${mongockVersion}"
implementation "com.github.cloudyrock.mongock:mongodb-springdata-v2-driver:${mongockVersion}"
}

jacoco {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=6.1.1
version=6.1.2
iexecCommonVersion=5.4.0
nexusUser=fake
nexusPassword=fake

0 comments on commit 22a928c

Please sign in to comment.