Skip to content

Commit e6513ac

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 5b3cbd0 commit e6513ac

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
38+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
3939
with:
4040
context: .
4141
load: true

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# https://github.com/sigstore/cosign-installer
4747
- name: Install Cosign
4848
if: ${{ github.repository == env.ORIGIN_REPOSITORY }}
49-
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
49+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
5050
with:
5151
cosign-release: 'v2.4.0'
5252

@@ -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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
73+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.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@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
108+
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
109109
with:
110110
context: .
111111
platforms: linux/amd64,linux/arm64

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:21.0.6_7-jdk AS builder
1+
FROM eclipse-temurin:21.0.7_6-jdk AS builder
22

33
ENV SCALA_VERSION=2.13.14
44
ENV SBT_VERSION=1.10.1
@@ -33,7 +33,7 @@ RUN sbt clean coverageOn test coverageReport coverageOff
3333
RUN sbt assembly
3434
RUN sbt dependencyUpdatesReport
3535

36-
FROM eclipse-temurin:21.0.6_7-jre AS release
36+
FROM eclipse-temurin:21.0.7_6-jre AS release
3737
ENV KAFKA_BOOTSTRAP_SERVERS="localhost:9092"
3838
ENV KAFKA_USERNAME=""
3939
ENV KAFKA_PASSWORD=""

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ lazy val root = (project in file("."))
5050
),
5151
// only tests
5252
libraryDependencies ++= Seq(
53-
"io.cucumber" % "cucumber-junit" % "7.22.0",
54-
"org.scalamock" %% "scalamock" % "7.3.0",
53+
"io.cucumber" % "cucumber-junit" % "7.22.1",
54+
"org.scalamock" %% "scalamock" % "7.3.1",
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)