Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
[RFR-405] Revert vertx upgrade (bug in latest version)
Browse files Browse the repository at this point in the history
  • Loading branch information
hb0 committed Apr 21, 2023
1 parent b5ef560 commit f78ab65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= API Library

image:https://img.shields.io/badge/vert.x-4.4.0-purple.svg[link="https://vertx.io"]
image:https://img.shields.io/badge/vert.x-4.3.6-purple.svg[link="https://vertx.io"]
image:https://github.com/cyface-de/api/actions/workflows/gradle_build.yml/badge.svg[link="https://github.com/cyface-de/api/actions"]

This library is used by the Cyface Vert.X APIs like the https:///github.com/cyface-de/data-collector[Cyface Data Collector] software.
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ subprojects {
}

ext {
vertxVersion = '4.4.0'
// If you increase this version, check if the `collector.GridFSStorageIT` breaks
// There is a bug up to version 4.4.1, scheduled to be fixed in 4.4.2
// https://github.com/vert-x3/vertx-mongo-client/issues/291
vertxVersion = '4.3.6'
slf4jVersion = '2.0.7'
commonsLangVersion = '3.12.0'
cyfaceSerializationVersion = '2.3.5'
Expand Down

0 comments on commit f78ab65

Please sign in to comment.