Skip to content

Commit

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



* Pull jetty version to a variable



---------


(cherry picked from commit 3613881)

Signed-off-by: Marc Handalian <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 17c1d3e commit 708b28c
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 708b28c

Please sign in to comment.