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

Update Spring Data versions #158

Merged
merged 5 commits into from
Mar 10, 2021
Merged

Update Spring Data versions #158

merged 5 commits into from
Mar 10, 2021

Conversation

roimenashe
Copy link
Member

spring-data-parent 2.3.5-RELEASE -> 2.4.5
spring-data-commons 2.3.5-RELEASE -> 2.4.5
spring-data-keyvalue 2.3.5-RELEASE -> 2.4.5

Added lombok latest version (1.18.18).

spring-data-parent 2.3.5-RELEASE -> 2.4.5
spring-data-commons 2.3.5-RELEASE -> 2.4.5
spring-data-keyvalue 2.3.5-RELEASE -> 2.4.5

Added lombok latest version (1.18.18).
@roimenashe roimenashe added the dependencies Pull requests that update a dependency file label Mar 9, 2021
@roimenashe roimenashe requested review from Aloren and reugn March 9, 2021 09:56
@roimenashe roimenashe self-assigned this Mar 9, 2021
@roimenashe roimenashe linked an issue Mar 9, 2021 that may be closed by this pull request
@roimenashe roimenashe changed the title Update versions: Update Spring Data versions Mar 9, 2021
pom.xml Outdated Show resolved Hide resolved
@reugn reugn added this to the 2.5.0 milestone Mar 10, 2021
pom.xml Outdated
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
Copy link

Choose a reason for hiding this comment

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

it is better to specify dependency with version in dependencyManagement section, this will be used in case there are conflicting versions coming transitively.

@roimenashe roimenashe merged commit ab13f5f into master Mar 10, 2021
@roimenashe roimenashe deleted the feature/upgrade-spring-data branch March 16, 2021 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade Spring Data to 2.4
3 participants