diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2023-11-08 16:34:56 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-09 20:02:39 +0000 |
commit | 9336c39a2ab2b3f8392891cbbf6a685dba9b3865 (patch) | |
tree | 5919a43e507db261541a52808b2c3a7ef2e63ac4 /build.gradle | |
parent | 6215e31d2f5747e9e544ffe31f3817f0ef8e5ec6 (diff) | |
download | sonarqube-9336c39a2ab2b3f8392891cbbf6a685dba9b3865.tar.gz sonarqube-9336c39a2ab2b3f8392891cbbf6a685dba9b3865.zip |
[NO-JIRA] Update com.oracle.database.jdbc:ojdbc11 23.2.0.0 -> 23.3.0.23.09
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 46a08ff7242..12c5083f366 100644 --- a/build.gradle +++ b/build.gradle @@ -325,7 +325,7 @@ subprojects { exclude 'com.fasterxml.jackson.core:jackson-databind' } dependency 'com.onelogin:java-saml:2.9.0' - dependency 'com.oracle.database.jdbc:ojdbc11:23.2.0.0' + dependency 'com.oracle.database.jdbc:ojdbc11:23.3.0.23.09' dependency 'org.aspectj:aspectjtools:1.9.20.1' // If this gets updated the dependency on okio 3.5.0 should be reviewed dependencySet(group: 'com.squareup.okhttp3', version: '4.12.0') { |