Skip to content

Commit 3d58353

Browse files
committed
chore: bump down junit
1 parent aa1b813 commit 3d58353

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • aws-lambda-java-runtime-interface-client

aws-lambda-java-runtime-interface-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<jacoco.maven.plugin.version>0.8.12</jacoco.maven.plugin.version>
3838
<maven-install-plugin.version>2.4</maven-install-plugin.version>
3939
<maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version>
40-
<junit-jupiter.version>5.14.3</junit-jupiter.version>
40+
<junit-jupiter.version>5.10.5</junit-jupiter.version>
4141
<maven-checkstyle-plugin.version>3.4.0</maven-checkstyle-plugin.version>
4242
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
4343
<!--
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.junit.platform</groupId>
142142
<artifactId>junit-platform-launcher</artifactId>
143-
<version>1.12.2</version>
143+
<version>1.10.5</version>
144144
</dependency>
145145
</dependencies>
146146
</plugin>

0 commit comments

Comments
 (0)