Skip to content

Commit

Permalink
chore(deps): update patch, pin, image digest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent 4ab0ae0 commit 8ad5583
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 103 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.30"
version = "1.18.32"
}

spotless {
Expand Down
4 changes: 2 additions & 2 deletions services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ java {
}

lombok {
version = "1.18.30"
version = "1.18.32"
}

liquibase {
Expand Down Expand Up @@ -74,7 +74,7 @@ ext {
postgresql : '42.7.3',
springdoc : '2.5.0',
liquibase : '4.26.0',
pactProvider : '4.6.7',
pactProvider : '4.6.8',
jna : '5.8.0',
preliquibase : '1.5.0'
]
Expand Down
2 changes: 1 addition & 1 deletion services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extra["wiremockVersion"] = "3.0.1"
extra["moschiVersion"] = "1.15.1"

dependencies {
implementation("io.swagger.core.v3:swagger-annotations:2.2.20")
implementation("io.swagger.core.v3:swagger-annotations:2.2.21")
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
2 changes: 1 addition & 1 deletion 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.30"
version = "1.18.32"
}

flyway {
Expand Down
Loading

0 comments on commit 8ad5583

Please sign in to comment.