Skip to content

Commit

Permalink
Upgrade all jetty dependencies to 9.4.51.v20230217. (#7429)
Browse files Browse the repository at this point in the history
* Upgrade all jetty dependencies to 9.4.51.v20230217.

Signed-off-by: Marc Handalian <[email protected]>

* Pull jetty version to a variable

Signed-off-by: Marc Handalian <[email protected]>

---------

Signed-off-by: Marc Handalian <[email protected]>
  • Loading branch information
mch2 authored May 4, 2023
1 parent e2f21d8 commit 3613881
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ apply plugin: 'opensearch.java'

group = 'hdfs'

versions << [
'jetty': '9.4.51.v20230217'
]

dependencies {
api("org.apache.hadoop:hadoop-minicluster:3.3.5") {
exclude module: 'websocket-client'
Expand All @@ -54,7 +58,8 @@ dependencies {
api "org.mockito:mockito-core:${versions.mockito}"
api "com.google.protobuf:protobuf-java:3.22.2"
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
api 'org.eclipse.jetty:jetty-server:9.4.51.v20230217'
api "org.eclipse.jetty:jetty-server:${versions.jetty}"
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
api 'org.apache.zookeeper:zookeeper:3.8.1'
api "org.apache.commons:commons-text:1.10.0"
api "commons-net:commons-net:3.9.0"
Expand Down

0 comments on commit 3613881

Please sign in to comment.