Skip to content

Commit

Permalink
Bump the test group with 5 updates (#160)
Browse files Browse the repository at this point in the history
Bumps the test group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.17.3` | `1.19.3` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.9.1` | `5.10.1` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.9.1` | `5.10.1` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.9.1` | `5.10.1` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.1` | `1.13.8` |


Updates `org.testcontainers:kafka` from 1.17.3 to 1.19.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.17.3...1.19.3)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.9.1 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.1...r5.10.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.9.1 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.1...r5.10.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.9.1 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.9.1...r5.10.1)

Updates `io.mockk:mockk` from 1.13.1 to 1.13.8
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.1...1.13.8)

---
updated-dependencies:
- dependency-name: org.testcontainers:kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 9f565ae commit c67a05b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cutterslade-analyze = { id = "ca.cutterslade.analyze", version = "1.9.0" }
[versions]
navfelles-token-version = "3.0.11"
ktor-version = "2.1.1"
jupiter-version = "5.9.1"
jupiter-version = "5.10.1"
cxf-version = "4.0.2"

[libraries]
Expand Down Expand Up @@ -44,7 +44,7 @@ jacksonDatatypejsr310 = { module = "com.fasterxml.jackson.datatype:jackson-datat
#Kafka
kafka-clients = { module = "org.apache.kafka:kafka-clients", version = "3.2.3"}
kafka-avro-serializer = { module = "io.confluent:kafka-avro-serializer", version = "6.2.2"}
kafka-testcontainer = { module = "org.testcontainers:kafka", version = "1.17.3" }
kafka-testcontainer = { module = "org.testcontainers:kafka", version = "1.19.3" }

#Jupiter
jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jupiter-version" }
Expand All @@ -60,7 +60,7 @@ logging-logstashLogbackEncoder = { module = "net.logstash.logback:logstash-logba
micrometer-prometheus = { module = "io.micrometer:micrometer-registry-prometheus", version = "1.9.4"}

#MockK
mockk = { module = "io.mockk:mockk", version = "1.13.1" }
mockk = { module = "io.mockk:mockk", version = "1.13.8" }

#Cxf
cxf-logging = { module = "org.apache.cxf:cxf-rt-features-logging", version.ref = "cxf-version" }
Expand Down

0 comments on commit c67a05b

Please sign in to comment.