Skip to content

Commit

Permalink
Bump the dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 3 updates: org.apache.kafka:kafka_2.12, [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).


Updates `org.apache.kafka:kafka_2.12` from 3.6.0 to 3.6.1

Updates `com.google.cloud:google-cloud-storage` from 2.30.0 to 2.30.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.30.0...v2.30.1)

Updates `org.postgresql:postgresql` from 42.7.0 to 42.7.1
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.0...REL42.7.1)

---
updated-dependencies:
- dependency-name: org.apache.kafka:kafka_2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.postgresql:postgresql
  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 Dec 7, 2023
1 parent 78ceaec commit 25d9ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val ibmMqVersion = "9.3.1.0"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.16.0"
val jaxbApiVersion = "2.4.0-b180830.0359"
val kafkaVersion = "3.6.0"
val kafkaVersion = "3.6.1"
val ktorVersion = "2.3.6"
val logbackVersion = "1.4.14"
val logstashEncoderVersion = "7.4"
Expand All @@ -21,11 +21,11 @@ val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val javaTimeAdapterVersion = "1.1.3"
val mockkVersion = "1.13.8"
val kotlinVersion = "1.9.21"
val googleCloudStorageVersion = "2.30.0"
val googleCloudStorageVersion = "2.30.1"
val junitJupiterVersion = "5.10.1"
val flywayVersion = "10.1.0"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.0"
val postgresVersion = "42.7.1"
val embeddedPostgresVersion = "2.0.6"
val commonsCodecVersion = "1.16.0"
val ktfmtVersion = "0.44"
Expand Down

0 comments on commit 25d9ecd

Please sign in to comment.