11group = ' de.komoot.photon'
2- version = ' 0.7.2 '
2+ version = ' 0.7.3 '
33
44distZip. enabled = false
55distTar. enabled = false
@@ -42,10 +42,10 @@ sourceSets {
4242}
4343
4444dependencies {
45- implementation ' org.apache.logging.log4j:log4j-core:2.25.0 '
46- implementation ' org.apache.logging.log4j:log4j-api:2.25.0 '
45+ implementation ' org.apache.logging.log4j:log4j-core:2.25.1 '
46+ implementation ' org.apache.logging.log4j:log4j-api:2.25.1 '
4747 implementation ' org.postgresql:postgresql:42.7.7'
48- implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.25.0 '
48+ implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1 '
4949 implementation ' org.jcommander:jcommander:2.0'
5050 // freezing at 5.x for Java 11
5151 implementation ' org.springframework:spring-jdbc:5.3.39'
@@ -56,12 +56,12 @@ dependencies {
5656 implementation ' org.locationtech.jts.io:jts-io-common:1.20.0'
5757 implementation ' io.javalin:javalin:6.7.0'
5858 implementation ' net.postgis:postgis-jdbc:2025.1.1'
59- implementation ' com.fasterxml.jackson.core:jackson-databind:2.19.1 '
59+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.19.2 '
6060
61- testImplementation(platform(" org.junit:junit-bom:5.13.2 " ))
61+ testImplementation(platform(" org.junit:junit-bom:5.13.4 " ))
6262 testImplementation ' com.h2database:h2:2.3.232'
6363 testImplementation ' org.junit.jupiter:junit-jupiter'
64- testImplementation ' org.assertj:assertj-core:3.27.3 '
64+ testImplementation ' org.assertj:assertj-core:3.27.4 '
6565 // freezing at 2.40 for Java 11
6666 testImplementation ' net.javacrumbs.json-unit:json-unit-assertj:2.40.1'
6767
0 commit comments