Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
JFileSync3
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirrors
JFileSync3
Commits
4b66377f
Commit
4b66377f
authored
2 months ago
by
Martin Goellnitz
Browse files
Options
Downloads
Patches
Plain Diff
Update Commons Codec, Sardine, and Logback Classiv Dependencies
parent
2571e6fe
Branches
master
No related tags found
No related merge requests found
Pipeline
#1627202932
passed
2 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+4
-4
4 additions, 4 deletions
build.gradle
with
4 additions
and
4 deletions
build.gradle
+
4
−
4
View file @
4b66377f
/*
* Copyright (C) 2013-202
4
Martin Goellnitz
* Copyright (C) 2013-202
5
Martin Goellnitz
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -61,12 +61,12 @@ dependencies {
// implementation files(fileTree(dir: 'lib', includes: ['*.jar']))
implementation
'org.slf4j:slf4j-api:2.0.16'
implementation
(
'com.github.lookfirst:sardine:5.1
2
'
)
{
implementation
(
'com.github.lookfirst:sardine:5.1
3
'
)
{
exclude
group:
'commons-logging'
,
module:
'commons-logging'
}
// Use later versions than required by sardine to address vulnerabilities
implementation
'org.apache.httpcomponents:httpclient:4.5.14'
implementation
'commons-codec:commons-codec:1.17.
1
'
implementation
'commons-codec:commons-codec:1.17.
2
'
implementation
'org.slf4j:jcl-over-slf4j:2.0.16'
// httpclient and vfs use JCL
implementation
'org.slf4j:jul-to-slf4j:2.0.16'
// Sardine uses JUL
...
...
@@ -89,7 +89,7 @@ dependencies {
implementation
'javax.servlet:javax.servlet-api:4.0.1'
// Logging:
runtimeOnly
'ch.qos.logback:logback-classic:1.5.1
2
'
runtimeOnly
'ch.qos.logback:logback-classic:1.5.1
6
'
}
audit
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment