Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.junit.jupiter-junit-…
Browse files Browse the repository at this point in the history
…jupiter-params-5.11.3
  • Loading branch information
stepansergeevitch authored Oct 30, 2024
2 parents dbf6bbf + bdd4221 commit ef64c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.util.jar.JarFile
plugins {
id 'java'
id 'jacoco'
id "org.sonarqube" version "5.0.0.4638"
id "org.sonarqube" version "5.1.0.4882"
id 'maven-publish'
id 'com.github.johnrengelman.shadow' version '8.0.0'
id 'signing'
Expand Down Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:5.10.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
Expand Down

0 comments on commit ef64c61

Please sign in to comment.