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 Dec 15, 2023
1 parent f2db8b5 commit 12c72b1
Show file tree
Hide file tree
Showing 9 changed files with 109 additions and 153 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
6 changes: 3 additions & 3 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.6.0',
springdoc : '2.2.0',
liquibase : '4.24.0',
pactProvider : '4.6.3',
pactProvider : '4.6.4',
jna : '5.8.0',
preliquibase : '1.4.0'
]
Expand Down
6 changes: 3 additions & 3 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.21"
kotlin("plugin.spring") version "1.9.21"
}

apply(plugin = "io.spring.dependency-management")
Expand Down Expand Up @@ -50,7 +50,7 @@ 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.19")
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 @@ -69,7 +69,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.6.0',
jna : '5.8.0'
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 12c72b1

Please sign in to comment.