@@ -28,23 +28,23 @@ repositories {
2828
2929dependencies {
3030 // main dependencies
31- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17 .1" )
31+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.20 .1" )
3232 implementation(" io.arrow-kt:arrow-core:1.2.4" )
33- implementation(" org.apache.commons:commons-text:1.11 .0" )
34- implementation(" org.apache.commons:commons-math3:3.6" )
33+ implementation(" org.apache.commons:commons-text:1.14 .0" )
34+ implementation(" org.apache.commons:commons-math3:3.6.1 " )
3535 implementation(" org.apache.commons:commons-geometry-core:1.0" )
3636 implementation(" org.apache.commons:commons-geometry-euclidean:1.0" )
3737 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1" )
38- implementation(" tools.aqua:z3-turnkey:4.13.0 " )
38+ implementation(" tools.aqua:z3-turnkey:4.14.1 " )
3939 implementation(" org.jgrapht:jgrapht-core:1.5.2" )
4040
4141 // used for generating skeletons
4242 implementation(" com.squareup:kotlinpoet:1.18.1" )
4343
4444 // dependency injection library and annotation procressing
45- implementation(" com.google.dagger:dagger:2.51 " )
46- kapt(" com.google.dagger:dagger-compiler:2.51 " )
47- kaptTest(" com.google.dagger:dagger-compiler:2.51 " )
45+ implementation(" com.google.dagger:dagger:2.57.2 " )
46+ kapt(" com.google.dagger:dagger-compiler:2.57.2 " )
47+ kaptTest(" com.google.dagger:dagger-compiler:2.57.2 " )
4848
4949 // test libraries
5050 testImplementation(kotlin(" test" ))
@@ -74,7 +74,7 @@ tasks.jacocoTestReport {
7474}
7575
7676jacoco {
77- toolVersion = " 0.8.11 "
77+ toolVersion = " 0.8.14 "
7878}
7979
8080sourceSets {
0 commit comments