Skip to content

Commit 8da3f8c

Browse files
committed
logback 1.3
1 parent 868b9e5 commit 8da3f8c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/main/g8/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
implementation "org.apache.pekko:pekko-http-jackson_\${versions.ScalaBinary}"
2020
implementation "org.apache.pekko:pekko-actor-typed_\${versions.ScalaBinary}:\${versions.PekkoVersion}"
2121
implementation "org.apache.pekko:pekko-stream_\${versions.ScalaBinary}:\${versions.PekkoVersion}"
22-
implementation 'ch.qos.logback:logback-classic:1.2.13'
22+
implementation 'ch.qos.logback:logback-classic:1.3.14'
2323
testImplementation "org.apache.pekko:pekko-http-testkit_\${versions.ScalaBinary}"
2424
testImplementation "org.apache.pekko:pekko-actor-testkit-typed_\${versions.ScalaBinary}:\${versions.PekkoVersion}"
2525
testImplementation 'junit:junit:4.13.2'

src/main/g8/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ lazy val root = (project in file(".")).
1414
"org.apache.pekko" %% "pekko-actor-typed" % pekkoVersion,
1515
"org.apache.pekko" %% "pekko-stream" % pekkoVersion,
1616
"org.apache.pekko" %% "pekko-http-jackson" % pekkoHttpVersion,
17-
"ch.qos.logback" % "logback-classic" % "1.2.13",
17+
"ch.qos.logback" % "logback-classic" % "1.3.14",
1818

1919
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
2020
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % Test,
2121
"org.apache.pekko" %% "pekko-actor-testkit-typed" % pekkoVersion % Test,
22-
"junit" % "junit" % "4.12" % Test,
23-
"com.novocode" % "junit-interface" % "0.10" % Test
22+
"junit" % "junit" % "4.13.2" % Test,
23+
"com.novocode" % "junit-interface" % "0.11" % Test
2424
),
2525

2626
testOptions += Tests.Argument(TestFrameworks.JUnit, "-v")

src/main/g8/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>ch.qos.logback</groupId>
4949
<artifactId>logback-classic</artifactId>
50-
<version>1.2.13</version>
50+
<version>1.3.14</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.apache.pekko</groupId>

0 commit comments

Comments
 (0)