Skip to content

Commit

Permalink
Update dependency com.oracle.database.jdbc:ojdbc11 to v23.6.0.24.10 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to authored Nov 6, 2024
2 parents 122e766 + d1315b6 commit cc0168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ junit = "5.11.3"
[libraries]
jdbc-h2 = { module = "com.h2database:h2", version = "2.3.232" }
jdbc-mysql = { module = "mysql:mysql-connector-java", version = "8.0.33" }
jdbc-oracle = { module = "com.oracle.database.jdbc:ojdbc11", version = "23.5.0.24.07" }
jdbc-oracle = { module = "com.oracle.database.jdbc:ojdbc11", version = "23.6.0.24.10" }
jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.4" }
jdbc-sqlite = { module = "org.xerial:sqlite-jdbc", version = "3.47.0.0" }
jdbc-sqlserver = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.8.1.jre11" }
Expand Down

0 comments on commit cc0168d

Please sign in to comment.