We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090fb07 commit b1c2218Copy full SHA for b1c2218
aws-serverless-jersey-archetype/src/main/resources/archetype-resources/build.gradle
@@ -23,7 +23,7 @@ dependencies {
23
24
testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")
25
testImplementation("org.apache.httpcomponents.client5:httpclient5:5.4.2")
26
- testImplementation(platform("org.junit:junit-bom:5.11.4"))
+ testImplementation(platform("org.junit:junit-bom:5.12.1"))
27
testImplementation("org.junit.jupiter:junit-jupiter")
28
}
29
0 commit comments