Skip to content

Commit

Permalink
[CORE-69]: Bump the minor-and-patch-updates group with 4 updates (#951)
Browse files Browse the repository at this point in the history
Bumps the minor-and-patch-updates group with 4 updates: [org.zalando:logbook-spring-boot-starter](https://github.com/zalando/logbook), [com.google.mug:mug](https://github.com/google/mug), bio.terra:java-pfb-library and [org.webjars.npm:swagger-ui-dist](https://github.com/swagger-api/swagger-ui).


Updates `org.zalando:logbook-spring-boot-starter` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/zalando/logbook/releases)
- [Changelog](https://github.com/zalando/logbook/blob/main/CHANGELOG.md)
- [Commits](zalando/logbook@3.9.0...3.10.0)

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

Updates `bio.terra:java-pfb-library` from 0.59.0 to 0.61.0

Updates `org.webjars.npm:swagger-ui-dist` from 5.17.14 to 5.18.2
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.17.14...v5.18.2)

---
updated-dependencies:
- dependency-name: org.zalando:logbook-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: bio.terra:java-pfb-library
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: org.webjars.npm:swagger-ui-dist
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Nov 12, 2024
1 parent 9661446 commit 1596a49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
antlr "org.antlr:antlr4:4.13.2" // use ANTLR version 4

// logging
implementation 'org.zalando:logbook-spring-boot-starter:3.9.0'
implementation 'org.zalando:logbook-spring-boot-starter:3.10.0'

// Azure libraries
implementation 'com.microsoft.azure:applicationinsights-runtime-attach:3.5.3'
Expand Down Expand Up @@ -77,7 +77,7 @@ 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.1'
implementation 'com.google.mug:mug:8.2'
implementation 'org.apache.lucene:lucene-queryparser:9.12.0'

// required by openapi-generated models and api interfaces
Expand All @@ -90,7 +90,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp' // required by Sam client
implementation "bio.terra:datarepo-client:2.13.0-SNAPSHOT"
implementation "bio.terra:workspace-manager-client:0.254.983-SNAPSHOT"
implementation "bio.terra:java-pfb-library:0.59.0"
implementation "bio.terra:java-pfb-library:0.61.0"
implementation project(path: ':client')

// Parquet, used for TDR snapshot import
Expand Down Expand Up @@ -129,7 +129,7 @@ dependencies {
implementation "org.glassfish.jersey.core:jersey-common"

annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
runtimeOnly 'org.webjars.npm:swagger-ui-dist:5.17.14'
runtimeOnly 'org.webjars.npm:swagger-ui-dist:5.18.2'
testImplementation 'io.micrometer:micrometer-observation-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.junit.jupiter:junit-jupiter'
Expand Down

0 comments on commit 1596a49

Please sign in to comment.