Skip to content

Commit

Permalink
fix(security): Bump ranger plugin commons dependency (#6535)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 authored Nov 23, 2022
1 parent 0862a22 commit 055196c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datahub-ranger-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ compileJava {
}

dependencies {
implementation 'org.apache.ranger:ranger-plugins-common:2.2.0'
implementation 'org.apache.ranger:ranger-plugins-common:2.3.0'
compile 'org.apache.logging.log4j:log4j-1.2-api:2.17.1'

testCompile externalDependency.testng
Expand Down
2 changes: 1 addition & 1 deletion metadata-service/auth-ranger-impl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ compileJava {
dependencies {
compile project(path: ':metadata-service:auth-api')

implementation 'org.apache.ranger:ranger-plugins-common:2.2.0'
implementation 'org.apache.ranger:ranger-plugins-common:2.3.0'
implementation 'org.apache.logging.log4j:log4j-1.2-api:2.17.1'

runtimeOnly externalDependency.jna
Expand Down

0 comments on commit 055196c

Please sign in to comment.