@@ -142,20 +142,20 @@ dependencies {
142
142
143
143
144
144
implementation " org.jacoco:org.jacoco.agent:0.8.12"
145
- implementation (" org.jacoco:org.jacoco.ant:0.8.11 " ) {
145
+ implementation (" org.jacoco:org.jacoco.ant:0.8.12 " ) {
146
146
exclude group : ' org.ow2.asm' , module : ' asm-commons'
147
147
exclude group : ' org.ow2.asm' , module : ' asm'
148
148
exclude group : ' org.ow2.asm' , module : ' asm-tree'
149
149
}
150
150
151
151
// used for output encoding of config descriptions
152
- implementation group : ' org.owasp.encoder' , name : ' encoder' , version : ' 1.2.3 '
152
+ implementation group : ' org.owasp.encoder' , name : ' encoder' , version : ' 1.3.1 '
153
153
154
154
testImplementation group : ' pl.pragmatists' , name : ' JUnitParams' , version : ' 1.1.1'
155
- testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.14.1 '
155
+ testImplementation group : ' org.mockito' , name : ' mockito-core' , version : ' 5.14.2 '
156
156
testImplementation group : ' org.objenesis' , name : ' objenesis' , version : ' 3.3'
157
- testImplementation group : ' net.bytebuddy' , name : ' byte-buddy' , version : ' 1.14.9 '
158
- testImplementation group : ' net.bytebuddy' , name : ' byte-buddy-agent' , version : ' 1.14.9 '
157
+ testImplementation group : ' net.bytebuddy' , name : ' byte-buddy' , version : ' 1.15.10 '
158
+ testImplementation group : ' net.bytebuddy' , name : ' byte-buddy-agent' , version : ' 1.15.10 '
159
159
testCompileOnly ' org.apiguardian:apiguardian-api:1.1.2'
160
160
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
161
161
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.2'
@@ -186,7 +186,7 @@ allprojects {
186
186
version = " ${ opensearch_build} "
187
187
188
188
plugins. withId(' jacoco' ) {
189
- jacoco. toolVersion = ' 0.8.11 '
189
+ jacoco. toolVersion = ' 0.8.12 '
190
190
}
191
191
}
192
192
@@ -218,10 +218,10 @@ configurations.all {
218
218
force " org.apache.httpcomponents.client5:httpclient5:${ versions.httpclient5} "
219
219
force " commons-codec:commons-codec:${ versions.commonscodec} "
220
220
221
- force " org.mockito:mockito-core:5.14.1 "
221
+ force " org.mockito:mockito-core:5.14.2 "
222
222
force " org.objenesis:objenesis:3.3"
223
- force " net.bytebuddy:byte-buddy:1.14.9 "
224
- force " net.bytebuddy:byte-buddy-agent:1.14.9 "
223
+ force " net.bytebuddy:byte-buddy:1.15.10 "
224
+ force " net.bytebuddy:byte-buddy-agent:1.15.10 "
225
225
force " com.google.code.gson:gson:2.8.9"
226
226
force " junit:junit:4.13.2"
227
227
0 commit comments