File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 843
843
</dependency >
844
844
<dependency >
845
845
<groupId >com.oracle.database.jdbc</groupId >
846
- <artifactId >ojdbc11 </artifactId >
846
+ <artifactId >ojdbc17 </artifactId >
847
847
<version >${version.com.oracle.database.jdbc} </version >
848
848
</dependency >
849
849
<dependency >
Original file line number Diff line number Diff line change 179
179
<id >ci-oracle</id >
180
180
<properties >
181
181
<jdbc .driver.groupId>com.oracle.database.jdbc</jdbc .driver.groupId>
182
- <jdbc .driver.artifactId>ojdbc11 </jdbc .driver.artifactId>
182
+ <jdbc .driver.artifactId>ojdbc17 </jdbc .driver.artifactId>
183
183
<test .database.run.kind>oracle</test .database.run.kind>
184
184
<!-- avoid `ORA-01882: timezone region not found` exception on CI -->
185
185
<failsafe .jvm.args.jdbc>-Doracle.jdbc.timezoneAsRegion=false</failsafe .jvm.args.jdbc>
You can’t perform that action at this time.
0 commit comments