Skip to content

Commit

Permalink
Dependency updates: Spring Boot 3.2.7, Spring Framework 6.1.10, Sprin…
Browse files Browse the repository at this point in the history
…g Data Elasticsearch 5.2.7, Spring Data Commons 3.2.7 (opensearch-project#292)

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Jun 20, 2024
1 parent 8c769cc commit c90869d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_and_pr_workflow.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Main and pull request checks
on:
push:
branches: [ main ]
branches: [ 'version.1.4.0' ]
pull_request:
branches: [ main ]
branches: [ 'version.1.4.0' ]
jobs:
assemble:
strategy:
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencyResolutionManagement {
}

create("springLibs") {
version("spring", "6.1.8")
version("spring-boot", "3.2.6")
library("data-commons", "org.springframework.data:spring-data-commons:3.2.6")
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.2.6")
version("spring", "6.1.10")
version("spring-boot", "3.2.7")
library("data-commons", "org.springframework.data:spring-data-commons:3.2.7")
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.2.7")
library("web", "org.springframework", "spring-web").versionRef("spring")
library("context", "org.springframework", "spring-context").versionRef("spring")
library("tx", "org.springframework", "spring-tx").versionRef("spring")
Expand Down

0 comments on commit c90869d

Please sign in to comment.