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 Aug 12, 2023
1 parent 6d05b5f commit 1dd9b6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion services/gateway/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'org.springframework.boot' version '3.1.2'
id 'java'
id 'com.diffplug.spotless' version '6.20.0'
id "io.freefair.lombok" version "8.2.1"
id "io.freefair.lombok" version "8.2.2"
id 'com.github.jk1.dependency-license-report' version '2.5'
}

Expand Down
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.liquibase.gradle' version '2.2.0'
id 'java'
id 'com.diffplug.spotless' version '6.20.0'
id "io.freefair.lombok" version "8.2.1"
id "io.freefair.lombok" version "8.2.2"
id 'com.github.jk1.dependency-license-report' version '2.5'
}

Expand Down
2 changes: 1 addition & 1 deletion services/track/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'org.flywaydb.flyway' version '9.21.1'
id 'java'
id 'com.diffplug.spotless' version '6.20.0'
id "io.freefair.lombok" version "8.2.1"
id "io.freefair.lombok" version "8.2.2"
id 'com.github.jk1.dependency-license-report' version '2.5'
}

Expand Down
4 changes: 2 additions & 2 deletions services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@icons-pack/react-simple-icons": "8.0.1",
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.4",
"@types/node": "18.17.4",
"@types/node": "18.17.5",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"date-fns": "2.30.0",
Expand All @@ -22,7 +22,7 @@
"react-router-dom": "6.15.0",
"react-simple-icons": "1.0.0-beta.5",
"simple-icons": "9.9.0",
"swr": "2.2.0",
"swr": "2.2.1",
"typescript": "5.1.6",
"web-vitals": "3.4.0"
},
Expand Down

0 comments on commit 1dd9b6c

Please sign in to comment.