File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docker/spring-cloud-contract-stub-runner-docker
spring-cloud-contract-stub-runner-boot Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22
33ARG SDKMAN_JAVA_INSTALLATION=17.0.1-tem
4- ARG THIN_REPO=https://repo1.maven.org/maven2/
4+ ARG THIN_REPO=https://repo.spring.io/snapshot
55
66LABEL Author=
"Marcin Grzejszczak <[email protected] >" 77LABEL Author=
"Bastian Doetsch <[email protected] >"
Original file line number Diff line number Diff line change 2626 <groupId >org.springframework.cloud</groupId >
2727 <artifactId >spring-cloud-stream-binder-rabbit</artifactId >
2828 <!-- Because of the docker creation process explicit version is needed-->
29- <version >5.0.0-M1 </version >
29+ <version >5.0.0-SNAPSHOT </version >
3030 </dependency >
3131 <dependency >
3232 <groupId >org.springframework.cloud</groupId >
3333 <artifactId >spring-cloud-stream-binder-kafka</artifactId >
3434 <!-- Because of the docker creation process explicit version is needed-->
35- <version >5.0.0-M1 </version >
35+ <version >5.0.0-SNAPSHOT </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments