Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch group with 4 updates in the / directory: [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer), [no.nav.tjenestespesifikasjoner:servicemeldingMedKontaktinformasjon-v1-tjenestespesifikasjon](https://github.com/navikt/tjenestespesifikasjoner), [no.nav.tjenestespesifikasjoner:altinn-correspondence-agency-external-basic](https://github.com/navikt/tjenestespesifikasjoner) and [com.gradleup.shadow](https://github.com/GradleUp/shadow).


Updates `io.micrometer:micrometer-registry-prometheus` from 1.12.13 to 1.14.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.12.13...v1.14.3)

Updates `no.nav.tjenestespesifikasjoner:servicemeldingMedKontaktinformasjon-v1-tjenestespesifikasjon` from 1.2020.06.11-19.53-1cad83414166 to 1.2021.02.22-10.45-4201aaea72fb
- [Release notes](https://github.com/navikt/tjenestespesifikasjoner/releases)
- [Commits](https://github.com/navikt/tjenestespesifikasjoner/commits)

Updates `no.nav.tjenestespesifikasjoner:altinn-correspondence-agency-external-basic` from 1.2020.01.20-15.44-063ae9f84815 to 1.2021.02.22-10.45-4201aaea72fb
- [Release notes](https://github.com/navikt/tjenestespesifikasjoner/releases)
- [Commits](https://github.com/navikt/tjenestespesifikasjoner/commits)

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

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: no.nav.tjenestespesifikasjoner:servicemeldingMedKontaktinformasjon-v1-tjenestespesifikasjon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: no.nav.tjenestespesifikasjoner:altinn-correspondence-agency-external-basic
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent b4f35af commit 832ca27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.ServiceFileTransf
group = "no.nav.syfo"
version = "1.0.0"

val altinnCorrespondenceAgencyExternalVersion = "1.2020.01.20-15.44-063ae9f84815"
val altinnCorrespondenceAgencyExternalVersion = "1.2021.02.22-10.45-4201aaea72fb"
val cxfVersion = "3.6.5"
val confluentVersion = "7.8.0"
val flywayVersion = "11.3.0"
Expand All @@ -23,18 +23,18 @@ val jaxsWsApiVersion = "2.3.1"
val jaxwsToolsVersion = "4.0.3"
val logbackVersion = "1.5.16"
val logstashEncoderVersion = "8.0"
val micrometerRegistryVersion = "1.12.13"
val micrometerRegistryVersion = "1.14.3"
val mockkVersion = "1.13.16"
val nimbusjosejwtVersion = "10.0.1"
val postgresEmbeddedVersion = "2.1.0"
val postgresVersion = "42.7.5"
val redisEmbeddedVersion = "0.7.3"
val spekVersion = "2.0.19"
val tjenesteSpesifikasjonerGithubVersion = "1.2020.06.11-19.53-1cad83414166"
val tjenesteSpesifikasjonerGithubVersion = "1.2021.02.22-10.45-4201aaea72fb"

plugins {
kotlin("jvm") version "2.1.10"
id("com.gradleup.shadow") version "8.3.5"
id("com.gradleup.shadow") version "8.3.6"
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
id("com.github.ben-manes.versions") version "0.52.0"
}
Expand Down

0 comments on commit 832ca27

Please sign in to comment.