Skip to content

Commit

Permalink
Bump eventbus to 3.3.1 (opensearch-project#2965)
Browse files Browse the repository at this point in the history
The eventbus artifact was moved
in org.greenrobot:eventbus-java instead org.greenrobot:eventbus

Signed-off-by: Andrey Pleskach <[email protected]>
  • Loading branch information
willyborankin authored Jul 10, 2023
1 parent 99ff7b3 commit 1113244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ dependencies {
implementation "org.apache.httpcomponents:httpcore:${versions.httpcore}"
implementation "org.apache.httpcomponents:httpasyncclient:${versions.httpasyncclient}"
implementation 'com.google.guava:guava:32.0.1-jre'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'org.greenrobot:eventbus-java:3.3.1'
implementation 'commons-cli:commons-cli:1.5.0'
implementation "org.bouncycastle:bcprov-jdk15to18:${versions.bouncycastle}"
implementation 'org.ldaptive:ldaptive:1.2.3'
Expand Down

0 comments on commit 1113244

Please sign in to comment.