Skip to content

Commit a4a30e2

Browse files
Fix issue with missing version in dependency
* that could provoke issues with projects including cf-env with the error `'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-test:jar is missing. in io.pivotal.cfenv:java-cfenv:3.1.0` `
1 parent 6468348 commit a4a30e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java-cfenv/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
}
1818

1919
testFixturesApi platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
20-
testFixturesImplementation "org.springframework.boot:spring-boot-starter-test"
20+
testFixturesImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
2121
testFixturesImplementation "org.jmockit:jmockit:${jmockitVersion}"
2222
}
2323

0 commit comments

Comments
 (0)