Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.eclipse.jetty:jetty-http from 9.4.51.v20230217 to 12.0.12 in /hbase-agent #407

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into dependabot/maven/hbase-agent/org.eclipse.j…
…etty-jetty-http-12.0.12
  • Loading branch information
kumaab authored Jan 13, 2025
commit ca73afeb7774d58ab2e71c1e7c8fc9b176bbeb36
10 changes: 1 addition & 9 deletions hbase-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>ranger-hbase-plugin</artifactId>
<name>HBase Security Plugin</name>
<description>HBase Security Plugins</description>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<hbase.jetty.version>12.0.12</hbase.jetty.version>
</properties>
<parent>
<groupId>org.apache.ranger</groupId>
<artifactId>ranger</artifactId>
Expand All @@ -38,7 +30,7 @@
<properties>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
<checkstyle.skip>false</checkstyle.skip>
<hbase.jetty.version>9.4.51.v20230217</hbase.jetty.version>
<hbase.jetty.version>12.0.12</hbase.jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.