Skip to content

Commit

Permalink
Affix assertj with a static version
Browse files Browse the repository at this point in the history
Necessary to sync to Maven Central
  • Loading branch information
jkschneider committed Jul 21, 2017
1 parent 07fd072 commit 803c460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micrometer-spring-legacy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyManagement {
mavenBom 'org.springframework.boot:spring-boot-dependencies:1.5.4.RELEASE'
}
dependencies {
dependency 'org.assertj:assertj-core:3.+'
dependency 'org.assertj:assertj-core:3.8.0'
}
}

Expand Down

0 comments on commit 803c460

Please sign in to comment.