Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 10 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.7` | `1.5.12` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.12.2` | `1.14.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.18.1` |
| org.flywaydb:flyway-database-postgresql | `10.17.2` | `10.21.0` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.5.1` | `7.7.1` |
| io.confluent:kafka-schema-registry | `7.5.1` | `7.7.1` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.37.3` | `9.47` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.9` | `1.13.13` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.2` | `8.3.5` |



Updates `ch.qos.logback:logback-classic` from 1.5.7 to 1.5.12
- [Commits](qos-ch/logback@v_1.5.7...v_1.5.12)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.2 to 1.14.1
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.2...v1.14.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.18.1

Updates `org.flywaydb:flyway-database-postgresql` from 10.17.2 to 10.21.0

Updates `io.confluent:kafka-avro-serializer` from 7.5.1 to 7.7.1
- [Commits](confluentinc/schema-registry@v7.5.1...v7.7.1)

Updates `io.confluent:kafka-schema-registry` from 7.5.1 to 7.7.1

Updates `io.confluent:kafka-schema-registry` from 7.5.1 to 7.7.1

Updates `com.nimbusds:nimbus-jose-jwt` from 9.37.3 to 9.47
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.47..9.37.3)

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

Updates `jvm` from 2.0.20 to 2.0.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)

Updates `com.gradleup.shadow` from 8.3.2 to 8.3.5
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.2...8.3.5)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-schema-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-schema-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.gradleup.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 54314ea commit d9e70f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
group = "no.nav.syfo"
version = "0.0.1"

val confluentVersion = "7.5.1"
val flywayVersion = "10.17.2"
val confluentVersion = "7.7.1"
val flywayVersion = "10.21.0"
val hikariVersion = "5.1.0"
val isdialogmoteSchemaVersion = "1.0.5"
val jacksonDataTypeVersion = "2.17.2"
val jacksonDataTypeVersion = "2.18.1"
val jettyVersion = "9.4.56.v20240826"
val kafkaVersion = "3.7.0"
val kluentVersion = "1.73"
val ktorVersion = "2.3.12"
val logbackVersion = "1.5.7"
val logbackVersion = "1.5.12"
val logstashEncoderVersion = "7.4"
val micrometerRegistryVersion = "1.12.2"
val nimbusJoseJwtVersion = "9.37.3"
val mockkVersion = "1.13.9"
val micrometerRegistryVersion = "1.14.1"
val nimbusJoseJwtVersion = "9.47"
val mockkVersion = "1.13.13"
val postgresVersion = "42.7.4"
val postgresEmbeddedVersion = "2.0.7"
val scalaVersion = "2.13.12"
val spekVersion = "2.0.19"

plugins {
kotlin("jvm") version "2.0.20"
id("com.gradleup.shadow") version "8.3.2"
kotlin("jvm") version "2.0.21"
id("com.gradleup.shadow") version "8.3.5"
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
}

Expand Down

0 comments on commit d9e70f8

Please sign in to comment.