Gitlab Community Edition Instance
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
cdstar
cdstar
Commits
9b11a9e3
Commit
9b11a9e3
authored
Dec 13, 2021
by
mhellka
Browse files
Fix: log4j dependency upgrade
# Conflicts: # cdstar-cli/pom.xml
parent
81cf7c03
Pipeline
#257456
passed with stages
in 5 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cdstar-cli/pom.xml
View file @
9b11a9e3
...
...
@@ -125,12 +125,12 @@
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j-impl
</artifactId>
<version>
2.1
4.1
</version>
<version>
2.1
5.0
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-core
</artifactId>
<version>
2.1
4.1
</version>
<version>
2.1
5.0
</version>
</dependency>
<dependency>
<groupId>
info.picocli
</groupId>
...
...
Write
Preview
Markdown
is supported
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