13 lines
676 B
TOML
13 lines
676 B
TOML
[versions]
|
|
org-springframework-boot = "3.4.0-SNAPSHOT"
|
|
|
|
[libraries]
|
|
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.0-M6"
|
|
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2024.0.2"
|
|
org-springframework-ldap-spring-ldap-core = "org.springframework.ldap:spring-ldap-core:3.3.0-SNAPSHOT"
|
|
org-springframework-ldap-spring-ldap-test = "org.springframework.ldap:spring-ldap-test:3.3.0-SNAPSHOT"
|
|
|
|
[plugins]
|
|
io-spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.6" }
|
|
org-springframework-boot = { id = "org.springframework.boot", version.ref = "org-springframework-boot" }
|