Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.maven:maven-archiver to v3.6.0 (
Browse files Browse the repository at this point in the history
#2110)

* fix(deps): update dependency org.apache.maven:maven-archiver to v3.6.0

Signed-off-by: Renovate Bot <[email protected]>

* Add commons-lang3

Signed-off-by: wslulciuc <[email protected]>

Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: wslulciuc <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wslulciuc <[email protected]>
  • Loading branch information
renovate[bot] and wslulciuc authored Sep 23, 2022
1 parent 0022008 commit 5431dab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clients/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ plugins {
dependencies {
implementation "io.dropwizard:dropwizard-jackson:${dropwizardVersion}"
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
implementation 'org.apache.maven:maven-archiver:3.5.2'
implementation 'org.apache.maven:maven-archiver:3.6.0'

testImplementation "org.slf4j:slf4j-simple:${slf4jVersion}"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import javax.annotation.Nullable;
import lombok.NonNull;
import marquez.client.models.RunState;
import org.apache.maven.shared.utils.StringUtils;
import org.apache.commons.lang3.StringUtils;

class MarquezPathV1 {
@VisibleForTesting static final String BASE_PATH = "/api/v1";
Expand Down

0 comments on commit 5431dab

Please sign in to comment.