<dependency>
<groupId>org.springframework.credhub</groupId>
<artifactId>spring-credhub-core</artifactId>
<version>3.2.0</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.credhub', module='spring-credhub-core', version='3.2.0')
)
compile
|-- org.springframework:spring-core:6.1.11
|-- org.springframework:spring-beans:6.1.11
|-- org.springframework:spring-context:6.1.11
|-- org.springframework:spring-web:6.1.11
|-- com.fasterxml.jackson.core:jackson-databind:2.15.4
|-- org.springframework.security:spring-security-oauth2-client:6.2.5
runtime
|-- org.springframework:spring-webflux:6.1.11
|-- io.projectreactor.netty:reactor-netty:1.1.21
|-- org.springframework.security:spring-security-config:6.2.5