11[versions ]
22asm = " 9.8"
33hamcrest = " 3.0"
4- jackson = " 2.19.1 "
4+ jackson = " 2.19.2 "
55jetbrains-annotations = " 26.0.2"
66jmh = " 1.37"
77junit = " 5.13.2"
88logback = " 1.5.18"
99lombok = " 1.18.38"
10- pcollections = " 4 .0.2 "
10+ pcollections = " 5 .0.0 "
1111slf4j = " 2.0.17"
1212spring-boot = " 3.5.3"
1313testcontainers = " 1.21.3"
@@ -17,7 +17,7 @@ asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
1717asm-util = { module = " org.ow2.asm:asm-util" , version.ref = " asm" }
1818hamcrest = { module = " org.hamcrest:hamcrest" , version.ref = " hamcrest" }
1919hamcrest-library = { module = " org.hamcrest:hamcrest-library" , version.ref = " hamcrest" }
20- hikari = { module = " com.zaxxer:HikariCP" , version = " 6.3 .0" }
20+ hikari = { module = " com.zaxxer:HikariCP" , version = " 7.0 .0" }
2121jackson-annotations = { module = " com.fasterxml.jackson.core:jackson-annotations" , version.ref = " jackson" }
2222jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" , version.ref =" jackson" }
2323jetbrains-annotations = { module = " org.jetbrains:annotations" , version.ref =" jetbrains-annotations" }
@@ -34,14 +34,14 @@ logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "lo
3434lombok = { module = " org.projectlombok:lombok" , version.ref = " lombok" }
3535mongodb = { module = " org.mongodb:mongodb-driver-sync" , version =" 5.5.1" }
3636mysql = { module = " com.mysql:mysql-connector-j" , version = " 9.3.0" }
37- opentelemetry = { module =" io.opentelemetry:opentelemetry-sdk" , version =" 1.51 .0" }
37+ opentelemetry = { module =" io.opentelemetry:opentelemetry-sdk" , version =" 1.52 .0" }
3838pcollections = { module = " org.pcollections:pcollections" , version.ref =" pcollections" }
3939postgresql = { module = " org.postgresql:postgresql" , version = " 42.7.7" }
4040slf4j-api = { module = " org.slf4j:slf4j-api" , version.ref = " slf4j" }
4141spring-boot-annotation-processor = { module =" org.springframework.boot:spring-boot-configuration-processor" , version.ref =" spring-boot" }
4242spring-boot-starter-web = { module =" org.springframework.boot:spring-boot-starter-web" , version.ref =" spring-boot" }
4343spring-boot-starter-test = { module =" org.springframework.boot:spring-boot-starter-test" , version.ref =" spring-boot" }
44- sqlite = { module = " org.xerial:sqlite-jdbc" , version = " 3.50.2 .0" }
44+ sqlite = { module = " org.xerial:sqlite-jdbc" , version = " 3.50.3 .0" }
4545testcontainers = { module = " org.testcontainers:testcontainers" , version.ref = " testcontainers" }
4646testcontainers-junit = { module = " org.testcontainers:junit-jupiter" , version.ref = " testcontainers" }
4747testcontainers-mongodb = { module = " org.testcontainers:mongodb" , version.ref = " testcontainers" }
@@ -51,4 +51,4 @@ testcontainers-toxiproxy = { module = "org.testcontainers:toxiproxy", version.re
5151
5252[plugins ]
5353nexus = { id = " io.github.gradle-nexus.publish-plugin" , version =" 2.0.0" }
54- spotbugs = { id = " com.github.spotbugs" , version = " 6.2.1 " }
54+ spotbugs = { id = " com.github.spotbugs" , version = " 6.2.2 " }
0 commit comments