Skip to content

Commit

Permalink
Bump the minor-and-patch group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.4.14` | `1.5.6` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.12.6` | `1.13.0` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.6.0` | `7.6.1` |
| io.confluent:kafka-schema-registry | `7.6.0` | `7.6.1` |
| [no.nav:kafka-embedded-env](https://github.com/navikt/kafka-embedded-env) | `3.2.5` | `3.2.8` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.39.1` | `9.39.3` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.9` | `1.13.11` |


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

Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.6 to 1.13.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.6...v1.13.0)

Updates `io.confluent:kafka-avro-serializer` from 7.6.0 to 7.6.1
- [Commits](confluentinc/schema-registry@v7.6.0...v7.6.1)

Updates `io.confluent:kafka-schema-registry` from 7.6.0 to 7.6.1

Updates `io.confluent:kafka-schema-registry` from 7.6.0 to 7.6.1

Updates `no.nav:kafka-embedded-env` from 3.2.5 to 3.2.8
- [Release notes](https://github.com/navikt/kafka-embedded-env/releases)
- [Commits](navikt/kafka-embedded-env@3.2.5...3.2.8)

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

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

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-schema-registry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.confluent:kafka-schema-registry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: no.nav:kafka-embedded-env
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.nimbusds:nimbus-jose-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 4dabc69 commit d3372a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
group = "no.nav.syfo"
version = "1.0-SNAPSHOT"

val confluentVersion = "7.6.0"
val confluentVersion = "7.6.1"
val jacksonDataTypeVersion = "2.17.1"
val flywayVersion = "9.22.3"
val hikariVersion = "5.1.0"
val isdialogmoteSchemaVersion = "1.0.5"
val jsonVersion = "20240303"
val jettyVersion = "9.4.54.v20240208"
val kafkaVersion = "3.7.0"
val kafkaEmbeddedVersion = "3.2.5"
val kafkaEmbeddedVersion = "3.2.8"
val kluentVersion = "1.73"
val ktorVersion = "2.3.11"
val logbackVersion = "1.4.14"
val logbackVersion = "1.5.6"
val logstashEncoderVersion = "7.4"
val micrometerRegistryVersion = "1.12.6"
val mockkVersion = "1.13.9"
val nimbusjosejwtVersion = "9.39.1"
val micrometerRegistryVersion = "1.13.0"
val mockkVersion = "1.13.11"
val nimbusjosejwtVersion = "9.39.3"
val joseVersion = "0.9.4"
val postgresVersion = "42.7.3"
val postgresEmbeddedVersion = "2.0.7"
Expand Down

0 comments on commit d3372a9

Please sign in to comment.