Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ subprojects {

annotationProcessor ("com.adaptris:interlok-core-apt:$interlokCoreVersion") { changing= true}

testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.13.4")
testImplementation ("org.junit.jupiter:junit-jupiter-engine:6.0.1")
testImplementation ("org.junit.platform:junit-platform-launcher:1.13.3")
testImplementation "org.slf4j:slf4j-simple:$slf4jVersion"
// exclude any log4j dependencies so that we can just use slf4j simple.
Expand Down
Loading