Skip to content

Commit

Permalink
Merge pull request #174 from kit-data-manager/issue-173-Bump_service-…
Browse files Browse the repository at this point in the history
…base_from_1_0_7_to_1_1_0

Bump service-base from 1.0.7 to 1.1.0.
  • Loading branch information
VolkerHartmann committed Jan 17, 2023
2 parents 2f8c3fa + e41ac03 commit fe5ae51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@ dependencies {

// datamanager
implementation "edu.kit.datamanager:repo-core:1.1.0"
implementation "edu.kit.datamanager:service-base:1.0.7"
implementation "edu.kit.datamanager:service-base:1.1.0"

// elasticsearch (since service-base 1.1.0)
implementation "org.springframework.data:spring-data-elasticsearch:4.4.6"

// DOIP SDK
implementation "net.dona.doip:doip-sdk:2.1.0"
Expand Down

0 comments on commit fe5ae51

Please sign in to comment.