-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update spring-boot to 2.1.9.RELEASE, other dependencies and docker images #10546
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
Conversation
|
Waiting spring-boot version available in maven repository! |
|
Version is now available in maven repository: https://search.maven.org/artifact/org.springframework.boot/spring-boot/2.1.9.RELEASE/jar |
atomfrede
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
|
Close/Reopen to launch tests |
|
@pascalgrimaud It seems that we have again some issues with Travis cache! [ERROR] Plugin org.springframework.boot:spring-boot-maven-plugin:2.1.9.RELEASE or one of its dependencies could not be resolved: Failure to find org.springframework.boot:spring-boot-maven-plugin:jar:2.1.9.RELEASE in https://maven-central.storage-download.googleapis.com/repos/central/data/ was cached in the local repository, resolution will not be reattempted until the update interval of google-maven-central has elapsed or updates are forcedSince in jhipster bom everything was OK (so I already merged it) and here in azure everthing is OK also, can you please clean cache of this PR, please? Thanks |
|
I really don't understand what happened with Travis here... |
|
Ok, the culprit is Travis. It used google-maven-central, which is probably a mirror and isn't sync yet with the official one. |
|
Yep, I saw it yesterday. Strange is that on jhipster bom side I did not had this issue.... |
Fix #10544
Depends on jhipster/jhipster#424
Please make sure the below checklist is followed for Pull Requests.
Travis tests are green
Tests are added where necessary
Documentation is added/updated where necessary
Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed