Skip to content

Commit

Permalink
chore: Update test project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 22, 2024
1 parent 92e8a6a commit d66267f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ dependencies {
implementation rootProject

// https://mvnrepository.com/artifact/junit/junit
testImplementation group: 'junit', name: 'junit', version: '4.13'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'

// https://mvnrepository.com/artifact/org.fulib/fulibMockups
testImplementation group: 'org.fulib', name: 'fulibMockups', version: '0.3.1'
testImplementation group: 'org.fulib', name: 'fulibMockups', version: '0.4.0'

// https://mvnrepository.com/artifact/org.fulib/fulibTables
testImplementation group: 'org.fulib', name: 'fulibTables', version: '1.4.0'
Expand Down

0 comments on commit d66267f

Please sign in to comment.