Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 856a9c1

Browse files
committed
Update junit dependencies.
1 parent 13eb8da commit 856a9c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apollo-test/src/test/java/com/spotify/apollo/test/ServiceHelperExtensionUsageTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void shouldFailToInstantiateTestClassWhenExtensionDeclaredUsingExtendWith() {
3838
EngineTestKit.engine(ENGINE_ID)
3939
.selectors(selectClass(ServiceHelperIncorrectUsage.class))
4040
.execute()
41-
.containers()
41+
.containerEvents()
4242
.assertStatistics(stats -> stats.failed(1));
4343
}
4444

@@ -47,7 +47,7 @@ void shouldExecuteTestsWhenExtensionDeclaredProgrammatically() {
4747
EngineTestKit.engine(ENGINE_ID)
4848
.selectors(selectClass(ServiceHelperCorrectUsage.class))
4949
.execute()
50-
.tests()
50+
.testEvents()
5151
.assertStatistics(stats -> stats.started(2).succeeded(2));
5252
}
5353
}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
<auto-matter.version>0.15.3</auto-matter.version>
4646
<auto-value.version>1.7.4</auto-value.version>
4747
<logback.version>1.2.3</logback.version>
48-
<jackson.version>2.11.2</jackson.version>
48+
<jackson.version>2.12.3</jackson.version>
4949
<semantic-metrics.version>1.1.7</semantic-metrics.version>
5050
<guava.version>29.0-jre</guava.version>
51-
<junit.testkit.version>1.5.2</junit.testkit.version>
51+
<junit.testkit.version>1.7.1</junit.testkit.version>
5252
<slf4j.version>1.7.30</slf4j.version>
5353
<hamcrest.version>2.2</hamcrest.version>
5454
</properties>
@@ -249,7 +249,7 @@
249249
<dependency>
250250
<groupId>org.junit</groupId>
251251
<artifactId>junit-bom</artifactId>
252-
<version>5.5.2</version>
252+
<version>5.7.1</version>
253253
<scope>import</scope>
254254
<type>pom</type>
255255
</dependency>

0 commit comments

Comments
 (0)