File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 843843 </dependency >
844844 <dependency >
845845 <groupId >com.oracle.database.jdbc</groupId >
846- <artifactId >ojdbc11 </artifactId >
846+ <artifactId >ojdbc17 </artifactId >
847847 <version >${version.com.oracle.database.jdbc} </version >
848848 </dependency >
849849 <dependency >
Original file line number Diff line number Diff line change 179179 <id >ci-oracle</id >
180180 <properties >
181181 <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>
183183 <test .database.run.kind>oracle</test .database.run.kind>
184184 <!-- avoid `ORA-01882: timezone region not found` exception on CI -->
185185 <failsafe .jvm.args.jdbc>-Doracle.jdbc.timezoneAsRegion=false</failsafe .jvm.args.jdbc>
You can’t perform that action at this time.
0 commit comments