Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 8 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.7` | `1.14.2` |
| [redis.clients:jedis](https://github.com/redis/jedis) | `5.1.3` | `5.2.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.18.2` |
| [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.40` | `9.47` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.12` | `1.13.13` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.1.0` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.1` | `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.7 to 1.14.2
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.7...v1.14.2)

Updates `redis.clients:jedis` from 5.1.3 to 5.2.0
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](redis/jedis@v5.1.3...v5.2.0)

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

Updates `com.nimbusds:nimbus-jose-jwt` from 9.40 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.40)

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

Updates `jvm` from 2.0.20 to 2.1.0
- [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.1.0)

Updates `com.gradleup.shadow` from 8.3.1 to 8.3.5
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](GradleUp/shadow@8.3.1...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: redis.clients:jedis
  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: 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-minor
  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 Dec 11, 2024
1 parent 4d24729 commit 7f2c48f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
group = "no.nav.syfo"
version = "1.0.0"

val jacksonDataTypeVersion = "2.17.2"
val jedisVersion = "5.1.3"
val jacksonDataTypeVersion = "2.18.2"
val jedisVersion = "5.2.0"
val ktorVersion = "3.0.2"
val kluentVersion = "1.73"
val logbackVersion = "1.5.7"
val logbackVersion = "1.5.12"
val logstashEncoderVersion = "7.4"
val mockkVersion = "1.13.12"
val nimbusJoseJwtVersion = "9.40"
val micrometerRegistryVersion = "1.12.7"
val mockkVersion = "1.13.13"
val nimbusJoseJwtVersion = "9.47"
val micrometerRegistryVersion = "1.14.2"
val redisEmbeddedVersion = "0.7.3"
val spekVersion = "2.0.19"

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

Expand Down

0 comments on commit 7f2c48f

Please sign in to comment.