Skip to content

Commit

Permalink
[api]: Bump the junit group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the junit group with 2 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5).


Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Oct 22, 2024
1 parent 2790c8e commit dff9ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ dependencyResolutionManagement {
library("exposed-core", "org.jetbrains.exposed:exposed-core:0.55.0")
library("exposed-jdbc", "org.jetbrains.exposed:exposed-jdbc:0.55.0")
library("kotest", "io.kotest:kotest-assertions-core:5.9.1")
library("junit-api", "org.junit.jupiter:junit-jupiter-api:5.11.2")
library("junit-engine", "org.junit.jupiter:junit-jupiter-engine:5.11.2")
library("junit-api", "org.junit.jupiter:junit-jupiter-api:5.11.3")
library("junit-engine", "org.junit.jupiter:junit-jupiter-engine:5.11.3")
bundle("netty", listOf("netty-transport", "netty-codec"))
bundle("jackson", listOf("jackson-core", "jackson-jsr310", "jackson-kt"))
bundle("exposed", listOf("exposed-core", "exposed-jdbc"))
Expand Down

0 comments on commit dff9ee4

Please sign in to comment.