mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
chore(deps): bump org.junit.jupiter:junit-jupiter-api (#32)
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ dependencies {
|
||||
compileOnly("mysql:mysql-connector-java:8.0.33")
|
||||
|
||||
// testing
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
testImplementation("com.google.code.gson:gson:2.13.0")
|
||||
|
||||
@@ -22,7 +22,7 @@ dependencies {
|
||||
compileOnly("com.google.code.gson:gson:2.13.0")
|
||||
implementation("org.jetbrains:annotations:26.0.2")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
testImplementation("com.google.code.gson:gson:2.13.0")
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies {
|
||||
compileOnly(project(":libraries:packets:packets-api"))
|
||||
|
||||
testImplementation(project(":libraries:packets:packets-api"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
|
||||
testImplementation(project(":libraries:packets:packets-api"))
|
||||
testImplementation(project(":libraries:packets:implementations:1_20_6"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
|
||||
testImplementation(project(":libraries:packets:packets-api"))
|
||||
testImplementation(project(":libraries:packets:implementations:1_20_6"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies {
|
||||
compileOnly(project(":libraries:packets:packets-api"))
|
||||
|
||||
testImplementation(project(":libraries:packets:packets-api"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies {
|
||||
compileOnly(project(":libraries:packets:packets-api"))
|
||||
|
||||
testImplementation(project(":libraries:packets:packets-api"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
compileOnly(project(":libraries:packets:packets-api"))
|
||||
|
||||
testImplementation(project(":libraries:packets:packets-api"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
compileOnly("com.google.code.gson:gson:2.13.0")
|
||||
implementation("org.jetbrains:annotations:26.0.2")
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.2")
|
||||
testImplementation("com.google.code.gson:gson:2.13.0")
|
||||
|
||||
Reference in New Issue
Block a user