|
1 | 1 | [versions]
|
2 |
| -com-fasterxml-jackson-core-jackson-databind = "2.17.2" |
3 |
| -io-swagger-core-v3-swagger-annotations = "2.2.23" |
4 |
| -io-swagger-core-v3-swagger-models = "2.2.23" |
| 2 | +com-fasterxml-jackson-core-jackson-databind = "2.18.1" |
| 3 | +io-swagger-core-v3-swagger-annotations = "2.2.25" |
| 4 | +io-swagger-core-v3-swagger-models = "2.2.25" |
5 | 5 | jakarta-validation-jakarta-validation-api = "3.1.0"
|
6 | 6 | junit-junit = "4.13.2"
|
7 | 7 | org-liquibase-liquibase-core = "4.29.2"
|
8 | 8 | org-openapitools-jackson-databind-nullable = "0.2.6"
|
9 | 9 | org-postgresql-postgresql = "42.7.4"
|
10 | 10 | org-springdoc-springdoc-openapi-starter-webmvc-ui = "2.6.0"
|
11 |
| -org-springframework-boot-spring-boot = "3.3.4" |
12 |
| -org-springframework-boot-spring-boot-starter-jdbc = "3.3.4" |
13 |
| -org-springframework-boot-spring-boot-starter-test = "3.3.4" |
14 |
| -org-springframework-boot-spring-boot-starter-web = "3.3.4" |
15 |
| -org-springframework-spring-context = "6.1.13" |
16 |
| -org-springframework-spring-web = "6.1.13" |
17 |
| -org-testcontainers-postgresql = "1.20.1" |
| 11 | +org-springframework-boot-spring-boot = "3.3.5" |
| 12 | +org-springframework-boot-spring-boot-starter-jdbc = "3.3.5" |
| 13 | +org-springframework-boot-spring-boot-starter-test = "3.3.5" |
| 14 | +org-springframework-boot-spring-boot-starter-web = "3.3.5" |
| 15 | +org-springframework-spring-context = "6.1.14" |
| 16 | +org-springframework-spring-web = "6.1.14" |
| 17 | +org-testcontainers-postgresql = "1.20.3" |
18 | 18 |
|
19 | 19 | [libraries]
|
20 | 20 | com-fasterxml-jackson-core-jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "com-fasterxml-jackson-core-jackson-databind" }
|
|
0 commit comments