Skip to content

Commit 44753f2

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 afefe58 commit 44753f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docker-contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# multi-platform images and export cache
3030
# https://github.com/docker/build-push-action
3131
- name: Setup Docker Buildx
32-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
32+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
3333

3434
# Build locally Docker image with Buildx
3535
# https://github.com/docker/build-push-action

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@ jobs:
4646
# https://github.com/sigstore/cosign-installer
4747
- name: Install Cosign
4848
if: ${{ github.repository == env.ORIGIN_REPOSITORY }}
49-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
49+
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
5050
with:
5151
cosign-release: 'v2.4.0'
5252

5353
# Set up BuildKit Docker container builder to be able to build
5454
# multi-platform images and export cache
5555
# https://github.com/docker/setup-buildx-action
5656
- name: Setup Docker Buildx
57-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
57+
uses: docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3.9.0
5858

5959
# Extract metadata (tags, labels) for Docker
6060
# https://github.com/docker/metadata-action

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ThisBuild / developers := List(
2222
)
2323

2424
resolvers += "confluent" at "https://packages.confluent.io/maven/"
25-
val zioVersion = "2.1.14"
25+
val zioVersion = "2.1.15"
2626

2727
lazy val root = (project in file("."))
2828
.settings(
@@ -50,8 +50,8 @@ lazy val root = (project in file("."))
5050
),
5151
// only tests
5252
libraryDependencies ++= Seq(
53-
"io.cucumber" % "cucumber-junit" % "7.21.0",
54-
"org.scalamock" %% "scalamock" % "6.1.1",
53+
"io.cucumber" % "cucumber-junit" % "7.21.1",
54+
"org.scalamock" %% "scalamock" % "6.2.0",
5555
"org.scalacheck" %% "scalacheck" % "1.18.1",
5656
"dev.zio" %% "zio-test" % zioVersion,
5757
"dev.zio" %% "zio-test-sbt" % zioVersion

0 commit comments

Comments
 (0)