@@ -4,9 +4,10 @@ errorProne = "2.35.1"
44junit-jupiter = " 5.10.3"
55jackson = " 2.18.1"
66testcontainers = " 1.20.3"
7+ springBoot = " 3.5.8"
78
89[libraries ]
9- uuidGenerator = { module = " com.fasterxml.uuid:java-uuid-generator" , version = " 5.1.0 " }
10+ uuidGenerator = { module = " com.fasterxml.uuid:java-uuid-generator" , version = " 5.1.1 " }
1011jetbrains-annotations = { module = " org.jetbrains:annotations" , version = " 26.0.2" }
1112jackson-databind = { group = " com.fasterxml.jackson.core" , name = " jackson-databind" , version.ref = " jackson" }
1213jackson-annotations = { group = " com.fasterxml.jackson.core" , name = " jackson-annotations" , version.ref = " jackson" }
@@ -32,17 +33,17 @@ hibernate-orm-v62 = { group = "org.hibernate.orm", name = "hibernate-core", vers
3233hibernate-orm-v63 = { group = " org.hibernate.orm" , name = " hibernate-core" , version = " 6.3.2.Final" }
3334hibernate-orm-v64 = { group = " org.hibernate.orm" , name = " hibernate-core" , version = " 6.4.10.Final" }
3435hibernate-orm-v65 = { group = " org.hibernate.orm" , name = " hibernate-core" , version = " 6.5.3.Final" }
35- hibernate-orm-v66 = { group = " org.hibernate.orm" , name = " hibernate-core" , version = " 6.6.31 .Final" }
36+ hibernate-orm-v66 = { group = " org.hibernate.orm" , name = " hibernate-core" , version = " 6.6.36 .Final" }
3637hibernate-orm-v70 = { group = " org.hibernate.orm" , name = " hibernate-core" , version = " 7.0.10.Final" }
37- hibernate-orm-v71 = { group = " org.hibernate.orm" , name = " hibernate-core" , version = " 7.1.2 .Final" }
38+ hibernate-orm-v71 = { group = " org.hibernate.orm" , name = " hibernate-core" , version = " 7.1.9 .Final" }
3839hibernate-models-v70 = { group = " org.hibernate.models" , name = " hibernate-models" , version = " 1.0.0" }
3940hypersistence-utils-hibernate61 = { group = " io.hypersistence" , name = " hypersistence-utils-hibernate-60" , version = " 3.9.4" }
4041hypersistence-utils-hibernate62 = { group = " io.hypersistence" , name = " hypersistence-utils-hibernate-62" , version = " 3.9.4" }
41- hypersistence-utils-hibernate63 = { group = " io.hypersistence" , name = " hypersistence-utils-hibernate-63" , version = " 3.11 .0" }
42- hypersistence-utils-hibernate70 = { group = " io.hypersistence" , name = " hypersistence-utils-hibernate-70" , version = " 3.11 .0" }
43- hypersistence-utils-hibernate71 = { group = " io.hypersistence" , name = " hypersistence-utils-hibernate-71" , version = " 3.11 .0" }
42+ hypersistence-utils-hibernate63 = { group = " io.hypersistence" , name = " hypersistence-utils-hibernate-63" , version = " 3.12 .0" }
43+ hypersistence-utils-hibernate70 = { group = " io.hypersistence" , name = " hypersistence-utils-hibernate-70" , version = " 3.12 .0" }
44+ hypersistence-utils-hibernate71 = { group = " io.hypersistence" , name = " hypersistence-utils-hibernate-71" , version = " 3.12 .0" }
4445hypersistence-tsid = { module = " io.hypersistence:hypersistence-tsid" , version = " 2.1.4" }
4546kotlinx-serialization = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version = " 1.7.0" }
4647swagger-v3-core-jakarta = { module = " io.swagger.core.v3:swagger-core-jakarta" , version = " 2.2.35" }
4748springdoc-openapi-starter-common = { module = " org.springdoc:springdoc-openapi-starter-common" , version = " 2.1.0" }
48- springdoc-openapi-spring-configuration-processor = { module = " org.springframework.boot:spring-boot-configuration-processor" , version = " 3.0.5 " }
49+ springdoc-openapi-spring-configuration-processor = { module = " org.springframework.boot:spring-boot-configuration-processor" , version.ref = " springBoot " }
0 commit comments