1
1
[versions ]
2
2
ch-qos-logback = " 1.4.11"
3
- io-projectreactor = " 3.4.34"
4
3
jakarta-websocket = " 2.1.1"
5
4
org-apache-derby = " 10.16.1.1"
6
5
org-codehaus-groovy = " 3.0.19"
7
6
org-gretty = " 4.1.1"
8
7
org-mongodb = " 4.8.2"
9
8
org-slf4j = " 2.0.9"
10
- org-springframework-boot = " 3.0.13"
11
9
org-testcontainers = " 1.17.6"
12
10
13
11
[libraries ]
@@ -26,8 +24,6 @@ com-zaxxer-HikariCP = "com.zaxxer:HikariCP:5.0.1"
26
24
edu-umd-cs-mtc-multithreadedtc = " edu.umd.cs.mtc:multithreadedtc:1.01"
27
25
io-lettuce-lettuce-core = " io.lettuce:lettuce-core:6.2.7.RELEASE"
28
26
io-projectreactor-reactor-bom = " io.projectreactor:reactor-bom:2022.0.13"
29
- io-projectreactor-reactor-core = { module = " io.projectreactor:reactor-core" , version.ref = " io-projectreactor" }
30
- io-projectreactor-reactor-test = { module = " io.projectreactor:reactor-test" , version.ref = " io-projectreactor" }
31
27
io-spring-javaformat-spring-javaformat-checkstyle = " io.spring.javaformat:spring-javaformat-checkstyle:0.0.40"
32
28
io-spring-nohttp-nohttp-checkstyle = " io.spring.nohttp:nohttp-checkstyle:0.0.11"
33
29
jakarta-servlet-jakarta-servlet-api = " jakarta.servlet:jakarta.servlet-api:6.0.0"
@@ -52,9 +48,6 @@ org-gretty-gretty-starter = { module = "org.gretty:gretty-starter", version.ref
52
48
org-hamcrest = " org.hamcrest:hamcrest:2.2"
53
49
org-hsqldb = " org.hsqldb:hsqldb:2.7.2"
54
50
org-junit-junit-bom = " org.junit:junit-bom:5.8.2"
55
- org-junit-jupiter-junit-jupiter-api = " org.junit.jupiter:junit-jupiter-api:5.9.3"
56
- org-junit-jupiter-junit-jupiter-engine = " org.junit.jupiter:junit-jupiter-engine:5.9.3"
57
- org-junit-jupiter-junit-jupiter-params = " org.junit.jupiter:junit-jupiter-params:5.9.3"
58
51
org-mariadb-jdbc-mariadb-java-client = " org.mariadb.jdbc:mariadb-java-client:3.0.11"
59
52
org-mockito-mockito-bom = " org.mockito:mockito-bom:4.8.1"
60
53
org-mongodb-mongodb-driver-core = { module = " org.mongodb:mongodb-driver-core" , version.ref = " org-mongodb" }
@@ -67,32 +60,10 @@ org-skyscreamer-jsonassert = "org.skyscreamer:jsonassert:1.5.1"
67
60
org-slf4j-jcl-over-slf4j = { module = " org.slf4j:jcl-over-slf4j" , version.ref = " org-slf4j" }
68
61
org-slf4j-log4j-over-slf4j = { module = " org.slf4j:log4j-over-slf4j" , version.ref = " org-slf4j" }
69
62
org-slf4j-slf4j-api = { module = " org.slf4j:slf4j-api" , version.ref = " org-slf4j" }
70
- org-springframework-boot-spring-boot-devtools = { module = " org.springframework.boot:spring-boot-devtools" , version.ref = " org-springframework-boot" }
71
- org-springframework-boot-spring-boot-gradle-plugin = { module = " org.springframework.boot:spring-boot-gradle-plugin" , version.ref = " org-springframework-boot" }
72
- org-springframework-boot-spring-boot-starter-actuator = { module = " org.springframework.boot:spring-boot-starter-actuator" , version.ref = " org-springframework-boot" }
73
- org-springframework-boot-spring-boot-starter-data-jpa = { module = " org.springframework.boot:spring-boot-starter-data-jpa" , version.ref = " org-springframework-boot" }
74
- org-springframework-boot-spring-boot-starter-data-mongodb = { module = " org.springframework.boot:spring-boot-starter-data-mongodb" , version.ref = " org-springframework-boot" }
75
- org-springframework-boot-spring-boot-starter-data-mongodb-reactive = { module = " org.springframework.boot:spring-boot-starter-data-mongodb-reactive" , version.ref = " org-springframework-boot" }
76
- org-springframework-boot-spring-boot-starter-data-redis = { module = " org.springframework.boot:spring-boot-starter-data-redis" , version.ref = " org-springframework-boot" }
77
- org-springframework-boot-spring-boot-starter-security = { module = " org.springframework.boot:spring-boot-starter-security" , version.ref = " org-springframework-boot" }
78
- org-springframework-boot-spring-boot-starter-test = { module = " org.springframework.boot:spring-boot-starter-test" , version.ref = " org-springframework-boot" }
79
- org-springframework-boot-spring-boot-starter-thymeleaf = { module = " org.springframework.boot:spring-boot-starter-thymeleaf" , version.ref = " org-springframework-boot" }
80
- org-springframework-boot-spring-boot-starter-validation = { module = " org.springframework.boot:spring-boot-starter-validation" , version.ref = " org-springframework-boot" }
81
- org-springframework-boot-spring-boot-starter-web = { module = " org.springframework.boot:spring-boot-starter-web" , version.ref = " org-springframework-boot" }
82
- org-springframework-boot-spring-boot-starter-webflux = { module = " org.springframework.boot:spring-boot-starter-webflux" , version.ref = " org-springframework-boot" }
83
- org-springframework-boot-spring-boot-starter-websocket = { module = " org.springframework.boot:spring-boot-starter-websocket" , version.ref = " org-springframework-boot" }
84
63
org-springframework-data-spring-data-bom = " org.springframework.data:spring-data-bom:2022.0.12"
85
64
org-springframework-security-spring-security-bom = " org.springframework.security:spring-security-bom:6.1.5"
86
65
org-springframework-spring-framework-bom = " org.springframework:spring-framework-bom:6.0.14"
87
- org-springframework-springloaded = " org.springframework:springloaded:1.2.8.RELEASE"
88
66
org-testcontainers-testcontainers-bom = { module = " org.testcontainers:testcontainers-bom" , version.ref = " org-testcontainers" }
89
- org-testcontainers-db2 = { module = " org.testcontainers:db2" , version.ref = " org-testcontainers" }
90
- org-testcontainers-mariadb = { module = " org.testcontainers:mariadb" , version.ref = " org-testcontainers" }
91
- org-testcontainers-mongodb = { module = " org.testcontainers:mongodb" , version.ref = " org-testcontainers" }
92
- org-testcontainers-mssqlserver = { module = " org.testcontainers:mssqlserver" , version.ref = " org-testcontainers" }
93
- org-testcontainers-mysql = { module = " org.testcontainers:mysql" , version.ref = " org-testcontainers" }
94
- org-testcontainers-oracle-xe = { module = " org.testcontainers:oracle-xe" , version.ref = " org-testcontainers" }
95
- org-testcontainers-postgresql = { module = " org.testcontainers:postgresql" , version.ref = " org-testcontainers" }
96
67
org-thymeleaf-extras-thymeleaf-extras-springsecurity6 = " org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE"
97
68
org-webjars-bootstrap = " org.webjars:bootstrap:2.3.2"
98
69
org-webjars-html5shiv = " org.webjars:html5shiv:3.7.3-1"
@@ -102,9 +73,3 @@ org-webjars-stomp-websocket = "org.webjars:stomp-websocket:2.3.4"
102
73
org-webjars-webjars-locator-core = " org.webjars:webjars-locator-core:0.52"
103
74
104
75
[plugins ]
105
- io-spring-antora-generate-antora-yml = " io.spring.antora.generate-antora-yml:0.0.1"
106
- nl-littlerobots-version-catalog-update = " nl.littlerobots.version-catalog-update:0.8.1"
107
- org-antora = " org.antora:1.0.0"
108
- org-gretty = " org.gretty:4.1.1"
109
- org-springframework-boot = " org.springframework.boot:3.0.13"
110
- org-springframework-boot-aot = " org.springframework.boot.aot:3.0.13"
0 commit comments