Skip to content

Commit

Permalink
[DT-400-gradle]: Bump the minor-patch-dependencies group across 1 dir…
Browse files Browse the repository at this point in the history
…ectory with 3 updates (#1871)

Bumps the minor-patch-dependencies group with 3 updates in the / directory: io.swagger.core.v3:swagger-annotations, [com.azure.resourcemanager:azure-resourcemanager-loganalytics](https://github.com/Azure/azure-sdk-for-java) and [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java).


Updates `io.swagger.core.v3:swagger-annotations` from 2.2.26 to 2.2.27

Updates `com.azure.resourcemanager:azure-resourcemanager-loganalytics` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@v1.0.0...v1.1.0)

Updates `io.sentry:sentry-bom` from 7.18.1 to 7.19.0
- [Release notes](https://github.com/getsentry/sentry-java/releases)
- [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-java@7.18.1...7.19.0)

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure.resourcemanager:azure-resourcemanager-loganalytics
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.sentry:sentry-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent c1716bd commit a8faaeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ allprojects {
mavenBom SpringBootPlugin.BOM_COORDINATES
}
dependencies {
dependency 'io.swagger.core.v3:swagger-annotations:2.2.26'
dependency 'io.swagger.core.v3:swagger-annotations:2.2.27'
dependency 'io.swagger.codegen.v3:swagger-codegen-cli:3.0.64'
}
}
Expand Down Expand Up @@ -223,13 +223,13 @@ dependencies {
// Azure related dependencies
implementation 'com.azure:azure-identity:1.14.2'
implementation 'com.azure.resourcemanager:azure-resourcemanager:2.45.0'
implementation 'com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0.0'
implementation 'com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.1.0'
implementation 'com.azure.resourcemanager:azure-resourcemanager-securityinsights:1.0.0-beta.5'
implementation 'com.azure:azure-storage-common:12.28.0'
implementation 'com.azure:azure-storage-file-datalake:12.22.0'
implementation 'com.azure:azure-data-tables:12.5.0'

implementation platform('io.sentry:sentry-bom:7.18.1') //import bom
implementation platform('io.sentry:sentry-bom:7.19.0') //import bom
implementation('io.sentry:sentry-spring-boot-starter-jakarta')
implementation('io.sentry:sentry-logback')

Expand Down
2 changes: 1 addition & 1 deletion datarepo-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
ext {
jersey = "3.1.9"
jackson = "2.18.2"
swaggerAnnotations = "2.2.26"
swaggerAnnotations = "2.2.27"

}

Expand Down

0 comments on commit a8faaeb

Please sign in to comment.