Skip to content

Commit 54fed4f

Browse files
[skip ci] Bump the prod-deps group across 2 directories with 3 updates
Bumps the prod-deps group with 1 update in the /deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_spring_boot directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot). Bumps the prod-deps group with 3 updates in the /deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_spring_boot_kotlin directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) and org.jetbrains.kotlin:kotlin-maven-allopen. Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4) Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.3...v3.4.4) Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.1.10 to 2.1.20 --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:development update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9fdee22 commit 54fed4f

File tree

2 files changed

+3
-3
lines changed
  • deps/rabbitmq_auth_backend_http/examples
    • rabbitmq_auth_backend_spring_boot
    • rabbitmq_auth_backend_spring_boot_kotlin

2 files changed

+3
-3
lines changed

deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_spring_boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.springframework.boot</groupId>
3131
<artifactId>spring-boot-starter-parent</artifactId>
32-
<version>3.4.3</version>
32+
<version>3.4.4</version>
3333
</parent>
3434

3535
<properties>

deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_spring_boot_kotlin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.4.3</version>
17+
<version>3.4.4</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

@@ -23,7 +23,7 @@
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2424
<maven.compiler.source>17</maven.compiler.source>
2525
<maven.compiler.target>17</maven.compiler.target>
26-
<kotlin.version>2.1.10</kotlin.version>
26+
<kotlin.version>2.1.20</kotlin.version>
2727
<junit-jupiter.version>5.10.0</junit-jupiter.version>
2828
</properties>
2929

0 commit comments

Comments
 (0)