Skip to content

Commit

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

* upgrade spring boot

---------

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 4, 2023
1 parent 47f795d commit 197b6e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.6</version>
<version>3.2.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example.opensearch</groupId>
Expand All @@ -22,7 +22,7 @@

<java.version>21</java.version>
<springdoc-openapi.version>2.3.0</springdoc-openapi.version>
<opensearch.version>1.2.1</opensearch.version>
<opensearch.version>1.3.0</opensearch.version>

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

0 comments on commit 197b6e3

Please sign in to comment.