Skip to content

Commit

Permalink
dependency(jetty): upgrade for security (tronprotocol#5571)
Browse files Browse the repository at this point in the history
  • Loading branch information
halibobo1205 authored Nov 24, 2023
1 parent 2d64668 commit be07f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ dependencies {
compile group: 'com.google.api.grpc', name: 'proto-google-common-protos', version: '2.15.0'

// http
compile 'org.eclipse.jetty:jetty-server:9.4.49.v20220914'
compile 'org.eclipse.jetty:jetty-servlet:9.4.49.v20220914'
compile 'org.eclipse.jetty:jetty-server:9.4.53.v20231009'
compile 'org.eclipse.jetty:jetty-servlet:9.4.53.v20231009'
compile 'com.alibaba:fastjson:1.2.83'
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.1'
// end http
Expand Down

0 comments on commit be07f5c

Please sign in to comment.