Skip to content

Commit

Permalink
* mongo: update driver to 5.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: neo <[email protected]>
  • Loading branch information
neowu committed Dec 31, 2024
1 parent 8a0fb3a commit f88282f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 9.1.5 (11/11/2024 - )

* log-exporter: change gsutil to "gcloud storage"
* mongo: update driver to 5.2.1

> gsutil is deprecated and requires old version of python
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ project("core-ng-mongo") {
apply(plugin = "lib")
dependencies {
api(project(":core-ng"))
api("org.mongodb:mongodb-driver-sync:5.1.2")
api("org.mongodb:mongodb-driver-sync:5.2.1")
testImplementation(project(":core-ng-test"))
}
}
Expand All @@ -71,7 +71,7 @@ project("core-ng-mongo-test") {
dependencies {
implementation(project(":core-ng-test"))
implementation(project(":core-ng-mongo"))
implementation("de.bwaldvogel:mongo-java-server:1.45.0")
implementation("de.bwaldvogel:mongo-java-server:1.46.0")
}
}

Expand Down
4 changes: 2 additions & 2 deletions docker/es/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.15.0
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
volumes:
- ./log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties
ports:
Expand All @@ -15,7 +15,7 @@ services:
- xpack.ml.enabled=false
- ingest.geoip.downloader.enabled=false
kibana:
image: docker.elastic.co/kibana/kibana:8.15.0
image: docker.elastic.co/kibana/kibana:8.17.0
ports:
- 5601:5601
environment:
Expand Down

0 comments on commit f88282f

Please sign in to comment.