Skip to content

Commit ac613f2

Browse files
renovate[bot]mrebiai
authored andcommitted
chore(deps): update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b4248d commit ac613f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# https://github.com/docker/build-push-action
3636
- name: Docker build with unit tests
3737
id: build-and-test
38-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
38+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
3939
with:
4040
context: .
4141
load: true

.github/workflows/docker-publish-when-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# https://github.com/docker/build-push-action
7171
- name: Docker build with unit tests
7272
id: build-and-test
73-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
73+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
7474
with:
7575
context: .
7676
load: true
@@ -105,7 +105,7 @@ jobs:
105105
- name: Docker build for many platforms and push into ${{ env.REGISTRY }}
106106
if: ${{ contains(github.ref, 'refs/tags/') }}
107107
id: build-and-push
108-
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
108+
uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
109109
with:
110110
context: .
111111
platforms: linux/amd64,linux/arm64

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy val root = (project in file("."))
4141
"io.cucumber" %% "cucumber-scala" % "8.25.1",
4242
"org.scalatest" %% "scalatest" % "3.2.19",
4343
"com.typesafe" % "config" % "1.4.3",
44-
"io.gatling" % "gatling-jsonpath" % "3.13.1",
44+
"io.gatling" % "gatling-jsonpath" % "3.13.3",
4545
"com.lihaoyi" %% "os-lib" % "0.11.3",
4646
"ch.qos.logback" % "logback-classic" % "1.5.16" % Runtime,
4747
"dev.zio" %% "zio" % zioVersion,

0 commit comments

Comments
 (0)