@@ -143,29 +143,29 @@ repositories {
143
143
dependencies {
144
144
implementation ' org.osgi:org.osgi.core:6.0.0' ,
145
145
' org.osgi:org.osgi.service.jdbc:1.1.0'
146
- compileOnly ' com.azure:azure-security-keyvault-keys:4.7.3 ' ,
147
- ' com.azure:azure-identity:1.12.2 ' ,
146
+ compileOnly ' com.azure:azure-security-keyvault-keys:4.9.1 ' ,
147
+ ' com.azure:azure-identity:1.15.0 ' ,
148
148
' org.antlr:antlr4-runtime:4.9.3' ,
149
- ' com.google.code.gson:gson:2.10.1 ' ,
150
- ' org.bouncycastle:bcprov-jdk18on:1.78 ' ,
151
- ' org.bouncycastle:bcpkix-jdk18on:1.78 '
152
- testImplementation ' org.junit.platform:junit-platform-console:1.5.2 ' ,
153
- ' org.junit.platform:junit-platform-commons:1.5.2 ' ,
154
- ' org.junit.platform:junit-platform-engine:1.5.2 ' ,
155
- ' org.junit.platform:junit-platform-launcher:1.5.2 ' ,
156
- ' org.junit.platform:junit-platform-runner:1.5.2 ' ,
149
+ ' com.google.code.gson:gson:2.11.0 ' ,
150
+ ' org.bouncycastle:bcprov-jdk18on:1.79 ' ,
151
+ ' org.bouncycastle:bcpkix-jdk18on:1.79 '
152
+ testImplementation ' org.junit.platform:junit-platform-console:1.11.4 ' ,
153
+ ' org.junit.platform:junit-platform-commons:1.11.4 ' ,
154
+ ' org.junit.platform:junit-platform-engine:1.11.4 ' ,
155
+ ' org.junit.platform:junit-platform-launcher:1.11.4 ' ,
156
+ ' org.junit.platform:junit-platform-runner:1.11.4 ' ,
157
157
' org.junit.platform:junit-platform-surefire-provider:1.3.2' ,
158
- ' org.junit.jupiter:junit-jupiter-api:5.8.2 ' ,
159
- ' org.junit.jupiter:junit-jupiter-engine:5.8.2 ' ,
160
- ' org.junit.jupiter:junit-jupiter-params:5.8.2 ' ,
161
- ' com.zaxxer:HikariCP:3.4.2 ' ,
162
- ' org.apache.commons:commons-dbcp2:2.7 .0' ,
163
- ' org.slf4j:slf4j-nop:1.7.30 ' ,
158
+ ' org.junit.jupiter:junit-jupiter-api:5.11.4 ' ,
159
+ ' org.junit.jupiter:junit-jupiter-engine:5.11.4 ' ,
160
+ ' org.junit.jupiter:junit-jupiter-params:5.11.4 ' ,
161
+ ' com.zaxxer:HikariCP:6.2.1 ' ,
162
+ ' org.apache.commons:commons-dbcp2:2.13 .0' ,
163
+ ' org.slf4j:slf4j-nop:1.7.36 ' ,
164
164
' org.antlr:antlr4-runtime:4.9.3' ,
165
- ' org.eclipse.gemini.blueprint:gemini-blueprint-mock:2.1 .0.RELEASE ' ,
166
- ' com.google.code.gson:gson:2.10.1 ' ,
167
- ' org.bouncycastle:bcprov-jdk18on:1.78 ' ,
168
- ' com.azure:azure-security-keyvault-keys:4.7.3 ' ,
169
- ' com.azure:azure-identity:1.12.2 ' ,
170
- ' com.h2database:h2:2.2.220 '
165
+ ' org.eclipse.gemini.blueprint:gemini-blueprint-mock:3.0 .0.M01 ' ,
166
+ ' com.google.code.gson:gson:2.11.0 ' ,
167
+ ' org.bouncycastle:bcprov-jdk18on:1.79 ' ,
168
+ ' com.azure:azure-security-keyvault-keys:4.9.1 ' ,
169
+ ' com.azure:azure-identity:1.15.0 ' ,
170
+ ' com.h2database:h2:2.3.232 '
171
171
}
0 commit comments