Skip to content

Commit c99edbf

Browse files
Merge pull request #677 from codecentric/renovate/patch-pin-image-digest-versions
chore(deps): update patch, pin, image digest versions
2 parents 21d4df6 + 7d5261b commit c99edbf

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

services/gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.4'
2+
id 'org.springframework.boot' version '3.1.8'
33
id 'java'
44
id 'com.diffplug.spotless' version '6.25.0'
55
id "io.freefair.lombok" version "8.4"

services/habit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.4'
2+
id 'org.springframework.boot' version '3.1.8'
33
id 'org.liquibase.gradle' version '2.2.1'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.25.0'

services/report/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
plugins {
66
id("org.openapi.generator") version "7.2.0"
77
id("com.github.jk1.dependency-license-report") version "2.5"
8-
id("org.springframework.boot") version "3.1.4"
8+
id("org.springframework.boot") version "3.1.8"
99
id("com.diffplug.spotless") version "6.25.0"
1010
kotlin("jvm") version "1.9.22"
1111
kotlin("plugin.spring") version "1.9.22"

services/track/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.1.4'
2+
id 'org.springframework.boot' version '3.1.8'
33
id 'org.flywaydb.flyway' version '10.7.1'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.25.0'

services/ui/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@icons-pack/react-simple-icons": "9.3.0",
1010
"@popperjs/core": "2.11.8",
1111
"@tailwindcss/forms": "0.5.7",
12-
"@types/node": "20.11.15",
13-
"@types/react": "18.2.51",
12+
"@types/node": "20.11.16",
13+
"@types/react": "18.2.52",
1414
"@types/react-dom": "18.2.18",
1515
"date-fns": "2.30.0",
1616
"oidc-client-ts": "2.4.0",
@@ -59,7 +59,7 @@
5959
},
6060
"devDependencies": {
6161
"@testing-library/jest-dom": "6.4.1",
62-
"@testing-library/react": "14.2.0",
62+
"@testing-library/react": "14.2.1",
6363
"@testing-library/user-event": "14.5.2",
6464
"@types/react-datepicker": "4.19.5",
6565
"@vitejs/plugin-react": "^4.0.0",

0 commit comments

Comments
 (0)