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 88 strategy :
99 matrix :
1010 os : [ubuntu-latest, macos-latest, windows-latest]
11- java : [11, 17, 21, 22-ea]
11+ java : [17, 21, 22-ea]
1212 distribution : ['temurin']
1313 fail-fast : false
1414 max-parallel : 4
Original file line number Diff line number Diff line change 224224 <dependency >
225225 <groupId >org.apache.derby</groupId >
226226 <artifactId >derby</artifactId >
227- <version >10.15.2.0 </version >
227+ <version >10.16.1.1 </version >
228228 <scope >test</scope >
229229 </dependency >
230230 <dependency >
231231 <groupId >org.apache.derby</groupId >
232232 <artifactId >derbyshared</artifactId >
233- <version >10.15.2.0 </version >
233+ <version >10.16.1.1 </version >
234234 <scope >test</scope >
235235 </dependency >
236236 <dependency >
237237 <groupId >org.apache.derby</groupId >
238238 <artifactId >derbyoptionaltools</artifactId >
239- <version >10.15.2.0 </version >
239+ <version >10.16.1.1 </version >
240240 <scope >test</scope >
241241 </dependency >
242242 <dependency >
316316 <dependency >
317317 <groupId >com.microsoft.sqlserver</groupId >
318318 <artifactId >mssql-jdbc</artifactId >
319- <version >11.2.0 .jre8</version >
319+ <version >12.4.2 .jre8</version >
320320 <scope >provided</scope >
321321 </dependency >
322322 <dependency >
You can’t perform that action at this time.
0 commit comments