@@ -42,13 +42,13 @@ dependencies {
4242 implementation(" org.springdoc:springdoc-openapi-kotlin:1.8.0" )
4343
4444 // Serialization
45- implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1 " )
45+ implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.22.0 " )
4646
4747 // Postgres Database
4848 implementation(" org.postgresql:postgresql:42.7.12" )
4949
5050 // Caching with Ehcache https://www.ehcache.org/
51- implementation(" org.ehcache:ehcache:3.11.1 " )
51+ implementation(" org.ehcache:ehcache:3.12.0 " )
5252
5353 // Run Flyway DB migration tool on startup https://flywaydb.org/
5454 implementation(" org.flywaydb:flyway-core:8.5.13" )
@@ -63,13 +63,13 @@ dependencies {
6363 implementation(" dnsjava:dnsjava:3.6.5" )
6464
6565 // Packages required by metrics-lib (org.torproject.descriptor in java module) (JavaDoc: https://metrics.torproject.org/metrics-lib/index.html)
66- implementation(" commons-codec:commons-codec:1.10 " )
67- implementation(" org.apache.commons:commons-compress:1.13 " )
68- implementation(" com.fasterxml.jackson.core:jackson-annotations:2.12.4 " )
69- implementation(" com.fasterxml.jackson.core:jackson-databind:2.12.4 " )
70- implementation(" com.fasterxml.jackson.core:jackson-core:2.12.4 " )
66+ implementation(" commons-codec:commons-codec:1.22.0 " )
67+ implementation(" org.apache.commons:commons-compress:1.28.0 " )
68+ implementation(" com.fasterxml.jackson.core:jackson-annotations:2.22 " )
69+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.22.0 " )
70+ implementation(" com.fasterxml.jackson.core:jackson-core:2.22.0 " )
7171 implementation(" org.slf4j:slf4j-api:1.7.36" )
72- implementation(" org.tukaani:xz:1.6 " )
72+ implementation(" org.tukaani:xz:1.12 " )
7373
7474 // Testing JUnit and Kotest (https://kotest.io/)
7575 testImplementation(" org.springframework.boot:spring-boot-starter-test" ) {
0 commit comments