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 Jul 8, 2023
1 parent dad743d commit 64ba61b
Show file tree
Hide file tree
Showing 15 changed files with 407 additions and 420 deletions.
2 changes: 1 addition & 1 deletion infrastructure/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.1'
services:
auth-keycloak:
image: quay.io/keycloak/keycloak:21.1.1
image: quay.io/keycloak/keycloak:21.1.2
entrypoint:
- sh
- "-c"
Expand Down
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.0'
id 'org.springframework.boot' version '3.1.1'
id 'java'
id 'com.diffplug.spotless' version '6.19.0'
id "io.freefair.lombok" version "8.1.0"
Expand Down
2 changes: 1 addition & 1 deletion services/gateway/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.1'
services:
auth-keycloak:
image: quay.io/keycloak/keycloak:21.1.1
image: quay.io/keycloak/keycloak:21.1.2
entrypoint:
- sh
- "-c"
Expand Down
4 changes: 2 additions & 2 deletions services/habit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.0'
id 'org.springframework.boot' version '3.1.1'
id 'org.liquibase.gradle' version '2.2.0'
id 'java'
id 'com.diffplug.spotless' version '6.19.0'
Expand Down Expand Up @@ -65,7 +65,7 @@ ext {
postgresql : '42.6.0',
springdoc : '2.1.0',
liquibase : '4.23.0',
pactProvider : '4.6.0',
pactProvider : '4.6.1',
jna : '5.8.0',
preliquibase : '1.4.0'
]
Expand Down
6 changes: 3 additions & 3 deletions services/habit/helm/habit/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.6.0
digest: sha256:606e33497d3191ab976fb9b07998af6548dbd52670d58502e7da13df9019264b
generated: "2023-06-30T12:48:44.064318818Z"
version: 12.6.4
digest: sha256:56ae1f484f37273db30e1f526d193259209b1ea79935b5570e3cdb906ef09d89
generated: "2023-07-08T13:03:44.139658641Z"
2 changes: 1 addition & 1 deletion services/habit/helm/habit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ engine: gotpl

dependencies:
- name: postgresql
version: 12.6.0
version: 12.6.4
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: persistence.deployPostgres
4 changes: 2 additions & 2 deletions services/report/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
plugins {
id("org.openapi.generator") version "6.6.0"
id("com.github.jk1.dependency-license-report") version "2.5"
id("org.springframework.boot") version "3.1.0"
id("org.springframework.boot") version "3.1.1"
id("com.diffplug.spotless") version "6.19.0"
kotlin("jvm") version "1.9.0"
kotlin("plugin.spring") version "1.9.0"
Expand Down Expand Up @@ -52,7 +52,7 @@ extra["wiremockVersion"] = "3.0.0-beta-10"
extra["moschiVersion"] = "1.15.0"

dependencies {
implementation("io.swagger.core.v3:swagger-annotations:2.2.12")
implementation("io.swagger.core.v3:swagger-annotations:2.2.15")
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
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '3.1.0'
id 'org.springframework.boot' version '3.1.1'
id 'org.flywaydb.flyway' version '9.20.0'
id 'java'
id 'com.diffplug.spotless' version '6.19.0'
Expand Down
6 changes: 3 additions & 3 deletions services/track/helm/track/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
version: 12.6.0
digest: sha256:606e33497d3191ab976fb9b07998af6548dbd52670d58502e7da13df9019264b
generated: "2023-06-30T12:48:28.479479681Z"
version: 12.6.4
digest: sha256:56ae1f484f37273db30e1f526d193259209b1ea79935b5570e3cdb906ef09d89
generated: "2023-07-08T13:03:32.152328157Z"
2 changes: 1 addition & 1 deletion services/track/helm/track/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ engine: gotpl

dependencies:
- name: postgresql
version: 12.6.0
version: 12.6.4
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: persistence.deployPostgres
2 changes: 1 addition & 1 deletion services/ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.0
18.16.1
Loading

0 comments on commit 64ba61b

Please sign in to comment.