-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibs.versions.toml
More file actions
21 lines (19 loc) · 1.15 KB
/
libs.versions.toml
File metadata and controls
21 lines (19 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[versions]
sptringboot-version = "4.0.6"
sptringboot-dm-version = "1.1.7"
graalvm-version = "0.11.5"
logback-ecs-version = "1.7.0"
webauthn4j-version = "0.31.3.RELEASE"
thymeleafSpringSecurity-version = "3.1.5.RELEASE"
mjml4j-version = "1.1.5"
htmlcompressor-version = "1.5.2"
[libraries]
logbackEcs = { group = "co.elastic.logging", name = "logback-ecs-encoder", version.ref = "logback-ecs-version" }
webauthn4j = { group = "com.webauthn4j", name = "webauthn4j-core", version.ref = "webauthn4j-version" }
thymeleafSpringSecurity = { group = "org.thymeleaf.extras", name = "thymeleaf-extras-springsecurity6", version.ref = "thymeleafSpringSecurity-version" }
mjml4j = { group = "ch.digitalfondue.mjml4j", name = "mjml4j", version.ref = "mjml4j-version" }
htmlcompressor = { group = "com.googlecode.htmlcompressor", name = "htmlcompressor", version.ref = "htmlcompressor-version" }
[plugins]
sptringboot = { id = "org.springframework.boot", version.ref = "sptringboot-version" }
sptringbootDependencyManagement = { id = "io.spring.dependency-management", version.ref = "sptringboot-dm-version" }
graalvm = { id = "org.graalvm.buildtools.native", version.ref = "graalvm-version" }