Skip to content

Commit

Permalink
fix(deps): update patch, pin, image digest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent 15609d3 commit 9c81162
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 190 deletions.
2 changes: 1 addition & 1 deletion services/gradle/jacoco.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: JacocoPlugin

jacoco {
toolVersion = '0.8.10'
toolVersion = '0.8.11'
}

check.dependsOn "jacocoTestReport", "jacocoTestCoverageVerification"
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.4'
id 'org.liquibase.gradle' version '2.2.0'
id 'org.liquibase.gradle' version '2.2.1'
id 'java'
id 'com.diffplug.spotless' version '6.23.3'
id "io.freefair.lombok" version "8.4"
Expand Down Expand Up @@ -70,11 +70,11 @@ ext {
restAssured : '5.4.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
testcontainers : '1.19.3',
postgresql : '42.7.1',
springdoc : '2.3.0',
liquibase : '4.25.0',
pactProvider : '4.6.3',
liquibase : '4.25.1',
pactProvider : '4.6.4',
jna : '5.8.0',
preliquibase : '1.5.0'
]
Expand All @@ -85,7 +85,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM

dependencyManagement {
imports {
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.0'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.1'
}
}

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.5"
id("org.springframework.boot") version "3.1.4"
id("com.diffplug.spotless") version "6.23.3"
kotlin("jvm") version "1.9.10"
kotlin("plugin.spring") version "1.9.10"
kotlin("jvm") version "1.9.22"
kotlin("plugin.spring") version "1.9.22"
}

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

extra["chaosMonkeyVersion"] = "3.0.2"
extra["mockkVersion"] = "1.13.8"
extra["mockkVersion"] = "1.13.9"
extra["springMockkVersion"] = "4.0.2"
extra["wiremockVersion"] = "3.0.1"
extra["moschiVersion"] = "1.15.0"

dependencies {
implementation("io.swagger.core.v3:swagger-annotations:2.2.16")
implementation("io.swagger.core.v3:swagger-annotations:2.2.20")
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 @@ -72,7 +72,7 @@ ext {
restAssured : '5.4.0',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
testcontainers : '1.19.3',
reflections : '0.10.2',
postgresql : '42.7.1',
jna : '5.8.0'
Expand All @@ -84,7 +84,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM

dependencyManagement {
imports {
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.0-M1'
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.1.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion services/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.25.2
FROM nginx:1.25.3
COPY build/ /usr/share/nginx/html/dist
COPY nginx.conf /etc/nginx/nginx.conf
COPY ./docker-entrypoint.sh /
Expand Down
Loading

0 comments on commit 9c81162

Please sign in to comment.