Skip to content

Commit

Permalink
Updates junit
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Nov 11, 2024
1 parent c278232 commit bd792c7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AntarexClavaApi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
testImplementation "junit:junit:4.11"
testImplementation "junit:junit:4.13.1"
implementation ':SpecsUtils'
implementation ':LaraUtils'
}
Expand Down
2 changes: 1 addition & 1 deletion ClangAstParser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation "junit:junit:4.11"
implementation "junit:junit:4.13.1"

implementation ":ClavaAst"
implementation ":CommonsLangPlus"
Expand Down
2 changes: 1 addition & 1 deletion ClavaAst/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
testImplementation "junit:junit:4.11"
testImplementation "junit:junit:4.13.1"


implementation ':GitPlus'
Expand Down
2 changes: 1 addition & 1 deletion ClavaHls/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
testImplementation "junit:junit:4.11"
testImplementation "junit:junit:4.13.1"
implementation ':SpecsUtils'
implementation ':GitPlus'
implementation ':GsonPlus'
Expand Down
2 changes: 1 addition & 1 deletion ClavaLaraApi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
testImplementation "junit:junit:4.11"
testImplementation "junit:junit:4.13.1"

implementation ':SpecsUtils'
implementation ':CommonsLangPlus'
Expand Down
2 changes: 1 addition & 1 deletion ClavaWeaver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

dependencies {
implementation "junit:junit:4.12"
implementation "junit:junit:4.13.1"


implementation ":CommonsLangPlus"
Expand Down
2 changes: 1 addition & 1 deletion TranslationUnitPatcher/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
testImplementation "junit:junit:4.11"
testImplementation "junit:junit:4.13.1"


implementation ':ClangAstParser'
Expand Down

0 comments on commit bd792c7

Please sign in to comment.