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.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

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

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Dec 17, 2024
1 parent f876c94 commit 27995d7
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 @@ -49,8 +49,8 @@ dependencyResolutionManagement {
library("ktor-status-pages", "io.ktor:ktor-server-status-pages:3.0.2")
library("ktor-netty", "io.ktor:ktor-server-netty:3.0.2")
library("kotest", "io.kotest:kotest-assertions-core:5.9.1")
library("junit-api", "org.junit.jupiter:junit-jupiter-api:5.11.3")
library("junit-engine", "org.junit.jupiter:junit-jupiter-engine:5.11.3")
library("junit-api", "org.junit.jupiter:junit-jupiter-api:5.11.4")
library("junit-engine", "org.junit.jupiter:junit-jupiter-engine:5.11.4")
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 27995d7

Please sign in to comment.