Today was released new version of spring-boot 3.4.10 But the spring-boot-dependencies-3.4.10.pom points to wrong oracle version
This version doesn't exists in any public artifactory(no central, no oracle one), maybe it's a bug or just typo.
Comment From: wilkinsona
Spring Boot would fail to build if it pointed to a non-existent artifact. The Oracle Database version is that of the OJDBC bom. 23.5.0.24.07 is available from Maven Central.
Comment From: rootyakov
I mean, there are no corresponding artifacts:
com.oracle.database.security:osdt_core:jar:23.5.0.24.07
com.oracle.database.security:osdt_cert:jar:23.5.0.24.07
Comment From: wilkinsona
Spring Boot does not manage the version of com.oracle.database.security.osdt_cert
as it's not part of the OJDBC bom. I suspect you may be misusing the oracle-database.version
property in your pom. If you'd like further help with this, please ask a question on Stack Overflow that includes everything that's necessary to reproduce the problem.