We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ef805 commit 1161440Copy full SHA for 1161440
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.3")
26
- testImplementation(platform("org.junit:junit-bom:5.12.1"))
+ testImplementation(platform("org.junit:junit-bom:5.12.2"))
27
testImplementation("org.junit.jupiter:junit-jupiter")
28
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
29
}
0 commit comments