diff --git a/build.gradle b/build.gradle index 3e5d87a9e..659ebae55 100644 --- a/build.gradle +++ b/build.gradle @@ -143,29 +143,29 @@ repositories { dependencies { implementation 'org.osgi:org.osgi.core:6.0.0', 'org.osgi:org.osgi.service.jdbc:1.1.0' - compileOnly 'com.azure:azure-security-keyvault-keys:4.7.3', - 'com.azure:azure-identity:1.12.2', + compileOnly 'com.azure:azure-security-keyvault-keys:4.9.1', + 'com.azure:azure-identity:1.15.0', 'org.antlr:antlr4-runtime:4.9.3', - 'com.google.code.gson:gson:2.10.1', - 'org.bouncycastle:bcprov-jdk18on:1.78', - 'org.bouncycastle:bcpkix-jdk18on:1.78' - testImplementation 'org.junit.platform:junit-platform-console:1.5.2', - 'org.junit.platform:junit-platform-commons:1.5.2', - 'org.junit.platform:junit-platform-engine:1.5.2', - 'org.junit.platform:junit-platform-launcher:1.5.2', - 'org.junit.platform:junit-platform-runner:1.5.2', + 'com.google.code.gson:gson:2.11.0', + 'org.bouncycastle:bcprov-jdk18on:1.79', + 'org.bouncycastle:bcpkix-jdk18on:1.79' + testImplementation 'org.junit.platform:junit-platform-console:1.11.4', + 'org.junit.platform:junit-platform-commons:1.11.4', + 'org.junit.platform:junit-platform-engine:1.11.4', + 'org.junit.platform:junit-platform-launcher:1.11.4', + 'org.junit.platform:junit-platform-runner:1.11.4', 'org.junit.platform:junit-platform-surefire-provider:1.3.2', - 'org.junit.jupiter:junit-jupiter-api:5.8.2', - 'org.junit.jupiter:junit-jupiter-engine:5.8.2', - 'org.junit.jupiter:junit-jupiter-params:5.8.2', + 'org.junit.jupiter:junit-jupiter-api:5.11.4', + 'org.junit.jupiter:junit-jupiter-engine:5.11.4', + 'org.junit.jupiter:junit-jupiter-params:5.11.4', 'com.zaxxer:HikariCP:3.4.2', - 'org.apache.commons:commons-dbcp2:2.7.0', - 'org.slf4j:slf4j-nop:1.7.30', + 'org.apache.commons:commons-dbcp2:2.13.0', + 'org.slf4j:slf4j-nop:1.7.36', 'org.antlr:antlr4-runtime:4.9.3', - 'org.eclipse.gemini.blueprint:gemini-blueprint-mock:2.1.0.RELEASE', - 'com.google.code.gson:gson:2.10.1', - 'org.bouncycastle:bcprov-jdk18on:1.78', - 'com.azure:azure-security-keyvault-keys:4.7.3', - 'com.azure:azure-identity:1.12.2', + 'org.eclipse.gemini.blueprint:gemini-blueprint-mock:3.0.0.M01', + 'com.google.code.gson:gson:2.11.0', + 'org.bouncycastle:bcprov-jdk18on:1.79', + 'com.azure:azure-security-keyvault-keys:4.9.1', + 'com.azure:azure-identity:1.15.0', 'com.h2database:h2:2.2.220' } diff --git a/pom.xml b/pom.xml index 026144f46..dca0cd170 100644 --- a/pom.xml +++ b/pom.xml @@ -54,21 +54,21 @@ -preview 6.0.0 - 4.7.3 - 1.12.2 - 1.15.1 + 4.9.1 + 1.15.0 + 1.17.2 1.1.0 4.9.3 - 2.10.1 - 1.78 - 1.78 + 2.11.0 + 1.79 + 1.79 - [1.3.2, 1.9.0] - 5.8.2 + [1.3.2, 1.11.4] + 5.11.4 3.4.2 - 2.7.0 - 1.7.30 - 2.1.0.RELEASE + 2.13.0 + 1.7.36 + 3.0.0.M01 2.2.220 UTF-8 ${project.build.sourceEncoding}