<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.3.8.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot', version='2.3.8.RELEASE')
)