Skip to content

Commit 2cf39d3

Browse files
Merge branch '3.0.x' into 3.1.x
2 parents 2750f1f + 03eaf7d commit 2cf39d3

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
[versions]
22
ch-qos-logback = "1.4.11"
3-
io-projectreactor = "3.4.34"
43
jakarta-websocket = "2.1.1"
54
org-apache-derby = "10.16.1.1"
65
org-codehaus-groovy = "3.0.19"
76
org-gretty = "4.1.1"
87
org-mongodb = "4.8.2"
98
org-slf4j = "2.0.9"
10-
org-springframework-boot = "3.0.13"
119
org-testcontainers = "1.17.6"
1210

1311
[libraries]
@@ -26,8 +24,6 @@ com-zaxxer-HikariCP = "com.zaxxer:HikariCP:5.0.1"
2624
edu-umd-cs-mtc-multithreadedtc = "edu.umd.cs.mtc:multithreadedtc:1.01"
2725
io-lettuce-lettuce-core = "io.lettuce:lettuce-core:6.2.7.RELEASE"
2826
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" }
3127
io-spring-javaformat-spring-javaformat-checkstyle = "io.spring.javaformat:spring-javaformat-checkstyle:0.0.40"
3228
io-spring-nohttp-nohttp-checkstyle = "io.spring.nohttp:nohttp-checkstyle:0.0.11"
3329
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
5248
org-hamcrest = "org.hamcrest:hamcrest:2.2"
5349
org-hsqldb = "org.hsqldb:hsqldb:2.7.2"
5450
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"
5851
org-mariadb-jdbc-mariadb-java-client = "org.mariadb.jdbc:mariadb-java-client:3.0.11"
5952
org-mockito-mockito-bom = "org.mockito:mockito-bom:4.8.1"
6053
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"
6760
org-slf4j-jcl-over-slf4j = { module = "org.slf4j:jcl-over-slf4j", version.ref = "org-slf4j" }
6861
org-slf4j-log4j-over-slf4j = { module = "org.slf4j:log4j-over-slf4j", version.ref = "org-slf4j" }
6962
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" }
8463
org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2022.0.12"
8564
org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.1.5"
8665
org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.0.14"
87-
org-springframework-springloaded = "org.springframework:springloaded:1.2.8.RELEASE"
8866
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" }
9667
org-thymeleaf-extras-thymeleaf-extras-springsecurity6 = "org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.2.RELEASE"
9768
org-webjars-bootstrap = "org.webjars:bootstrap:2.3.2"
9869
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"
10273
org-webjars-webjars-locator-core = "org.webjars:webjars-locator-core:0.52"
10374

10475
[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

Comments
 (0)