File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM eclipse-temurin:21.0.5_11 -jdk AS builder
1
+ FROM eclipse-temurin:21.0.6_7 -jdk AS builder
2
2
3
3
ENV SCALA_VERSION=2.13.14
4
4
ENV SBT_VERSION=1.10.1
@@ -33,7 +33,7 @@ RUN sbt clean coverageOn test coverageReport coverageOff
33
33
RUN sbt assembly
34
34
RUN sbt dependencyUpdatesReport
35
35
36
- FROM eclipse-temurin:21.0.5_11 -jre AS release
36
+ FROM eclipse-temurin:21.0.6_7 -jre AS release
37
37
ENV KAFKA_BOOTSTRAP_SERVERS="localhost:9092"
38
38
ENV KAFKA_USERNAME=""
39
39
ENV KAFKA_PASSWORD=""
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ lazy val root = (project in file("."))
50
50
),
51
51
// only tests
52
52
libraryDependencies ++= Seq (
53
- " io.cucumber" % " cucumber-junit" % " 7.20.1 " ,
53
+ " io.cucumber" % " cucumber-junit" % " 7.21.0 " ,
54
54
" org.scalamock" %% " scalamock" % " 6.1.1" ,
55
55
" org.scalacheck" %% " scalacheck" % " 1.18.1" ,
56
56
" dev.zio" %% " zio-test" % zioVersion,
You can’t perform that action at this time.
0 commit comments