Skip to content

Commit

Permalink
build(deps): bump junitVersion from 5.10.2 to 5.10.3
Browse files Browse the repository at this point in the history
Bumps `junitVersion` from 5.10.2 to 5.10.3.

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2024
1 parent f463538 commit 26f72ca
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions interlok-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies {
compileOnly "org.springframework.boot:spring-boot-loader:$springBootLoaderVersion"
annotationProcessor project(':interlok-core-apt')
javadoc project(':interlok-core-apt')
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-api:5.10.3"
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.10.3"
testRuntimeOnly "org.springframework.boot:spring-boot-loader:$springBootLoaderVersion"
testCompileOnly "org.springframework.boot:spring-boot-loader:$springBootLoaderVersion"
}
Expand Down
4 changes: 2 additions & 2 deletions interlok-client-jmx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies {
api project(':interlok-client')
api ("org.slf4j:slf4j-api:2.0.13")

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-api:5.10.3")
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation ("org.apache.logging.log4j:log4j-core:$log4j2Version")
testImplementation ("org.apache.logging.log4j:log4j-1.2-api:$log4j2Version")
testImplementation ("org.apache.logging.log4j:log4j-api:$log4j2Version")
Expand Down
4 changes: 2 additions & 2 deletions interlok-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ task sourcesJar(type: Jar, dependsOn: classes) {
dependencies {
api project(':interlok-common')
api ("org.slf4j:slf4j-api:2.0.13")
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-api:5.10.3")
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation ("org.apache.logging.log4j:log4j-core:$log4j2Version")
testImplementation ("org.apache.logging.log4j:log4j-1.2-api:$log4j2Version")
testImplementation ("org.apache.logging.log4j:log4j-api:$log4j2Version")
Expand Down
4 changes: 2 additions & 2 deletions interlok-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ dependencies {

javadoc project(':interlok-core-apt')

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-api:5.10.3")
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation ("org.mockito:mockito-core:$mockitoVersion")
testImplementation ("org.mockito:mockito-inline:$mockitoVersion")
testImplementation ("org.awaitility:awaitility:4.2.1")
Expand Down
4 changes: 2 additions & 2 deletions interlok-core-apt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
api ("jakarta.validation:jakarta.validation-api:2.0.2")
// compile files("${System.getProperty('java.home')}/../lib/tools.jar")

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-api:5.10.3")
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation("org.hibernate.validator:hibernate-validator:6.1.7.Final")
testImplementation("org.glassfish:jakarta.el:3.0.4")
}
Expand Down
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
jschVersion = "0.2.18"
mssqlDriverVersion = "9.2.1.jre8"
derbyDriverVersion = "10.15.2.0"
junitVersion = "5.10.2"
junitVersion = "5.10.3"
jettyVersion= "10.0.21"

verboseTests= project.hasProperty('verboseTests') ? project.getProperty('verboseTests') : "false"
Expand Down
4 changes: 2 additions & 2 deletions interlok-logging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies {

javadoc project(':interlok-core-apt')

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-api:5.10.3")
testImplementation ("org.junit.jupiter:junit-jupiter-engine:5.10.3")
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down
4 changes: 2 additions & 2 deletions interlok-stubs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ artifacts {

dependencies {
api project (":interlok-core")
api ("org.junit.jupiter:junit-jupiter-api:5.10.2")
api ("org.junit.jupiter:junit-jupiter-engine:5.10.2")
api ("org.junit.jupiter:junit-jupiter-api:5.10.3")
api ("org.junit.jupiter:junit-jupiter-engine:5.10.3")
api ("org.slf4j:slf4j-api:$slf4jVersion")
api ("org.slf4j:jcl-over-slf4j:$slf4jVersion")
}
Expand Down

0 comments on commit 26f72ca

Please sign in to comment.