This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ uploadArchives {
5858
5959dependencies {
6060 api " io.netty:netty-codec:${ nettyVersion} "
61- api(' xyz.rogfam:littleproxy:2.0.1 ' ) {
61+ api(" xyz.rogfam:littleproxy:${ littleProxyVersion } " ) {
6262 exclude(group : ' io.netty' , module : ' netty-all' )
6363 }
6464
@@ -99,4 +99,3 @@ dependencies {
9999 testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver:3.141.59'
100100 testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
101101}
102-
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
6666 implementation " io.netty:netty-codec:${ nettyVersion} "
6767 implementation " org.slf4j:jcl-over-slf4j:${ slf4jVersion} "
6868 implementation " org.slf4j:slf4j-api:${ slf4jVersion} "
69- implementation(' xyz.rogfam:littleproxy:2.0.1 ' ) {
69+ implementation(" xyz.rogfam:littleproxy:${ littleProxyVersion } " ) {
7070 exclude(group : ' io.netty' , module : ' netty-all' )
7171 }
7272
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ subprojects {
4040 jettyVersion = ' 9.4.35.v20201120'
4141 log4jVersion = ' 2.14.0'
4242 nettyVersion = ' 4.1.54.Final'
43+ littleProxyVersion = ' 2.0.1'
4344 slf4jVersion = ' 1.7.30'
4445 guavaVersion = ' 30.0-jre'
4546 }
You can’t perform that action at this time.
0 commit comments