We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19f1cf commit ae9b230Copy full SHA for ae9b230
buildSrc/src/main/groovy/au.com.dius.pact.kotlin-common-conventions.gradle
@@ -31,10 +31,10 @@ dependencies {
31
api 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
32
api 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.1'
33
api 'org.json:json:20240205'
34
- api 'io.pact.plugin.driver:core:0.5.0'
+ api 'io.pact.plugin.driver:core:0.5.1'
35
api 'org.apache.tika:tika-core:2.9.1'
36
api 'io.github.oshai:kotlin-logging-jvm:5.1.4'
37
-
+
38
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
39
implementation 'org.apache.commons:commons-lang3:3.12.0'
40
implementation 'org.apache.commons:commons-text:1.10.0'
0 commit comments