Skip to content

Commit

Permalink
⬆️ Update dependencies and cache action version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelGuillemet committed Feb 8, 2024
1 parent 0a2051b commit 59265d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: abatilo/actions-poetry@v3

- name: Define a cache for the virtual environment based on the dependencies lock file for ${{ matrix.project }}
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./${{ matrix.project }}/.venv
key: venv-${{ matrix.project }}-${{ hashFiles(steps.poetry-path.outputs.path) }}
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
log4j = "2.22.1"
slf4j = "2.0.11"
slf4j = "2.0.12"
fasterxml-jackson = "2.16.1"
snakeyaml = "2.2"

Expand All @@ -14,9 +14,9 @@ postgresql = "42.7.1"
spring-security-crypto = "6.2.1"

awaitility = "4.2.0"
assertj-core = "3.25.1"
junit-jupiter = "5.10.1"
testcontainers = "1.19.3"
assertj-core = "3.25.3"
junit-jupiter = "5.10.2"
testcontainers = "1.19.4"

plugin-lombok = "8.4"
plugin-shadow = "8.1.1"
Expand Down

0 comments on commit 59265d9

Please sign in to comment.