Skip to content

Commit

Permalink
chore(deps): update patch, pin, image digest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 8b83e09 commit edb79ca
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 94 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
2 changes: 1 addition & 1 deletion services/habit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ext {
restAssured : '5.3.2',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
testcontainers : '1.19.1',
postgresql : '42.6.0',
springdoc : '2.2.0',
liquibase : '4.24.0',
Expand Down
2 changes: 1 addition & 1 deletion services/report/build.gradle.kts
Original file line number Diff line number Diff line change
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.17")
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
@@ -1,6 +1,6 @@
plugins {
id 'org.springframework.boot' version '3.1.4'
id 'org.flywaydb.flyway' version '9.22.1'
id 'org.flywaydb.flyway' version '9.22.3'
id 'java'
id 'com.diffplug.spotless' version '6.22.0'
id "io.freefair.lombok" version "8.4"
Expand Down Expand Up @@ -69,7 +69,7 @@ ext {
restAssured : '5.3.2',
junitJupiter : '5.8.0',
chaosMonkey : '3.0.2',
testcontainers : '1.19.0',
testcontainers : '1.19.1',
reflections : '0.10.2',
postgresql : '42.6.0',
jna : '5.8.0'
Expand Down
2 changes: 1 addition & 1 deletion services/ui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
18.18.2
155 changes: 79 additions & 76 deletions services/ui/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions services/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"@icons-pack/react-simple-icons": "9.1.0",
"@popperjs/core": "2.11.8",
"@tailwindcss/forms": "0.5.6",
"@types/node": "18.18.1",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.8",
"@types/node": "18.18.6",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
"date-fns": "2.30.0",
"oidc-client-ts": "2.3.0",
"react": "18.2.0",
"react-datepicker": "4.20.0",
"react-dom": "18.2.0",
"react-oidc-context": "2.3.0",
"react-oidc-context": "2.3.1",
"react-popper": "2.3.0",
"react-router-dom": "6.16.0",
"react-simple-icons": "1.0.0-beta.5",
Expand Down Expand Up @@ -58,20 +58,20 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "6.1.3",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/react-datepicker": "4.19.0",
"@types/react-datepicker": "4.19.1",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "10.4.16",
"env-cmd": "10.1.0",
"jsdom": "^22.0.0",
"license-checker-rseidelsohn": "4.2.8",
"license-checker-rseidelsohn": "4.2.10",
"msw": "1.3.2",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.4",
"prettier-plugin-tailwindcss": "0.5.6",
"tailwindcss": "3.3.3",
"vite": "^4.3.9",
"vite-plugin-svgr": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions test/lpt-locust/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Flask==2.3.3
Flask-BasicAuth==0.2.0
Flask-Cors==4.0.0
gevent==23.9.1
geventhttpclient==2.0.10
google-auth==2.23.2
geventhttpclient==2.0.11
google-auth==2.23.3
greenlet==2.0.2
idna==3.4
itsdangerous==2.1.2
Expand All @@ -19,7 +19,7 @@ MarkupSafe==2.1.3
msgpack==1.0.7
oauthlib==3.2.2
pip-licenses==4.3.3
psutil==5.9.5
psutil==5.9.6
PTable==0.9.2
pyasn1==0.5.0
pyasn1-modules==0.3.0
Expand All @@ -33,7 +33,7 @@ rsa==4.9
six==1.16.0
typing_extensions==4.8.0
urllib3==2.0.5
websocket-client==1.6.3
websocket-client==1.6.4
Werkzeug==2.3.7
zope.event==5.0
zope.interface==6.0

0 comments on commit edb79ca

Please sign in to comment.