File tree 4 files changed +4
-4
lines changed
aws-lambda-java-events-sdk-transformer
aws-lambda-java-runtime-interface-client
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
<dependency >
71
71
<groupId >org.junit.jupiter</groupId >
72
72
<artifactId >junit-jupiter-engine</artifactId >
73
- <version >5.7 .0</version >
73
+ <version >5.11 .0</version >
74
74
<scope >test</scope >
75
75
</dependency >
76
76
</dependencies >
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.junit.jupiter</groupId >
58
58
<artifactId >junit-jupiter-engine</artifactId >
59
- <version >5.9.2 </version >
59
+ <version >5.11.0 </version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
Original file line number Diff line number Diff line change 37
37
<jacoco .maven.plugin.version>0.8.12</jacoco .maven.plugin.version>
38
38
<maven-install-plugin .version>2.4</maven-install-plugin .version>
39
39
<maven-deploy-plugin .version>3.1.1</maven-deploy-plugin .version>
40
- <junit-jupiter .version>5.9.2 </junit-jupiter .version>
40
+ <junit-jupiter .version>5.11.0 </junit-jupiter .version>
41
41
<maven-checkstyle-plugin .version>3.4.0</maven-checkstyle-plugin .version>
42
42
<!--
43
43
The test/integration/codebuild/buildspec.*.yml files will set -DmultiArch=false
Original file line number Diff line number Diff line change 32
32
<maven .compiler.source>1.8</maven .compiler.source>
33
33
<maven .compiler.target>1.8</maven .compiler.target>
34
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
- <junit .version>5.9.2 </junit .version>
35
+ <junit .version>5.11.0 </junit .version>
36
36
<jacoco .maven.plugin.version>0.8.7</jacoco .maven.plugin.version>
37
37
</properties >
38
38
You can’t perform that action at this time.
0 commit comments