File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ shadowJar {
46
46
}
47
47
48
48
dependencies {
49
- compile ' org.apache.logging.log4j:log4j-core:2.13.3'
50
- compile ' org.apache.logging.log4j:log4j-api:2.13.3'
51
- compile ' org.apache.pulsar:pulsar-client:2.7.1'
52
- implementation files(LOGSTASH_CORE_PATH + ' ../logstash-core/build/libs/logstash-core-7.11.3 .jar' )
49
+ implementation ' org.apache.logging.log4j:log4j-core:2.13.3'
50
+ implementation ' org.apache.logging.log4j:log4j-api:2.13.3'
51
+ implementation ' org.apache.pulsar:pulsar-client:2.7.1'
52
+ implementation files(LOGSTASH_CORE_PATH + ' / ../logstash-core/build/libs/logstash-core-7.15.2 .jar' )
53
53
54
54
55
55
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 .1-bin .zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 .1-all .zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments