Skip to content

Commit

Permalink
[build-logic] Bump junit 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Oct 24, 2024
1 parent 506dcd7 commit 7177ba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ext {
sonatypeStagingUrl = 'https://oss.sonatype.org/service/local/staging/deploy/maven2'
builtDate = (new java.text.SimpleDateFormat("yyyy-MM-dd")).format(new Date())
oneLineDesc = 'An Open Source XMPP (Jabber) library'
junitVersion = '5.9.2'
junitVersion = '5.11.3'
}

group = 'org.jxmpp'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies {
testImplementation "junit:junit:4.12"
testImplementation "junit:junit:4.13.2"
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:$junitVersion"
}

0 comments on commit 7177ba6

Please sign in to comment.