Skip to content

Commit

Permalink
Bump the all-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 4 updates: [org.opensearch.client:opensearch-rest-high-level-client](https://github.com/opensearch-project/OpenSearch), [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi), [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) and [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit).


Updates `org.opensearch.client:opensearch-rest-high-level-client` from 2.11.0 to 2.11.1
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md)
- [Commits](opensearch-project/OpenSearch@2.11.0...2.11.1)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.2.0...v2.3.0)

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

Updates `com.tngtech.archunit:archunit-junit5` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-high-level-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  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: com.tngtech.archunit:archunit-junit5
  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 Dec 11, 2023
1 parent 0864d2a commit f693263
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 @@ -6,13 +6,13 @@ val logstashVersion = "7.4"
val unleashVersion = "4.4.1"
val springRetryVersion = "2.0.4"
val springMockkVersion = "4.0.2"
val springDocVersion = "2.2.0"
val springDocVersion = "2.3.0"
val testContainersVersion = "1.19.3"
val threeTenExtraVersion = "1.7.2"
val archunitVersion = "1.2.0"
val opensearchVersion = "2.11.0"
val archunitVersion = "1.2.1"
val opensearchVersion = "2.11.1"
val reactorSpringVersion = "1.0.1.RELEASE"
val kodeverkVersion = "1.7.8"
val kodeverkVersion = "1.7.10"
val ehcacheVersion = "3.10.8"
val logbackSyslog4jVersion = "1.0.0"

Expand Down

0 comments on commit f693263

Please sign in to comment.