Skip to content

Commit 68589a9

Browse files
committed
Upgrade parent pom to latest version
This is notably to fix the discovery of `javadoc` under Java 11 since the utility has been moved to a different directory with Java 9. Fix indentation reported by newer CheckStyle in CustomRoutePlannerIntegrationTest.java. Bug: T350587 Bug: T351413 Depends-On: Idef9e714173ba16aeb610a437e6cdb47f2c39d46 Change-Id: Ic3a995b97893302c12dab735ccce1e8c71d5d8c0
1 parent 6bc6bf8 commit 68589a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

http-client-utils/src/test/java/org/wikimedia/utils/http/CustomRoutePlannerIntegrationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import ru.lanwen.wiremock.ext.WiremockUriResolver.WiremockUri;
2424

2525
@ExtendWith({
26-
WiremockResolver.class,
27-
WiremockUriResolver.class
26+
WiremockResolver.class,
27+
WiremockUriResolver.class
2828
})
2929
class CustomRoutePlannerIntegrationTest {
3030

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.wikimedia.discovery</groupId>
66
<artifactId>discovery-parent-pom</artifactId>
7-
<version>1.55</version>
7+
<version>1.69</version>
88
<relativePath />
99
</parent>
1010
<groupId>org.wikimedia.utils</groupId>

0 commit comments

Comments
 (0)