Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `5.7.0` | `5.8.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `5.7.0` | `5.8.0` |
| [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) | `1.6.5` | `1.6.7` |
| [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.2` | `2.0.3` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.3` | `3.1.4` |


Updates `net.javacrumbs.shedlock:shedlock-spring` from 5.7.0 to 5.8.0
- [Commits](lukas-krecan/ShedLock@shedlock-parent-5.7.0...shedlock-parent-5.8.0)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.7.0 to 5.8.0

Updates `no.nav.klage:klage-kodeverk` from 1.6.5 to 1.6.7
- [Release notes](https://github.com/navikt/klage-kodeverk/releases)
- [Commits](navikt/klage-kodeverk@1.6.5...1.6.7)

Updates `org.springframework.retry:spring-retry` from 2.0.2 to 2.0.3
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](spring-projects/spring-retry@v2.0.2...v2.0.3)

Updates `org.springframework.boot` from 3.1.3 to 3.1.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.3...v3.1.4)

---
updated-dependencies:
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: no.nav.klage:klage-kodeverk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent 3f40488 commit eb41747
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 @@ -4,23 +4,23 @@ val mockkVersion = "1.13.7"
val tokenValidationVersion = "3.1.5"
val logstashVersion = "7.4"
val unleashVersion = "4.4.1"
val springRetryVersion = "2.0.2"
val springRetryVersion = "2.0.3"
val springMockkVersion = "4.0.2"
val springDocVersion = "2.2.0"
val testContainersVersion = "1.19.0"
val shedlockVersion = "5.7.0"
val shedlockVersion = "5.8.0"
val archunitVersion = "1.1.0"
val kotlinXmlBuilderVersion = "1.9.0"
val logbackSyslog4jVersion = "1.0.0"
val jacksonJsonschemaVersion = "1.0.39"
val pdfboxVersion = "3.0.0"
val tikaVersion = "2.9.0"
val verapdfVersion = "1.24.1"
val klageKodeverkVersion = "1.6.5"
val klageKodeverkVersion = "1.6.7"

plugins {
val kotlinVersion = "1.9.10"
id("org.springframework.boot") version "3.1.3"
id("org.springframework.boot") version "3.1.4"
id("io.spring.dependency-management") version "1.1.3"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
Expand Down

0 comments on commit eb41747

Please sign in to comment.