Skip to content

Commit 7996754

Browse files
committed
Upgrade libs
1 parent 5ba6fc1 commit 7996754

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,24 @@ testcontainers-base = { module = "org.testcontainers:testcontainers" }
2222
testcontainers-postgresql = { module = "org.testcontainers:postgresql" }
2323
testcontainers-mysql = { module = "org.testcontainers:mysql" }
2424
testcontainers-junit-jupiter = { module = "org.testcontainers:junit-jupiter" }
25-
datasource-hikaricp = { module = "com.zaxxer:HikariCP", version = "4.0.3" }
25+
datasource-hikaricp = { module = "com.zaxxer:HikariCP", version = "5.1.0" }
2626
datasource-proxy = { module = "net.ttddyy:datasource-proxy", version = "1.10" }
27-
postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
28-
mysql = { module = "com.mysql:mysql-connector-j", version = "8.3.0" }
27+
postgresql = { module = "org.postgresql:postgresql", version = "42.7.8" }
28+
mysql = { module = "com.mysql:mysql-connector-j", version = "9.4.0" }
2929
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.12" }
3030
hibernate-orm-v61 = { group = "org.hibernate.orm", name = "hibernate-core", version = "6.1.7.Final" }
31-
hibernate-orm-v62 = { group = "org.hibernate.orm", name = "hibernate-core", version = "6.2.36.Final" }
31+
hibernate-orm-v62 = { group = "org.hibernate.orm", name = "hibernate-core", version = "6.2.46.Final" }
3232
hibernate-orm-v63 = { group = "org.hibernate.orm", name = "hibernate-core", version = "6.3.2.Final" }
3333
hibernate-orm-v64 = { group = "org.hibernate.orm", name = "hibernate-core", version = "6.4.10.Final" }
3434
hibernate-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.26.Final" }
35+
hibernate-orm-v66 = { group = "org.hibernate.orm", name = "hibernate-core", version = "6.6.31.Final" }
3636
hibernate-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.0.Final" }
37+
hibernate-orm-v71 = { group = "org.hibernate.orm", name = "hibernate-core", version = "7.1.2.Final" }
3838
hypersistence-utils-hibernate61 = { group = "io.hypersistence", name = "hypersistence-utils-hibernate-60", version = "3.9.4" }
3939
hypersistence-utils-hibernate62 = { group = "io.hypersistence", name = "hypersistence-utils-hibernate-62", version = "3.9.4" }
40-
hypersistence-utils-hibernate63 = { group = "io.hypersistence", name = "hypersistence-utils-hibernate-63", version = "3.10.3" }
41-
hypersistence-utils-hibernate70 = { group = "io.hypersistence", name = "hypersistence-utils-hibernate-70", version = "3.10.3" }
40+
hypersistence-utils-hibernate63 = { group = "io.hypersistence", name = "hypersistence-utils-hibernate-63", version = "3.11.0" }
41+
hypersistence-utils-hibernate70 = { group = "io.hypersistence", name = "hypersistence-utils-hibernate-70", version = "3.11.0" }
42+
hypersistence-utils-hibernate71 = { group = "io.hypersistence", name = "hypersistence-utils-hibernate-71", version = "3.11.0" }
4243
hypersistence-tsid = { module = "io.hypersistence:hypersistence-tsid", version = "2.1.4" }
4344
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.0" }
4445
swagger-v3-core-jakarta = { module = "io.swagger.core.v3:swagger-core-jakarta", version = "2.2.35" }

testing/testing-typed-ids-spring-data-indexed/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
dependencies {
66
implementation(project(":typed-ids-hibernate-63"))
77

8-
api(platform("org.springframework.boot:spring-boot-dependencies:3.4.5"))
8+
api(platform("org.springframework.boot:spring-boot-dependencies:3.4.10"))
99
api("org.springframework.boot:spring-boot-starter-data-jpa")
1010

1111
annotationProcessor(project(":typed-ids-index-java-classes-processor"))

testing/testing-typed-ids-springdoc-openapi/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation(project(":typed-ids"))
1111
implementation(project(":typed-ids-openapi-springdoc"))
1212

13-
api(platform("org.springframework.boot:spring-boot-dependencies:3.4.5"))
13+
api(platform("org.springframework.boot:spring-boot-dependencies:3.4.10"))
1414
api("org.springframework.boot:spring-boot-starter-web")
1515
api("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.8")
1616

0 commit comments

Comments
 (0)