Skip to content

Commit

Permalink
Merge pull request #712 from MicroShed/dependabot/gradle/core/org.jun…
Browse files Browse the repository at this point in the history
…it.jupiter-junit-jupiter-5.11.3
  • Loading branch information
KyleAure authored Oct 22, 2024
2 parents ce72663 + dbb0a29 commit 999f23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description="A test framework for black-box testing MicroProfile and Jakarta EE

dependencies {
//API for artifact and unit testing
api 'org.junit.jupiter:junit-jupiter-api:5.11.2'
api 'org.junit.jupiter:junit-jupiter-api:5.11.3'

//Jakarta EE
implementation 'org.eclipse:yasson:3.0.3'
Expand All @@ -16,7 +16,7 @@ dependencies {
implementation 'org.bitbucket.b_c:jose4j:0.9.6'

//Unit testing
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
}

apply from: publishScript

0 comments on commit 999f23d

Please sign in to comment.