Skip to content

Commit

Permalink
Bumping JUnit dependency to 5.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Nov 29, 2024
1 parent 457eb07 commit e43836a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ dependencies {
implementation 'org.graalvm.js:js-scriptengine:22.3.3'
implementation 'org.jruby:jruby:9.4.3.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
}
repositories {
mavenCentral()
Expand Down Expand Up @@ -301,7 +301,7 @@ srcDistZip {
include 'mac/**'
include 'README.md'
include '.settings/**'
include 'MakeRTextIntaller.nsi'
include 'MakeRTextInstaller.nsi'
include 'RText.exe'
include 'src/**'
include 'TO-DO'
Expand Down

0 comments on commit e43836a

Please sign in to comment.