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
group-reports-consumer
Commits
03ebe38d
Verified
Commit
03ebe38d
authored
Dec 13, 2021
by
Sebastian Schüpbach
Browse files
patch log4j vulnerability
parent
7ee74503
Pipeline
#39188
passed with stages
in 2 minutes and 54 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
03ebe38d
.idea
!.idea/copyright
.metals
build
.gradle
\ No newline at end of file
.gradle
build.gradle
View file @
03ebe38d
...
...
@@ -27,11 +27,11 @@ repositories {
ext
{
kafkaV
=
'2.7.0'
log4jV
=
'2.1
1.2
'
log4jV
=
'2.1
5.0
'
}
dependencies
{
implementation
'org.memobase:memobase-service-utilities:3.
0
.1'
implementation
'org.memobase:memobase-service-utilities:3.
1
.1'
implementation
group:
'org.apache.kafka'
,
name:
'kafka-clients'
,
version:
kafkaV
// JSON Parser
implementation
'com.beust:klaxon:5.5'
...
...
@@ -75,4 +75,4 @@ plugins.withType(DistributionPlugin) {
distTar
{
archiveFileName
=
'app.tar'
}
}
\ No newline at end of file
}
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