Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored and florianesser committed Sep 16, 2024
1 parent fc097ed commit 4852d68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Determine app token for release
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
id: app-token
with:
app-id: ${{ secrets.WE_RELEASE_GITHUB_APP_ID }}
Expand All @@ -56,7 +56,7 @@ jobs:
node-version: 20

- name: Setup Java
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
with:
distribution: temurin
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ repositories {
}

dependencies {
implementation 'org.yaml:snakeyaml:1.18'
implementation 'org.yaml:snakeyaml:1.33'
}
2 changes: 1 addition & 1 deletion database/testbed/database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mdillon/postgis:9.4
FROM mdillon/postgis:9.6

RUN mkdir -p /docker-entrypoint-initdb.d
COPY ./testbed-initdb.sh /docker-entrypoint-initdb.d/testbed-initdb.sh
Expand Down

0 comments on commit 4852d68

Please sign in to comment.