Skip to content

Commit

Permalink
Merge pull request #26 from conorheffron/dependabot/gradle/org.elasti…
Browse files Browse the repository at this point in the history
…csearch-elasticsearch-8.13.0

Bump org.elasticsearch:elasticsearch from 0.90.3 to 8.13.0
  • Loading branch information
conorheffron authored Mar 27, 2024
2 parents 7e60e55 + 9ccc84e commit 29ce1fb
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 @@ -34,7 +34,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-maven-plugin', version: '1.5.22.RELEASE'
compile group: 'com.rabbitmq', name: 'amqp-client', version:'5.20.0'
compile group: 'io.searchbox', name: 'jest', version:'6.3.1'
compile group: 'org.elasticsearch', name: 'elasticsearch', version:'0.90.3'
compile group: 'org.elasticsearch', name: 'elasticsearch', version:'8.13.0'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version:'1.5.6.RELEASE'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version:'1.5.6.RELEASE'
compile group: 'mysql', name: 'mysql-connector-java', version:'8.0.33'
Expand Down

0 comments on commit 29ce1fb

Please sign in to comment.