i work with a spring-boot project,
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.4.RELEASE</version>
</parent>
How can i check.. :
- which version of hibernate is linked to my project ?
- which version of spring-data is linked to my project ?
could you explain me the good workflow in my Eclipse IDE to check this ?