<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-buildpack-platform</artifactId>
<version>3.2.7</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-buildpack-platform" % "3.2.7"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-buildpack-platform', version='3.2.7')
)
<dependency org="org.springframework.boot" name="spring-boot-buildpack-platform" rev="3.2.7" />
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.14.2
|-- com.fasterxml.jackson.module:jackson-module-parameter-names:2.14.2
|-- net.java.dev.jna:jna-platform:5.13.0
|-- org.apache.commons:commons-compress:1.21
|-- org.apache.httpcomponents.client5:httpclient5:5.2.3