11[versions ]
2- assertj = " 3.27.3 "
2+ assertj = " 3.27.4 "
33codemodel = " 4.0.5"
44commons-csv = " 1.14.1"
55commons-math4-legacy = " 4.0-beta1"
@@ -11,10 +11,12 @@ commons-rng-sampling = "1.6"
1111commons-rng-simple = " 1.6"
1212commons-statistics-descriptive = " 1.1"
1313commons-statistics-distribution = " 1.1"
14- equalsverifier = " 4.0.7"
14+ equalsverifier = " 4.0.9"
15+ facilejdbc = " 2.1.1"
1516guava = " 33.4.8-jre"
17+ h2 = " 2.3.232"
1618jackson = " 2.19.2"
17- jackson-databind-nullable = " 0.2.6 "
19+ jackson-databind-nullable = " 0.2.7 "
1820jackson-datatype-jsr310 = " 2.19.2"
1921jacoco-agent = " 0.8.13"
2022jakarta-annotation-api = " 3.0.0"
@@ -23,27 +25,25 @@ javacsv = "2.0"
2325jexl = " 3.5.0"
2426jmh = " 0.7.3"
2527jpx = " 3.2.1"
28+ lombok = " 8.14.2"
2629mvel = " 2.5.2.Final"
27- nashorn = " 15.6 "
30+ nashorn = " 15.7 "
2831openapi-generator = " 7.14.0"
2932opencsv = " 5.12.0"
3033prngine = " 2.0.0"
31- reactor-core = " 3.7.8 "
34+ reactor-core = " 3.7.9 "
3235rxjava = " 2.2.21"
3336supercsv = " 2.4.0"
34- swagger-models = " 2.2.35 "
35- swagger-parser = " 2.1.31 "
37+ swagger-models = " 2.2.36 "
38+ swagger-parser = " 2.1.32 "
3639testng = " 7.11.0"
3740version-catalog-update = " 1.0.0"
38- lombok = " 8.14.2"
39- facilejdbc = " 2.1.1"
40- h2 = " 2.2.224"
4141
4242[plugins ]
4343jmh = { id = " me.champeau.jmh" , version.ref = " jmh" }
44+ lombok = { id = " io.freefair.lombok" , version.ref = " lombok" }
4445openapi-generator = { id = " org.openapi.generator" , version.ref = " openapi-generator" }
4546version-catalog-update = { id = " nl.littlerobots.version-catalog-update" , version.ref = " version-catalog-update" }
46- lombok = { id = " io.freefair.lombok" , version.ref = " lombok" }
4747
4848[libraries ]
4949assertj-core = { module = " org.assertj:assertj-core" , version.ref = " assertj" }
@@ -59,7 +59,9 @@ commons-rng-simple = { module = "org.apache.commons:commons-rng-simple", version
5959commons-statistics-descriptive = { module = " org.apache.commons:commons-statistics-descriptive" , version.ref = " commons-statistics-descriptive" }
6060commons-statistics-distribution = { module = " org.apache.commons:commons-statistics-distribution" , version.ref = " commons-statistics-distribution" }
6161equalsverifier = { module = " nl.jqno.equalsverifier:equalsverifier" , version.ref = " equalsverifier" }
62+ facilejdbc = { module = " io.jenetics:facilejdbc" , version.ref = " facilejdbc" }
6263guava = { module = " com.google.guava:guava" , version.ref = " guava" }
64+ h2 = { module = " com.h2database:h2" , version.ref = " h2" }
6365jackson-annotations = { module = " com.fasterxml.jackson.core:jackson-annotations" , version.ref = " jackson" }
6466jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" , version.ref = " jackson" }
6567jackson-databind-nullable = { module = " org.openapitools:jackson-databind-nullable" , version.ref = " jackson-databind-nullable" }
@@ -80,5 +82,3 @@ supercsv = { module = "net.sf.supercsv:super-csv", version.ref = "supercsv" }
8082swagger-models = { module = " io.swagger.core.v3:swagger-models" , version.ref = " swagger-models" }
8183swagger-parser = { module = " io.swagger.parser.v3:swagger-parser" , version.ref = " swagger-parser" }
8284testng = { module = " org.testng:testng" , version.ref = " testng" }
83- facilejdbc = { module = " io.jenetics:facilejdbc" , version.ref = " facilejdbc" }
84- h2 = { module = " com.h2database:h2" , version.ref = " h2" }
0 commit comments