Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) | `1.7.3` | `1.8.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.14` | `1.5.0` |
| [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | `2.33.0` | `2.34.0` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.1` | `42.7.2` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.7.2` | `10.8.1` |
| org.flywaydb:flyway-database-postgresql | `10.7.2` | `10.8.1` |
| org.flywaydb:flyway-database-postgresql | `10.7.2` | `10.8.1` |


Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0)

Updates `ch.qos.logback:logback-classic` from 1.4.14 to 1.5.0
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.0)

Updates `com.google.cloud:google-cloud-storage` from 2.33.0 to 2.34.0
- [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.33.0...v2.34.0)

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

Updates `org.flywaydb:flyway-core` from 10.7.2 to 10.8.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.7.2...flyway-10.8.1)

Updates `org.flywaydb:flyway-database-postgresql` from 10.7.2 to 10.8.1

Updates `org.flywaydb:flyway-database-postgresql` from 10.7.2 to 10.8.1

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and helehar committed Feb 23, 2024
1 parent a3c2333 commit 08d2e47
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
@@ -1,15 +1,15 @@
group = "no.nav.syfo"
version = "1.0.0"

val coroutinesVersion = "1.7.3"
val coroutinesVersion = "1.8.0"
val syfoXmlCodegenVersion = "2.0.1"
val ibmMqVersion = "9.3.1.0"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.16.1"
val jaxbApiVersion = "2.4.0-b180830.0359"
val kafkaVersion = "3.6.1"
val ktorVersion = "2.3.8"
val logbackVersion = "1.4.14"
val logbackVersion = "1.5.0"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "2.0.8"
Expand All @@ -21,11 +21,11 @@ val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val javaTimeAdapterVersion = "1.1.3"
val mockkVersion = "1.13.9"
val kotlinVersion = "1.9.22"
val googleCloudStorageVersion = "2.33.0"
val googleCloudStorageVersion = "2.34.0"
val junitJupiterVersion = "5.10.2"
val flywayVersion = "10.7.2"
val flywayVersion = "10.8.1"
val hikariVersion = "5.1.0"
val postgresVersion = "42.7.1"
val postgresVersion = "42.7.2"
val embeddedPostgresVersion = "2.0.6"
val commonsCodecVersion = "1.16.1"
val ktfmtVersion = "0.44"
Expand Down

0 comments on commit 08d2e47

Please sign in to comment.