Skip to content

Commit 7fd0f4f

Browse files
committed
fix(deps): update dependency io.mockk:mockk to v1.14.6
1 parent c720992 commit 7fd0f4f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

gradle/verification-metadata.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
<trusted-key id="AA70C7C433D501636392EC02153E7A3C2B4E5118" group="org.eclipse.ee4j"/>
174174
<trusted-key id="ADBC987D1A7B91DB6B0AAA81995EFBF4A3D20BEB" group="^com[.]pinterest($|([.].*))" regex="true"/>
175175
<trusted-key id="AE9E53FC28FF2AB1012273D0BF1518E0160788A2" group="org.apache"/>
176+
<trusted-key id="AF7512AF66FE4004D84DEC8A04C8C902FEFB1A01" group="io.mockk"/>
176177
<trusted-key id="AFCC4C7594D09E2182C60E0F7A01B0F236E5430F" group="com.google.code.gson"/>
177178
<trusted-key id="B02137D875D833D9B23392ECAE5A7FB608A0221C" group="org.codehaus.plexus"/>
178179
<trusted-key id="B0255B26003EF6F82491ACD7254E9C64C264C176" group="com.github.weisj"/>
@@ -284,6 +285,11 @@
284285
<sha256 value="239f3397b79f91a866e6067cf04974146d7e864feb2aa34a9943831c9f6daeab" origin="Generated by Gradle" reason="Artifact is not signed"/>
285286
</artifact>
286287
</component>
288+
<component group="com.formdev" name="svgSalamander" version="1.1.2.4">
289+
<artifact name="svgSalamander-1.1.2.4.pom">
290+
<pgp value="8756C4F765C9AC3CB6B85D62379CE192D401AB61"/>
291+
</artifact>
292+
</component>
287293
<component group="com.github.spotbugs" name="com.github.spotbugs.gradle.plugin" version="6.0.4">
288294
<artifact name="com.github.spotbugs.gradle.plugin-6.0.4.pom">
289295
<sha256 value="f029abeb54aa13d5631ece27f58f2e20039cb28b9ce3b1b314947af5b06d8a65" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -454,6 +460,16 @@
454460
<sha256 value="7831307285fd475bbc36b20ae38e7882f11c3153b1d5930f852d44eda8f33c17" origin="Generated by Gradle"/>
455461
</artifact>
456462
</component>
463+
<component group="org.apache" name="apache" version="23">
464+
<artifact name="apache-23.pom">
465+
<sha256 value="bc10624e0623f36577fac5639ca2936d3240ed152fb6d8d533ab4d270543491c" origin="Generated by Gradle"/>
466+
</artifact>
467+
</component>
468+
<component group="org.apache.httpcomponents" name="httpcomponents-parent" version="12">
469+
<artifact name="httpcomponents-parent-12.pom">
470+
<sha256 value="4209f09593212987c29d6801917309dd5e6f71b53b2b1d0e0f0efb984ad11fa1" origin="Generated by Gradle"/>
471+
</artifact>
472+
</component>
457473
<component group="org.checkerframework" name="checkerframework-gradle-plugin" version="0.6.37">
458474
<artifact name="checkerframework-gradle-plugin-0.6.37.jar">
459475
<sha256 value="f6c3f7c2d2fd68cead661b5b3a4ee3b27a337165c0f9634876d42aeb9e67bf32" origin="Generated by Gradle" reason="Artifact is not signed"/>
@@ -548,6 +564,11 @@
548564
<sha256 value="1daf64ddd8e90a6aa8a831f3e649b4b094e72fe91df0dfd91b5b1ba1dcd54d54" origin="Generated by Gradle" reason="Artifact is not signed"/>
549565
</artifact>
550566
</component>
567+
<component group="org.junit" name="junit-bom" version="5.12.2">
568+
<artifact name="junit-bom-5.12.2.pom">
569+
<sha256 value="cef80fec86454f6806bfb0df24669b5c6f32e2cb728539ea859f47dfdc9bbc17" origin="Generated by Gradle"/>
570+
</artifact>
571+
</component>
551572
<component group="org.nosphere.apache" name="creadur-rat-gradle" version="0.8.1">
552573
<artifact name="creadur-rat-gradle-0.8.1.jar">
553574
<sha256 value="c1a58cbbe3d0a5e207cd90e79a9e22c9eb01d9e77f7313f4f5aa7d9e478a0550" origin="Generated by Gradle" reason="Artifact is not signed"/>

src/bom-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
// then it should be declared as "api" here since we use useCompileClasspathVersions
3939
// to make runtime classpath consistent with the compile one.
4040
api("com.github.tomakehurst:wiremock-jre8:2.35.2")
41-
api("io.mockk:mockk:1.13.17")
41+
api("io.mockk:mockk:1.14.6")
4242
api("net.bytebuddy:byte-buddy:1.14.11")
4343
api("nl.jqno.equalsverifier:equalsverifier:3.15.5")
4444
// activemq-all should not be used as it provides secondary slf4j binding

0 commit comments

Comments
 (0)