Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.9` | `1.4.11` |
| org.apache.kafka:kafka_2.12 | `3.4.0` | `7.4.1-ce` |
| [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | `2.26.0` | `2.26.1` |
| org.glassfish.jaxb:jaxb-runtime | `2.4.0-b180830.0438` | `4.0.3` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.5` | `1.13.7` |


Updates `ch.qos.logback:logback-classic` from 1.4.9 to 1.4.11
- [Commits](qos-ch/logback@v_1.4.9...v_1.4.11)

Updates `org.apache.kafka:kafka_2.12` from 3.4.0 to 7.4.1-ce

Updates `com.google.cloud:google-cloud-storage` from 2.26.0 to 2.26.1
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.26.0...v2.26.1)

Updates `org.glassfish.jaxb:jaxb-runtime` from 2.4.0-b180830.0438 to 4.0.3

Updates `io.mockk:mockk` from 1.13.5 to 1.13.7
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](https://github.com/mockk/mockk/commits)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka_2.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2023
1 parent 3b69508 commit 215ab7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ val ibmMqVersion = "9.3.1.0"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.15.2"
val jaxbApiVersion = "2.4.0-b180830.0359"
val kafkaVersion = "3.4.0"
val kafkaVersion = "7.4.1-ce"
val ktorVersion = "2.3.3"
val logbackVersion = "1.4.9"
val logbackVersion = "1.4.11"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "1.0.12"
val jaxwsApiVersion = "2.3.1"
val commonsTextVersion = "1.10.0"
val javaxAnnotationApiVersion = "1.3.2"
val jaxwsToolsVersion = "2.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val jaxbRuntimeVersion = "4.0.3"
val javaTimeAdapterVersion = "1.1.3"
val mockkVersion = "1.13.5"
val mockkVersion = "1.13.7"
val kotlinVersion = "1.9.0"
val googleCloudStorageVersion = "2.26.0"
val googleCloudStorageVersion = "2.26.1"
val junitJupiterVersion = "5.10.0"
val flywayVersion = "9.21.1"
val hikariVersion = "5.0.1"
Expand Down

0 comments on commit 215ab7b

Please sign in to comment.