Skip to content

Commit

Permalink
chore(deps): update opensearch.version to v1.6.0 (#1548)
Browse files Browse the repository at this point in the history
* chore(deps): update opensearch.version to v1.6.0

* Update spring boot version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Dec 3, 2024
1 parent 8d807ea commit 69cc9e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boot-opensearch-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.opensearch</groupId>
Expand All @@ -21,8 +21,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<java.version>21</java.version>
<springdoc-openapi.version>2.6.0</springdoc-openapi.version>
<opensearch.version>1.5.4</opensearch.version>
<springdoc-openapi.version>2.7.0</springdoc-openapi.version>
<opensearch.version>1.6.0</opensearch.version>

<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
<spotless.version>2.43.0</spotless.version>
Expand Down

0 comments on commit 69cc9e1

Please sign in to comment.