Skip to content

Commit

Permalink
Bump the gradle group with 6 updates (#191)
Browse files Browse the repository at this point in the history
Bumps the gradle group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [com.github.navikt:tms-mikrofrontend-selector](https://github.com/navikt/tms-mikrofrontend-selector) | `20230912102330-b4690df` | `20231005112556-1c554d9` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.4` | `3.2.0` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.3` | `1.1.4` |
| org.sonarqube | `4.4.0.3356` | `4.4.1.3373` |


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

Updates `jvm` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `plugin.spring` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `org.springframework.boot` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.4...v3.2.0)

Updates `io.spring.dependency-management` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.3...v1.1.4)

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: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent b9a5f11 commit 12ec625
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.9.10"
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"
kotlin("jvm") version "1.9.21"
kotlin("plugin.spring") version "1.9.21"
id("org.springframework.boot") version "3.2.0"
id("io.spring.dependency-management") version "1.1.4"
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 12ec625

Please sign in to comment.