Skip to content

Commit

Permalink
Update dependencies versions (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman authored Nov 2, 2024
1 parent 31892c8 commit 23aa92e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ target/
build/
.gradle/
.idea
.kotlin
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies {

implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7")

implementation("org.springframework.boot:spring-boot-gradle-plugin:3.3.4")
implementation("org.springframework.boot:spring-boot-gradle-plugin:3.3.5")
implementation("io.spring.gradle:dependency-management-plugin:1.1.6")
}
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
com-fasterxml-jackson-core-jackson-databind = "2.17.2"
io-swagger-core-v3-swagger-annotations = "2.2.23"
io-swagger-core-v3-swagger-models = "2.2.23"
com-fasterxml-jackson-core-jackson-databind = "2.18.1"
io-swagger-core-v3-swagger-annotations = "2.2.25"
io-swagger-core-v3-swagger-models = "2.2.25"
jakarta-validation-jakarta-validation-api = "3.1.0"
junit-junit = "4.13.2"
org-liquibase-liquibase-core = "4.29.2"
org-openapitools-jackson-databind-nullable = "0.2.6"
org-postgresql-postgresql = "42.7.4"
org-springdoc-springdoc-openapi-starter-webmvc-ui = "2.6.0"
org-springframework-boot-spring-boot = "3.3.4"
org-springframework-boot-spring-boot-starter-jdbc = "3.3.4"
org-springframework-boot-spring-boot-starter-test = "3.3.4"
org-springframework-boot-spring-boot-starter-web = "3.3.4"
org-springframework-spring-context = "6.1.13"
org-springframework-spring-web = "6.1.13"
org-testcontainers-postgresql = "1.20.1"
org-springframework-boot-spring-boot = "3.3.5"
org-springframework-boot-spring-boot-starter-jdbc = "3.3.5"
org-springframework-boot-spring-boot-starter-test = "3.3.5"
org-springframework-boot-spring-boot-starter-web = "3.3.5"
org-springframework-spring-context = "6.1.14"
org-springframework-spring-web = "6.1.14"
org-testcontainers-postgresql = "1.20.3"

[libraries]
com-fasterxml-jackson-core-jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "com-fasterxml-jackson-core-jackson-databind" }
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

rootProject.name = "itmo-dating"

include(
Expand Down

0 comments on commit 23aa92e

Please sign in to comment.