Skip to content

Commit

Permalink
MODSOURCE-770 Do not delete Kafka topics on postTenant if collection …
Browse files Browse the repository at this point in the history
…topics is enabled
  • Loading branch information
KaterynaSenchenko committed May 9, 2024
1 parent 51dc3c4 commit bbd5cb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2024-05-09 v5.7.7
* [MODSOURCE-770](https://folio-org.atlassian.net/browse/MODSOURCE-770) Do not delete Kafka topics on postTenant if collection topics is enabled

## 2024-02-09 v5.7.6
* [MODSOURMAN-1106](https://folio-org.atlassian.net/browse/MODSOURMAN-1106) Fix missing Instance Update status and incorrect count on DI log summary page

Expand Down
2 changes: 1 addition & 1 deletion mod-source-record-storage-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<dependency>
<groupId>org.folio</groupId>
<artifactId>folio-kafka-wrapper</artifactId>
<version>3.0.0</version>
<version>3.0.3</version>
</dependency>
<dependency>
<groupId>net.mguenther.kafka</groupId>
Expand Down

0 comments on commit bbd5cb5

Please sign in to comment.