diff --git a/java-compiler-testing/src/test/java/io/github/ascopes/jct/testing/unit/compilers/SimpleCompilationFactoryTest.java b/java-compiler-testing/src/test/java/io/github/ascopes/jct/testing/unit/compilers/SimpleCompilationFactoryTest.java
index 6ca843f8d..b5ae3bb76 100644
--- a/java-compiler-testing/src/test/java/io/github/ascopes/jct/testing/unit/compilers/SimpleCompilationFactoryTest.java
+++ b/java-compiler-testing/src/test/java/io/github/ascopes/jct/testing/unit/compilers/SimpleCompilationFactoryTest.java
@@ -49,8 +49,8 @@
import org.junit.jupiter.params.provider.ValueSource;
import org.mockito.Answers;
import org.mockito.Mock;
+import org.mockito.Mock.Strictness;
import org.mockito.junit.jupiter.MockitoExtension;
-import org.mockito.quality.Strictness;
/**
* {@link SimpleCompilationFactory} tests.
diff --git a/pom.xml b/pom.xml
index 4911086bb..df815511d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
org.mockito
mockito-bom
- 4.6.0
+ 4.6.1
import
pom