Skip to content

Commit 7917ed0

Browse files
committed
prepare release 0.7.3
1 parent a95af9d commit 7917ed0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/opensearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sourceSets {
1818
}
1919

2020
dependencies {
21-
implementation 'org.opensearch.client:opensearch-java:2.25.0'
21+
implementation 'org.opensearch.client:opensearch-java:2.26.0'
2222
implementation 'org.apache.httpcomponents.client5:httpclient5:5.5'
2323

2424
implementation('org.codelibs.opensearch:opensearch-runner:2.19.1.0') {

buildSrc/shared.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'de.komoot.photon'
2-
version = '0.7.2'
2+
version = '0.7.3'
33

44
distZip.enabled = false
55
distTar.enabled = false
@@ -42,10 +42,10 @@ sourceSets {
4242
}
4343

4444
dependencies {
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

Comments
 (0)