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