Skip to content

Commit 4004172

Browse files
Bump the all-dependencies group with 7 updates
Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.2.0` | `2.3.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.0` | `2.16.1` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.0` | `3.2.1` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.21 to 1.9.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.21...v1.9.22) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.2.0...v2.3.0) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.0 to 2.16.1 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.16.1) Updates `org.springframework.boot` from 3.2.0 to 3.2.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.0...v3.2.1) Updates `jvm` from 1.9.21 to 1.9.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.21...v1.9.22) Updates `plugin.spring` from 1.9.21 to 1.9.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.21...v1.9.22) Updates `plugin.jpa` from 1.9.21 to 1.9.22 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.21...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e692d70 commit 4004172

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
val mockkVersion = "1.13.8"
44
val logstashVersion = "7.4"
55
val testContainersVersion = "1.19.3"
6-
val springDocVersion = "2.2.0"
6+
val springDocVersion = "2.3.0"
77
val tokenValidationVersion = "3.2.0"
8-
val kotlinVersion = "1.9.21"
8+
val kotlinVersion = "1.9.22"
99

1010
repositories {
1111
mavenCentral()
1212
}
1313

1414
plugins {
1515
val kotlinVersion = "1.8.0"
16-
id("org.springframework.boot") version "3.2.0"
16+
id("org.springframework.boot") version "3.2.1"
1717
kotlin("jvm") version kotlinVersion
1818
kotlin("plugin.spring") version kotlinVersion
1919
kotlin("plugin.jpa") version kotlinVersion
@@ -23,7 +23,7 @@ plugins {
2323
apply(plugin = "io.spring.dependency-management")
2424

2525
dependencies {
26-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.21")
26+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
2727

2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
implementation("org.springframework.boot:spring-boot-starter-actuator")
@@ -44,7 +44,7 @@ dependencies {
4444

4545
implementation("ch.qos.logback:logback-classic")
4646
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
47-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
47+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
4848

4949
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
5050
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")

0 commit comments

Comments
 (0)