File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949 <properties >
5050 <maven .compiler.source>1.8</maven .compiler.source>
5151 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
52- <junit .jupiter.version>5.11.0 </junit .jupiter.version>
52+ <junit .jupiter.version>5.11.1 </junit .jupiter.version>
5353 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5454 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5555 <module-name >${groupId} .${artifactId} </module-name >
159159 <dependency >
160160 <groupId >org.junit.platform</groupId >
161161 <artifactId >junit-platform-suite</artifactId >
162- <version >1.11.0 </version >
162+ <version >1.11.1 </version >
163163 <scope >test</scope >
164164 </dependency >
165165
Original file line number Diff line number Diff line change 126126 <dependency >
127127 <groupId >org.junit.jupiter</groupId >
128128 <artifactId >junit-jupiter</artifactId >
129- <version >5.11.0 </version >
129+ <version >5.11.1 </version >
130130 <scope >test</scope >
131131 </dependency >
132132 <dependency >
You can’t perform that action at this time.
0 commit comments