Skip to content

Commit

Permalink
[AJ-1782]: Bump the minor-and-patch-updates group with 5 updates (#940)
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.azure:azure-identity-extensions](https://github.com/azure/azure-sdk-for-java) | `1.1.19` | `1.1.20` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.3.0-jre` | `33.3.1-jre` |
| [com.google.mug:mug](https://github.com/google/mug) | `8.0` | `8.1` |
| org.apache.lucene:lucene-queryparser | `9.11.1` | `9.12.0` |
| io.swagger.core.v3:swagger-annotations | `2.2.23` | `2.2.24` |


Updates `com.azure:azure-identity-extensions` from 1.1.19 to 1.1.20
- [Release notes](https://github.com/azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-ai-metricsadvisor_1.1.19...azure-ai-metricsadvisor_1.1.20)

Updates `com.google.guava:guava` from 33.3.0-jre to 33.3.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `com.google.mug:mug` from 8.0 to 8.1
- [Release notes](https://github.com/google/mug/releases)
- [Commits](google/mug@mug-root-8.0...mug-root-8.1)

Updates `org.apache.lucene:lucene-queryparser` from 9.11.1 to 9.12.0

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.23 to 2.2.24

---
updated-dependencies:
- dependency-name: com.azure:azure-identity-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
- dependency-name: com.google.mug:mug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: org.apache.lucene:lucene-queryparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent e660f61 commit e5b0b3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
// Azure libraries
implementation 'com.microsoft.azure:applicationinsights-runtime-attach:3.5.3'
implementation 'com.azure:azure-storage-blob:12.28.0'
implementation 'com.azure:azure-identity-extensions:1.1.19' // postgres password plugin
implementation 'com.azure:azure-identity-extensions:1.1.20' // postgres password plugin

implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
Expand All @@ -65,7 +65,7 @@ dependencies {
implementation 'io.micrometer:micrometer-registry-prometheus'
implementation 'org.springframework.integration:spring-integration-jdbc'
implementation 'org.aspectj:aspectjweaver' // required by spring-retry, not used directly
implementation 'com.google.guava:guava:33.3.0-jre'
implementation 'com.google.guava:guava:33.3.1-jre'
implementation 'org.postgresql:postgresql'
implementation 'org.webjars:webjars-locator-core' // versioned by spring dependency management
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
Expand All @@ -77,12 +77,12 @@ dependencies {
implementation 'org.ehcache:ehcache:3.10.8:jakarta'
implementation 'org.hashids:hashids:1.0.3'
implementation 'jakarta.ws.rs:jakarta.ws.rs-api'
implementation 'com.google.mug:mug:8.0'
implementation 'org.apache.lucene:lucene-queryparser:9.11.1'
implementation 'com.google.mug:mug:8.1'
implementation 'org.apache.lucene:lucene-queryparser:9.12.0'

// required by openapi-generated models and api interfaces
implementation 'jakarta.validation:jakarta.validation-api'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.23'
implementation 'io.swagger.core.v3:swagger-annotations:2.2.24'

// Terra libraries
implementation group: 'org.broadinstitute.dsde.workbench', name: 'sam-client_2.13', version: 'v0.0.282'
Expand Down

0 comments on commit e5b0b3f

Please sign in to comment.