Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 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) 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 `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: 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 7, 2023
1 parent 0864d2a commit 23f2bd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ 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 ehcacheVersion = "3.10.8"
Expand Down

0 comments on commit 23f2bd6

Please sign in to comment.