Skip to content

Commit

Permalink
upgrade proxy lib for better ssh handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohegyi committed Aug 31, 2024
1 parent f34f329 commit 05943f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ plugins {
}

ext {
nettyVersion = '4.1.87.Final'
jettyVersion = '9.4.53.v20231009'
nettyVersion = '4.1.112.Final'
jettyVersion = '9.4.55.v20240627'
jUnitVersion = '5.9.3'
mockitoCoreVersion = '5.10.0' //was '4.6.1'
mockitoCoreVersion = '5.11.0'
orgSfl4jVersion = '2.0.9'
logbackVersion = '1.4.5'
googleGuavaApi = 'com.google.guava:guava:32.1.3-jre'
logbackVersion = '1.4.14'
googleGuavaApi = 'com.google.guava:guava:33.3.0-jre'
componentName = 'wilma'
javaxServletApi = 'javax.servlet:javax.servlet-api:3.1.0'
javaxAnnotationApi = 'javax.annotation:javax.annotation-api:1.3.2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation project(':wilma-application:wilma-common')
implementation project(':wilma-application:wilma-core')
implementation project(':wilma-application:wilma-properties')
implementation('website.magyar:mitm-java-proxy:2.5.27.114') {
implementation('website.magyar:mitm-java-proxy:2.5.28.127') {
// implementation('website.magyar:mitm-java-proxy:2.5.28.SNAPSHOT') {
exclude(group: 'ch.qos.logback', module: 'logback-classic')
exclude(group: 'org.eclipse.jetty', module: 'jetty-io')
Expand Down

0 comments on commit 05943f5

Please sign in to comment.