Skip to content

Commit 3ce6321

Browse files
authored
Merge pull request #80 from TrueNine/dev
v0.0.49
2 parents 6c26348 + e972a99 commit 3ce6321

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ org-springframework-modulith = "2.0.0"
5656
org-springframework-security = "7.0.0"
5757
org-testcontainers = "1.21.3"
5858
org-testng = "7.11.0"
59-
project = "0.0.48"
59+
project = "0.0.49"
6060
com-netflix-dgs-codegen = "8.2.1"
6161

6262
[libraries]
@@ -304,6 +304,8 @@ org-springframework-boot-spring-boot-starter-data-redis = { module = "org.spring
304304
org-springframework-boot-spring-boot-starter-data-redis-reactive = { module = "org.springframework.boot:spring-boot-starter-data-redis-reactive", version.ref = "org-springframework-boot" }
305305
org-springframework-boot-spring-boot-starter-jdbc = { module = "org.springframework.boot:spring-boot-starter-jdbc", version.ref = "org-springframework-boot" }
306306
org-springframework-boot-spring-boot-starter-jdbc-test = { module = "org.springframework.boot:spring-boot-starter-jdbc-test", version.ref = "org-springframework-boot" }
307+
org-springframework-boot-spring-boot-starter-security-test = { module = "org.springframework.boot:spring-boot-starter-security-test", version.ref = "org-springframework-boot" }
308+
org-springframework-boot-spring-boot-starter-webmvc-test = { module = "org.springframework.boot:spring-boot-starter-webmvc-test", version.ref = "org-springframework-boot" }
307309
org-springframework-boot-spring-boot-starter-json = { module = "org.springframework.boot:spring-boot-starter-json", version.ref = "org-springframework-boot" }
308310
org-springframework-boot-spring-boot-starter-logging = { module = "org.springframework.boot:spring-boot-starter-logging", version.ref = "org-springframework-boot" }
309311
org-springframework-boot-spring-boot-starter-security = { module = "org.springframework.boot:spring-boot-starter-security", version.ref = "org-springframework-boot" }

0 commit comments

Comments
 (0)