File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
<dependency >
37
37
<groupId >org.testng</groupId >
38
38
<artifactId >testng</artifactId >
39
- <version >7.4.0 </version >
39
+ <version >7.5 </version >
40
40
<scope >test</scope >
41
41
</dependency >
42
42
93
93
<plugin >
94
94
<groupId >org.apache.maven.plugins</groupId >
95
95
<artifactId >maven-compiler-plugin</artifactId >
96
- <version >3.8.1 </version >
96
+ <version >3.9.0 </version >
97
97
</plugin >
98
98
99
99
<plugin >
Original file line number Diff line number Diff line change 123
123
<properties >
124
124
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
125
125
<sqlite4java .version>1.0.392</sqlite4java .version>
126
- <checkstyle .version>9.2.1 </checkstyle .version>
126
+ <checkstyle .version>9.3 </checkstyle .version>
127
127
<maven-checkstyle-plugin .version>3.1.2</maven-checkstyle-plugin .version>
128
128
<jacoco-maven-plugin .version>0.8.7</jacoco-maven-plugin .version>
129
129
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
149
149
<dependency >
150
150
<groupId >com.amazonaws</groupId >
151
151
<artifactId >aws-java-sdk-bom</artifactId >
152
- <version >1.12.131 </version >
152
+ <version >1.12.151 </version >
153
153
<type >pom</type >
154
154
<scope >import</scope >
155
155
</dependency >
170
170
<dependency >
171
171
<groupId >org.testng</groupId >
172
172
<artifactId >testng</artifactId >
173
- <version >7.4.0 </version >
173
+ <version >7.5 </version >
174
174
<scope >test</scope >
175
175
</dependency >
176
176
283
283
<plugin >
284
284
<groupId >org.apache.maven.plugins</groupId >
285
285
<artifactId >maven-compiler-plugin</artifactId >
286
- <version >3.8.1 </version >
286
+ <version >3.9.0 </version >
287
287
<configuration >
288
288
<source >1.8</source >
289
289
<target >1.8</target >
You can’t perform that action at this time.
0 commit comments