Skip to content

Commit

Permalink
Dependency updates: JUnit Jupiter 5.10.1, Spring Framework 6.0.14, Sp…
Browse files Browse the repository at this point in the history
…ring Data Commons 3.1.6, Spring Data Elasticsearch 5.1.6, Jackson 2.16.0, Spotless 6.22.0

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta committed Nov 22, 2023
1 parent 6b54007 commit 8879bce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ rootProject.name = "spring-data-opensearch-parent"
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
version("jupiter", "5.10.0")
version("jupiter", "5.10.1")
library("jupiter", "org.junit.jupiter", "junit-jupiter").versionRef("jupiter")
library("jupiter-params", "org.junit.jupiter", "junit-jupiter-params").versionRef("jupiter")
}

create("springLibs") {
version("spring", "6.0.13")
version("spring", "6.0.14")
version("spring-boot", "3.1.5")
library("data-commons", "org.springframework.data:spring-data-commons:3.1.5")
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.1.5")
library("data-commons", "org.springframework.data:spring-data-commons:3.1.6")
library("data-elasticsearch", "org.springframework.data:spring-data-elasticsearch:5.1.6")
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 All @@ -38,13 +38,13 @@ dependencyResolutionManagement {
}

create("jacksonLibs") {
version("jackson", "2.15.3")
version("jackson", "2.16.0")
library("core", "com.fasterxml.jackson.core", "jackson-core").versionRef("jackson")
library("databind", "com.fasterxml.jackson.core", "jackson-databind").versionRef("jackson")
}

create("pluginLibs") {
version("spotless", "6.18.0")
version("spotless", "6.22.0")
version("editorconfig", "0.0.3")
version("release", "3.0.2")
plugin("editorconfig", "org.ec4j.editorconfig").versionRef("editorconfig")
Expand Down

0 comments on commit 8879bce

Please sign in to comment.