diff --git a/build.gradle b/build.gradle
index 8be16e3..48b36f7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -21,7 +21,7 @@ dependencies {
annotationProcessor 'io.github.reqstool:reqstool-java-annotations:1.0.0'
// Test dependencies
- testImplementation platform('org.junit:junit-bom:6.1.0')
+ testImplementation platform('org.junit:junit-bom:6.1.1')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testAnnotationProcessor 'io.github.reqstool:reqstool-java-annotations:1.0.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
diff --git a/pom.xml b/pom.xml
index e07ac65..685ebad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
org.junit.jupiter
junit-jupiter-api
- 6.1.0
+ 6.1.1
test