Skip to content

Commit 1d678d5

Browse files
committed
Add Play 2.4 latest dependency pins
The Play 2.4 custom test suite resolves Play Java, Java WS, and test artifacts with the 2.4.+ selector when testLatestDeps is enabled, but the latest-dependency pin file only contained pins for the 2.5.+ selectors. This caused CI dependency resolution to fail before running checkstyle. Add the missing 2.4.+ pins for the three Play 2.4 artifacts, using 2.4.11 as the latest Play 2.4 release. Validation: .\gradlew.bat :instrumentation:play:play-mvc:play-mvc-2.4:javaagent:checkstylePlay24Test -PtestLatestDeps=true
1 parent 19acb56 commit 1d678d5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/config/latest-dep-versions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,14 @@
100100
"com.typesafe.play:play-ahc-ws-standalone_2.13#+": "2.2.14",
101101
"com.typesafe.play:play-akka-http-server_2.13#2.8.+": "2.8.22",
102102
"com.typesafe.play:play-java-ws_2.11#+": "2.5.19",
103+
"com.typesafe.play:play-java-ws_2.11#2.4.+": "2.4.11",
103104
"com.typesafe.play:play-java-ws_2.11#2.5.+": "2.5.19",
104105
"com.typesafe.play:play-java_2.11#+": "2.5.19",
106+
"com.typesafe.play:play-java_2.11#2.4.+": "2.4.11",
105107
"com.typesafe.play:play-java_2.11#2.5.+": "2.5.19",
106108
"com.typesafe.play:play-java_2.13#2.8.+": "2.8.22",
107109
"com.typesafe.play:play-test_2.11#+": "2.5.19",
110+
"com.typesafe.play:play-test_2.11#2.4.+": "2.4.11",
108111
"com.typesafe.play:play-test_2.11#2.5.+": "2.5.19",
109112
"com.typesafe.play:play-test_2.13#2.8.+": "2.8.22",
110113
"com.typesafe.play:play_2.11#+": "2.7.9",

0 commit comments

Comments
 (0)