Skip to content

Commit 1aac1cd

Browse files
dependabot[bot]stscoundrel
authored andcommitted
Bump the maven-dependencies group with 3 updates
Bumps the maven-dependencies group with 3 updates: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.4...v3.4.5) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.10.1 to 1.10.2 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.10.1...1.10.2) Updates `org.mockito:mockito-core` from 5.16.1 to 5.17.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.1...v5.17.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.mockito:mockito-core dependency-version: 5.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0042432 commit 1aac1cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.4</version>
9+
<version>3.4.5</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>io.github.stscoundrel</groupId>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.jetbrains.kotlinx</groupId>
7171
<artifactId>kotlinx-coroutines-core</artifactId>
72-
<version>1.10.1</version>
72+
<version>1.10.2</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.h2database</groupId>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.mockito</groupId>
9393
<artifactId>mockito-core</artifactId>
94-
<version>5.16.1</version>
94+
<version>5.17.0</version>
9595
<scope>test</scope>
9696
</dependency>
9797
</dependencies>

0 commit comments

Comments
 (0)