Skip to content

Commit

Permalink
Merge pull request #728 from codecentric/renovate/patch-pin-image-dig…
Browse files Browse the repository at this point in the history
…est-versions

chore(deps): update patch, pin, image digest versions
  • Loading branch information
renovate[bot] authored Aug 25, 2024
2 parents e83a776 + fd30e01 commit 9695569
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}

lombok {
version = "1.18.32"
version = "1.18.34"
}

spotless {
Expand Down
10 changes: 5 additions & 5 deletions services/habit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '3.1.8'
id 'org.liquibase.gradle' version '2.2.1'
id 'org.liquibase.gradle' version '2.2.2'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.6"
Expand Down Expand Up @@ -28,7 +28,7 @@ java {
}

lombok {
version = "1.18.32"
version = "1.18.34"
}

liquibase {
Expand Down Expand Up @@ -71,12 +71,12 @@ ext {
junitJupiter : '5.8.0',
chaosMonkey : '3.1.0',
testcontainers : '1.19.7',
postgresql : '42.7.3',
postgresql : '42.7.4',
springdoc : '2.5.0',
liquibase : '4.27.0',
pactProvider : '4.6.8',
pactProvider : '4.6.13',
jna : '5.8.0',
preliquibase : '1.5.0'
preliquibase : '1.5.1'
]
}
// override the version the spring boot dependency-management plugin would enforce
Expand Down
8 changes: 4 additions & 4 deletions services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ plugins {
id("com.github.jk1.dependency-license-report") version "2.7"
id("org.springframework.boot") version "3.1.8"
id("com.diffplug.spotless") version "6.25.0"
kotlin("jvm") version "1.9.23"
kotlin("plugin.spring") version "1.9.23"
kotlin("jvm") version "1.9.25"
kotlin("plugin.spring") version "1.9.25"
}

apply(plugin = "io.spring.dependency-management")
Expand Down Expand Up @@ -44,13 +44,13 @@ repositories {
}

extra["chaosMonkeyVersion"] = "3.1.0"
extra["mockkVersion"] = "1.13.10"
extra["mockkVersion"] = "1.13.12"
extra["springMockkVersion"] = "4.0.2"
extra["wiremockVersion"] = "3.0.1"
extra["moschiVersion"] = "1.15.1"

dependencies {
implementation("io.swagger.core.v3:swagger-annotations:2.2.21")
implementation("io.swagger.core.v3:swagger-annotations:2.2.22")
implementation("com.squareup.moshi:moshi:${property("moschiVersion")}")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-actuator")
Expand Down
4 changes: 2 additions & 2 deletions services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ java {
}

lombok {
version = "1.18.32"
version = "1.18.34"
}

flyway {
Expand Down Expand Up @@ -74,7 +74,7 @@ ext {
chaosMonkey : '3.1.0',
testcontainers : '1.19.7',
reflections : '0.10.2',
postgresql : '42.7.3',
postgresql : '42.7.4',
jna : '5.8.0'
]
}
Expand Down
Loading

0 comments on commit 9695569

Please sign in to comment.