Skip to content

Commit

Permalink
Bump the gradle group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gradle group with 2 updates: [com.github.navikt:tms-mikrofrontend-selector](https://github.com/navikt/tms-mikrofrontend-selector) and org.sonarqube.


Updates `com.github.navikt:tms-mikrofrontend-selector` from 20230912102330-b4690df to 20231005112556-1c554d9
- [Commits](https://github.com/navikt/tms-mikrofrontend-selector/commits)

Updates `org.sonarqube` from 4.4.0.3356 to 4.4.1.3373

---
updated-dependencies:
- dependency-name: com.github.navikt:tms-mikrofrontend-selector
  dependency-type: direct:production
  dependency-group: gradle
- dependency-name: org.sonarqube
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 64b50ef commit ca8516d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
kotlin("plugin.spring") version "1.9.10"
id("org.springframework.boot") version "3.1.4"
id("io.spring.dependency-management") version "1.1.3"
id("org.sonarqube") version "4.4.0.3356"
id("org.sonarqube") version "4.4.1.3373"
jacoco
}

Expand Down Expand Up @@ -58,7 +58,7 @@ dependencies {

// NAV
implementation("com.github.navikt:brukernotifikasjon-schemas:$brukernotifikasjonVersion")
implementation("com.github.navikt:tms-mikrofrontend-selector:20230912102330-b4690df")
implementation("com.github.navikt:tms-mikrofrontend-selector:20231005112556-1c554d9")

// Spring Boot
implementation("org.springframework.boot:spring-boot-starter-actuator")
Expand Down

0 comments on commit ca8516d

Please sign in to comment.