Skip to content

Commit 0122422

Browse files
committed
chore: Update provider dependencies
1 parent ab81b32 commit 0122422

File tree

11 files changed

+53
-61
lines changed

11 files changed

+53
-61
lines changed

provider/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ dependencies {
1111
api project(':core:matchers')
1212
api project(':core:pactbroker')
1313
api 'org.apache.httpcomponents.client5:httpclient5'
14-
api 'io.github.classgraph:classgraph:4.8.178'
14+
api 'io.github.classgraph:classgraph:4.8.184'
1515
api('io.pact.plugin.driver:core') {
1616
exclude group: 'au.com.dius.pact.core'
1717
}
1818

19-
implementation 'commons-io:commons-io:2.11.0'
19+
implementation 'commons-io:commons-io:2.21.0'
2020
implementation 'org.slf4j:slf4j-api'
2121
implementation 'org.apache.commons:commons-lang3'
2222
implementation 'org.apache.commons:commons-collections4'
2323
implementation 'com.github.ajalt:mordant:1.2.1'
24-
implementation 'com.vladsch.flexmark:flexmark:0.62.2'
25-
implementation 'com.vladsch.flexmark:flexmark-ext-tables:0.62.2'
24+
implementation 'com.vladsch.flexmark:flexmark:0.64.8'
25+
implementation 'com.vladsch.flexmark:flexmark-ext-tables:0.64.8'
2626
implementation 'org.apache.groovy:groovy'
27-
implementation 'com.michael-bull.kotlin-result:kotlin-result:1.1.14'
27+
implementation 'com.michael-bull.kotlin-result:kotlin-result:1.1.20'
2828

2929
testImplementation 'org.hamcrest:hamcrest'
3030
testImplementation 'org.spockframework:spock-core'
3131
testImplementation 'ch.qos.logback:logback-classic'
3232
testImplementation 'org.apache.groovy:groovy-json'
33-
testImplementation 'org.mockito:mockito-core:4.9.0'
33+
testImplementation 'org.mockito:mockito-core:4.11.0'
3434
testImplementation 'javax.xml.bind:jaxb-api:2.3.1'
3535
testImplementation 'junit:junit'
36-
testImplementation 'io.dropwizard:dropwizard-testing:2.1.3'
36+
testImplementation 'io.dropwizard:dropwizard-testing:2.1.12'
3737
}
3838

3939
compileTestGroovy {

provider/gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation project(':provider')
1414
implementation project(':core:model')
1515
implementation 'com.github.ajalt:mordant:1.2.1'
16-
implementation 'commons-io:commons-io:2.11.0'
16+
implementation 'commons-io:commons-io:2.21.0'
1717
implementation 'org.apache.commons:commons-lang3'
1818
implementation 'io.github.oshai:kotlin-logging-jvm'
1919

provider/junit/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ dependencies {
1414
api 'org.apache.httpcomponents.client5:httpclient5'
1515

1616
implementation 'org.apache.commons:commons-lang3'
17-
implementation 'org.jooq:jool:0.9.14'
17+
implementation 'org.jooq:jool:0.9.15'
1818
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent'
1919
implementation 'org.slf4j:slf4j-api'
2020
implementation 'com.github.rholder:guava-retrying:2.0.0'
2121
implementation 'javax.mail:mail:1.5.0-b01'
22-
implementation 'commons-io:commons-io:2.11.0'
22+
implementation 'commons-io:commons-io:2.14.0'
2323

2424
testImplementation 'com.github.rest-driver:rest-client-driver:2.0.1'
2525
testImplementation 'com.github.tomakehurst:wiremock-jre8'
@@ -32,7 +32,7 @@ dependencies {
3232

3333
testImplementation 'org.apache.groovy:groovy'
3434
testRuntimeOnly 'net.bytebuddy:byte-buddy'
35-
testRuntimeOnly 'org.objenesis:objenesis:3.1'
35+
testRuntimeOnly 'org.objenesis:objenesis:3.4'
3636
}
3737

3838
test {

provider/junit5/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
}
1919

2020
implementation 'org.slf4j:slf4j-api'
21-
implementation 'com.michael-bull.kotlin-result:kotlin-result:1.1.14'
21+
implementation 'com.michael-bull.kotlin-result:kotlin-result:1.1.20'
2222

2323
testRuntimeOnly 'ch.qos.logback:logback-classic'
2424
testImplementation 'ru.lanwen.wiremock:wiremock-junit5:1.3.1'
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation('com.github.javafaker:javafaker:1.0.2') {
3030
exclude group: 'org.yaml'
3131
}
32-
testImplementation 'org.yaml:snakeyaml:1.33'
32+
testImplementation 'org.yaml:snakeyaml:2.5'
3333
testImplementation 'org.mockito:mockito-core:2.28.2'
3434
testImplementation 'org.mockito:mockito-inline:2.28.2'
3535
}

provider/junit5spring/build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ group = 'au.com.dius.pact.provider'
88
dependencies {
99
api project(':provider:junit5')
1010

11-
implementation 'org.springframework:spring-context:5.3.20'
12-
implementation 'org.springframework:spring-test:5.3.20'
13-
implementation 'org.springframework:spring-web:5.3.20'
14-
implementation 'org.springframework:spring-webflux:5.3.20'
11+
implementation 'org.springframework:spring-context:5.3.39'
12+
implementation 'org.springframework:spring-test:5.3.39'
13+
implementation 'org.springframework:spring-web:5.3.39'
14+
implementation 'org.springframework:spring-webflux:5.3.39'
1515
implementation 'javax.servlet:javax.servlet-api:3.1.0'
1616
implementation 'org.hamcrest:hamcrest:2.2'
1717
implementation 'org.apache.commons:commons-lang3'
1818
implementation 'javax.mail:mail:1.5.0-b01'
1919

20-
testImplementation 'org.springframework.boot:spring-boot-test:2.5.14'
21-
testImplementation 'org.springframework.boot:spring-boot-test-autoconfigure:2.5.14'
22-
testImplementation 'org.springframework:spring-webmvc:5.3.20'
20+
testImplementation 'org.springframework.boot:spring-boot-test:2.7.18'
21+
testImplementation 'org.springframework.boot:spring-boot-test-autoconfigure:2.7.18'
22+
testImplementation 'org.springframework:spring-webmvc:5.3.39'
2323
testImplementation 'org.apache.groovy:groovy'
2424
testImplementation 'org.yaml:snakeyaml:1.33'
2525
}

provider/lein/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
mavenLocal()
66
}
77
dependencies {
8-
classpath 'org.apache.commons:commons-lang3:3.10'
9-
classpath 'org.clojure:clojure:1.10.1'
8+
classpath 'org.apache.commons:commons-lang3:3.19.0'
9+
classpath 'org.clojure:clojure:1.11.4'
1010
}
1111
}
1212

@@ -22,24 +22,24 @@ import org.apache.commons.lang3.RandomStringUtils
2222

2323
dependencies {
2424
api project(":provider")
25-
implementation 'org.clojure:clojure:1.10.1'
26-
implementation 'org.clojure:core.match:1.0.0'
27-
implementation 'org.clojure:core.rrb-vector:0.1.1'
28-
implementation 'leiningen-core:leiningen-core:2.9.10'
29-
implementation 'org.apache.maven:maven-aether-provider:3.0.5'
25+
implementation 'org.clojure:clojure:1.11.4'
26+
implementation 'org.clojure:core.match:1.1.0'
27+
implementation 'org.clojure:core.rrb-vector:0.2.0'
28+
implementation 'leiningen-core:leiningen-core:2.12.0'
29+
implementation 'org.apache.maven:maven-aether-provider:3.3.9'
3030
implementation 'org.sonatype.aether:aether-connector-file:1.13.1'
3131
implementation 'org.sonatype.aether:aether-connector-wagon:1.13.1'
3232
implementation 'org.apache.httpcomponents.client5:httpclient5'
3333
implementation 'org.apache.groovy:groovy'
3434

3535
testImplementation 'org.clojure:tools.nrepl:0.2.13'
3636

37-
groovyDoc 'org.apache.groovy:groovy-all:4.0.11'
37+
groovyDoc 'org.apache.groovy:groovy-all:4.0.26'
3838
}
3939

4040
clojure.aotCompile = true
4141
clojureTest.junit = true
42-
clojureRepl.port = '7888'
42+
//clojureRepl.port = '7888'
4343

4444
compileClojure {
4545
dependsOn compileGroovy

provider/maven/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ group = 'au.com.dius.pact.provider'
88
dependencies {
99
api project(":provider")
1010

11-
implementation 'org.apache.maven:maven-plugin-api:3.8.1'
12-
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.1'
13-
implementation 'org.apache.maven:maven-core:3.8.6'
11+
implementation 'org.apache.maven:maven-plugin-api:3.9.11'
12+
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.2'
13+
implementation 'org.apache.maven:maven-core:3.9.9'
1414
implementation 'com.github.ajalt:mordant:1.2.1'
1515

1616
testImplementation 'junit:junit'
1717
testImplementation 'org.apache.groovy:groovy'
1818
testImplementation 'org.apache.groovy:groovy-nio'
1919

2020
testRuntimeOnly 'net.bytebuddy:byte-buddy'
21-
testRuntimeOnly 'org.objenesis:objenesis:3.1'
21+
testRuntimeOnly 'org.objenesis:objenesis:3.4'
2222
testRuntimeOnly 'ch.qos.logback:logback-classic'
2323
}
2424

provider/spring/build.gradle

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ dependencies {
99
api project(':provider:junit')
1010

1111
implementation 'org.apache.groovy:groovy'
12-
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.5.14'
13-
implementation group: 'org.springframework', name: 'spring-webmvc', version: '5.3.19'
14-
implementation group: 'org.springframework', name: 'spring-webflux', version: '5.3.19'
15-
implementation group: 'org.springframework', name: 'spring-test', version: '5.3.19'
16-
implementation group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
17-
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-joda', version: '2.13.4'
18-
runtimeOnly group: 'org.synchronoss.cloud', name: 'nio-multipart-parser', version: '1.1.0'
12+
implementation 'org.springframework.boot:spring-boot-starter-test:2.7.18'
13+
implementation 'org.springframework:spring-webmvc:5.3.39'
14+
implementation 'org.springframework:spring-webflux:5.3.39'
15+
implementation 'org.springframework:spring-test:5.3.39'
16+
implementation 'javax.servlet:javax.servlet-api:3.1.0'
17+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.20.1'
1918
implementation 'org.apache.commons:commons-lang3'
2019
implementation 'javax.mail:mail:1.5.0-b01'
2120
implementation 'org.apache.commons:commons-collections4'
2221

23-
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.5.14'
22+
runtimeOnly 'org.synchronoss.cloud:nio-multipart-parser:1.1.0'
23+
24+
testImplementation 'org.springframework.boot:spring-boot-starter-web:2.7.18'
2425
testImplementation 'org.apache.groovy:groovy'
26+
testImplementation 'org.mockito:mockito-core:5.20.0'
2527
testRuntimeOnly 'net.bytebuddy:byte-buddy'
2628
}

provider/spring/src/test/java/au/com/dius/pact/provider/spring/BooksPactProviderStates.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import java.util.List;
88
import java.util.UUID;
99

10-
import static org.mockito.Matchers.any;
10+
import static org.mockito.ArgumentMatchers.any;
1111
import static org.mockito.Mockito.when;
1212

1313
public class BooksPactProviderStates {

provider/spring/src/test/java/au/com/dius/pact/provider/spring/BooksPactProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import java.util.List;
2828
import java.util.UUID;
2929

30-
import static org.mockito.Matchers.any;
30+
import static org.mockito.ArgumentMatchers.any;
3131
import static org.mockito.Mockito.when;
3232

3333
@RunWith(RestPactRunner.class)

0 commit comments

Comments
 (0)