Skip to content

Commit

Permalink
Bump the minor-and-patch group across 1 directory with 3 updates (#895)
Browse files Browse the repository at this point in the history
* Bump the minor-and-patch group across 1 directory with 3 updates

Bumps the minor-and-patch group with 3 updates in the / directory: no.nav.tms.varsel:kotlin-builder, io.swagger.core.v3:swagger-annotations and [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom).


Updates `no.nav.tms.varsel:kotlin-builder` from 2.1.0 to 2.1.1

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

Updates `com.google.cloud:libraries-bom` from 26.50.0 to 26.51.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.50.0...v26.51.0)

---
updated-dependencies:
- dependency-name: no.nav.tms.varsel:kotlin-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fjerne ubrukt swagger-annotation avhengighet

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hans Petter Simonsen <[email protected]>
  • Loading branch information
dependabot[bot] and holymaloney authored Dec 17, 2024
1 parent 3ef0630 commit 75f6770
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ dependencies {
implementation("no.nav.common:util:$common_version")
implementation("no.nav.common:types:$common_version")
implementation("org.apache.commons:commons-collections4:4.4")
implementation("no.nav.tms.varsel:kotlin-builder:2.1.0")
implementation("no.nav.tms.varsel:kotlin-builder:2.1.1")
implementation("no.nav.poao.dab:spring-auth:$dab_common_version")
implementation("no.nav.poao.dab:spring-a2-annotations:$dab_common_version")

Expand All @@ -174,11 +174,9 @@ dependencies {
implementation("org.flywaydb:flyway-database-postgresql:10.15.2")
implementation("org.postgresql:postgresql:42.7.4")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2")
// Hvis det ønskes swagger doc, foreslås å bruke springdoc (springdoc-openapi-starter-webmvc-ui - se no.nav.fo.veilarbdialog.rest.SwaggerConfig for eksempelconfig)
implementation("io.swagger.core.v3:swagger-annotations:2.2.26")

// BigQuery
implementation(platform("com.google.cloud:libraries-bom:26.50.0"))
implementation(platform("com.google.cloud:libraries-bom:26.51.0"))
implementation("com.google.cloud:google-cloud-bigquery")

implementation("io.getunleash:unleash-client-java:9.2.6")
Expand Down

0 comments on commit 75f6770

Please sign in to comment.