Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(*): Pin spring-boot-starter-test to springBoot version #1196

Merged
merged 2 commits into from
Jan 31, 2019

Conversation

dibyom
Copy link
Member

@dibyom dibyom commented Jan 30, 2019

No description provided.

build.gradle Outdated
@@ -57,7 +57,7 @@ subprojects { project ->
dependencies {
spinnaker.group('test')
testCompile spinnaker.dependency('groovy')
testCompile 'org.springframework.boot:spring-boot-starter-test'
testCompile("org.springframework.boot:spring-boot-starter-test:${spinnaker.version('springBoot')}")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this could also be testCompile spinnaker.dependency('bootTest')

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks much better! I'll make the change

@dibyom dibyom merged commit 7e2d3cb into spinnaker:master Jan 31, 2019
@dibyom dibyom deleted the versions branch January 31, 2019 18:29
@dibyom
Copy link
Member Author

dibyom commented Jan 31, 2019

@spinnakerbot cherry-pick 1.14

@spinnakerbot
Copy link
Contributor

Cherry pick successful: #1201

spinnakerbot pushed a commit that referenced this pull request Jan 31, 2019
* chore(*): Pin spring-boot-starter-test to springBoot version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants