Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Media Metadata Preprocessor
Commits
de316b4f
Verified
Commit
de316b4f
authored
Dec 13, 2021
by
Sebastian Schüpbach
Browse files
patch log4j vulnerability
parent
7a6cd988
Pipeline
#39181
passed with stages
in 4 minutes and 33 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
project/Dependencies.scala
View file @
de316b4f
...
...
@@ -21,7 +21,7 @@ import sbt._
object
Dependencies
{
lazy
val
kafkaV
=
"2.7.0"
lazy
val
log4jV
=
"2.1
1.2
"
lazy
val
log4jV
=
"2.1
5.0
"
lazy
val
scalatestV
=
"3.1.2"
lazy
val
kafkaStreams
=
"org.apache.kafka"
%%
"kafka-streams-scala"
%
kafkaV
...
...
@@ -32,7 +32,7 @@ object Dependencies {
lazy
val
log4jScala
=
"org.apache.logging.log4j"
%%
"log4j-api-scala"
%
"11.0"
lazy
val
log4jSlf4j
=
"org.apache.logging.log4j"
%
"log4j-slf4j-impl"
%
log4jV
lazy
val
mediaMetadataUtils
=
"ch.memobase"
%%
"media-metadata-utils"
%
"0.1.
5
"
"ch.memobase"
%%
"media-metadata-utils"
%
"0.1.
6
"
lazy
val
scalaTest
=
"org.scalatest"
%%
"scalatest"
%
scalatestV
lazy
val
scalaUri
=
"io.lemonlabs"
%%
"scala-uri"
%
"2.2.3"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment