We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1b813 commit 3d58353Copy full SHA for 3d58353
1 file changed
aws-lambda-java-runtime-interface-client/pom.xml
@@ -37,7 +37,7 @@
37
<jacoco.maven.plugin.version>0.8.12</jacoco.maven.plugin.version>
38
<maven-install-plugin.version>2.4</maven-install-plugin.version>
39
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
40
- <junit-jupiter.version>5.14.3</junit-jupiter.version>
+ <junit-jupiter.version>5.10.5</junit-jupiter.version>
41
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
42
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
43
<!--
@@ -140,7 +140,7 @@
140
<dependency>
141
<groupId>org.junit.platform</groupId>
142
<artifactId>junit-platform-launcher</artifactId>
143
- <version>1.12.2</version>
+ <version>1.10.5</version>
144
</dependency>
145
</dependencies>
146
</plugin>
0 commit comments