Skip to content

Commit

Permalink
Updating the org.apache.maven.surefire
Browse files Browse the repository at this point in the history
surefire-api and common-java5 version to 2.22.2 for compatibility with AM's maven-surefire-plugin which has also been updated to 2.22.2 to support JUnit5 execution and reporting
  • Loading branch information
stelios-mantopoulos-fr authored and phillcunnington committed Mar 20, 2024
1 parent eb1daec commit ae8f1fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ allprojects {
apply plugin: 'jacoco'

group = 'org.forgerock.cuppa'
version = '1.6.0'
version = '1.7.0'

repositories {
mavenLocal()
Expand Down
4 changes: 2 additions & 2 deletions cuppa-surefire/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ description = 'Cuppa Maven Surefire Integration'

dependencies {
compile project(':cuppa')
provided group: 'org.apache.maven.surefire', name: 'surefire-api', version: '2.19.1', transitive: false
compile group: 'org.apache.maven.surefire', name: 'common-java5', version: '2.19.1', transitive: false
provided group: 'org.apache.maven.surefire', name: 'surefire-api', version: '2.22.2', transitive: false
compile group: 'org.apache.maven.surefire', name: 'common-java5', version: '2.22.2', transitive: false
}

0 comments on commit ae8f1fb

Please sign in to comment.