Skip to content

Commit 29e2e45

Browse files
chore(deps): bump the github group with 7 updates (#734)
Bumps the github group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) | `2.0.10` | `2.0.20` | | [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` | | [org.springframework.boot:spring-boot-starter-oauth2-resource-server](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` | | [org.springframework.boot:spring-boot-starter-oauth2-client](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` | | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` | | [org.springframework.boot:spring-boot-test](https://github.com/spring-projects/spring-boot) | `3.3.2` | `3.3.3` | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.10` | `2.0.20` | Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.10...v2.0.20) Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-test` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-oauth2-resource-server` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `org.springframework.boot:spring-boot-test` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `jvm` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.10...v2.0.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-resource-server dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.springframework.boot:spring-boot-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 828f67f commit 29e2e45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ val mockWebServerVersion = "4.12.0"
1010
val jacksonVersion = "2.17.2"
1111
val nettyVersion = "4.1.112.Final"
1212
val junitJupiterVersion = "5.11.0"
13-
val kotlinVersion = "2.0.10"
13+
val kotlinVersion = "2.0.20"
1414
val freemarkerVersion = "2.3.33"
1515
val kotestVersion = "5.9.1"
1616
val bouncyCastleVersion = "1.78.1"
17-
val springBootVersion = "3.3.2"
17+
val springBootVersion = "3.3.3"
1818
val reactorTestVersion = "3.6.9"
1919
val ktorVersion = "2.3.12"
2020
val jsonPathVersion = "2.9.0"
@@ -24,7 +24,7 @@ val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
2424

2525
plugins {
2626
application
27-
kotlin("jvm") version "2.0.10"
27+
kotlin("jvm") version "2.0.20"
2828
id("se.patrikerdes.use-latest-versions") version "0.2.18"
2929
id("com.github.ben-manes.versions") version "0.51.0"
3030
id("org.jmailen.kotlinter") version "4.4.1"

0 commit comments

Comments
 (0)