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

Upgrade all dependencies #27

Merged
merged 1 commit into from
Aug 17, 2020
Merged

Upgrade all dependencies #27

merged 1 commit into from
Aug 17, 2020

Conversation

smcvb
Copy link
Member

@smcvb smcvb commented Aug 14, 2020

This pull request adjusts all dependency versions used by this extensions to more recent options.
Added, the spring-cloud-dependencies is added to the dependencyManagement section, thus the extension utilize the Spring Cloud release train. Due to this the extension will be more in line with Spring(Cloud)'s current versioning approach.

This PR resolves #21

- Change axon version to 4.4.1
- Move from specific cloud versions to the release train
- Add spring-cloud-dependencies to dependency management
- Upgrade spring to 5.2.8.RELEASE
- Upgrade springboot to 2.3.2.RELEASE
- Upgrade slf4j to 1.7.30
- Upgrade mockito to 3.4.6
- Upgrade jackson to 2.11.2
- Add commons.io, javax.jaxb-api and guava-collections to properties
- Upgrade commons.io to 2.7
- Upgrade javax.jaxb-api to 2.3.1
- Upgrade spring-boot-starters to 2.2.9.RELEASE

#21
@sonarcloud
Copy link

sonarcloud bot commented Aug 14, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

warning The version of Java (1.8.0_242) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11.
Read more here

Copy link
Contributor

@lfgcampos lfgcampos left a comment

Choose a reason for hiding this comment

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

LGTM

@smcvb smcvb merged commit 47a1f17 into master Aug 17, 2020
@smcvb smcvb deleted the feature/21 branch August 17, 2020 09:51
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.

Upgrade to latest Spring Cloud Common version
3 participants