-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibs.versions.toml
58 lines (55 loc) · 3.53 KB
/
libs.versions.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Copyright 2024-2025 Dataport. All rights reserved. Developed as part of the POSSIBLE project.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
[versions]
springBoot = "3.3.8"
springDependencyManagement = "1.1.7"
springSecurityTest = "6.4.2"
lombok = "1.18.36"
lombokMapStructBinding = "0.2.0"
openApi = "2.6.0"
therApi = "0.15.0"
reactorTest = "3.7.3"
jUnit = "1.11.4"
typescriptGenerator = "3.2.1263"
mapStruct = "1.6.3"
titaniumJsonLd = "1.5.0"
jakartaJson = "2.0.1"
hibernateValidator = "8.0.2.Final"
wiremock = "3.11.0"
[libraries]
springBootStarterActuator = { module = "org.springframework.boot:spring-boot-starter-actuator", version.ref = "springBoot" }
springBootStarterWeb = { module = "org.springframework.boot:spring-boot-starter-web", version.ref = "springBoot" }
springBootStarterWebflux = { module = "org.springframework.boot:spring-boot-starter-webflux", version.ref = "springBoot" }
springBootStarterTest = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "springBoot" }
springBootStarterValidation = { module = "org.springframework.boot:spring-boot-starter-validation", version.ref = "springBoot" }
springBootDevtools = { module = "org.springframework.boot:spring-boot-devtools", version.ref = "springBoot" }
springBootStarterSecurity = { module = "org.springframework.boot:spring-boot-starter-security", version.ref = "springBoot" }
springSecurityTest = { module = "org.springframework.security:spring-security-test", version.ref = "springSecurityTest" }
lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }
lombokMapStructBinding = { module = "org.projectlombok:lombok-mapstruct-binding", version.ref = "lombokMapStructBinding" }
mapStruct = { module = "org.mapstruct:mapstruct", version.ref = "mapStruct" }
mapStructProcessor = { module = "org.mapstruct:mapstruct-processor", version.ref = "mapStruct" }
openApi = { module = "org.springdoc:springdoc-openapi-starter-webmvc-ui", version.ref = "openApi" }
therApi = { module = "com.github.therapi:therapi-runtime-javadoc", version.ref = "therApi" }
therApiScribe = { module = "com.github.therapi:therapi-runtime-javadoc-scribe", version.ref = "therApi" }
reactorTest = { module = "io.projectreactor:reactor-test", version.ref = "reactorTest" }
jUnit = { module = "org.junit.platform:junit-platform-launcher", version.ref = "jUnit" }
titaniumJsonLd = { module = "com.apicatalog:titanium-json-ld-jre8", version.ref = "titaniumJsonLd" }
jakartaJson = { module = "org.glassfish:jakarta.json", version.ref = "jakartaJson" }
hibernateValidator = { module = "org.hibernate:hibernate-validator", version.ref = "hibernateValidator" }
wiremockStandalone = { module = "org.wiremock:wiremock-standalone", version.ref = "wiremock" }
[plugins]
springBoot = { id = "org.springframework.boot", version.ref = "springBoot" }
springDependencyManagement = { id = "io.spring.dependency-management", version.ref = "springDependencyManagement" }
typescriptGenerator = { id = "cz.habarta.typescript-generator", version.ref = "typescriptGenerator" }