File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
os : [ubuntu-latest, macos-latest, windows-latest]
11
- java : [11, 17, 21, 22-ea]
11
+ java : [17, 21, 22-ea]
12
12
distribution : ['temurin']
13
13
fail-fast : false
14
14
max-parallel : 4
Original file line number Diff line number Diff line change 224
224
<dependency >
225
225
<groupId >org.apache.derby</groupId >
226
226
<artifactId >derby</artifactId >
227
- <version >10.15.2.0 </version >
227
+ <version >10.16.1.1 </version >
228
228
<scope >test</scope >
229
229
</dependency >
230
230
<dependency >
231
231
<groupId >org.apache.derby</groupId >
232
232
<artifactId >derbyshared</artifactId >
233
- <version >10.15.2.0 </version >
233
+ <version >10.16.1.1 </version >
234
234
<scope >test</scope >
235
235
</dependency >
236
236
<dependency >
237
237
<groupId >org.apache.derby</groupId >
238
238
<artifactId >derbyoptionaltools</artifactId >
239
- <version >10.15.2.0 </version >
239
+ <version >10.16.1.1 </version >
240
240
<scope >test</scope >
241
241
</dependency >
242
242
<dependency >
316
316
<dependency >
317
317
<groupId >com.microsoft.sqlserver</groupId >
318
318
<artifactId >mssql-jdbc</artifactId >
319
- <version >11.2.0 .jre8</version >
319
+ <version >12.4.2 .jre8</version >
320
320
<scope >provided</scope >
321
321
</dependency >
322
322
<dependency >
You can’t perform that action at this time.
0 commit comments