Skip to content

Commit 26c9d5a

Browse files
chore(deps): bump the github group across 1 directory with 5 updates
Bumps the github group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.12.0` | `5.12.1` | | [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.12.0` | `5.12.1` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.12.0` | `5.12.1` | | [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) | `3.7.3` | `3.7.4` | | com.google.cloud.tools.jib | `3.4.4` | `3.4.5` | Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.12.0...r5.12.1) Updates `io.projectreactor:reactor-test` from 3.7.3 to 3.7.4 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.7.3...v3.7.4) Updates `com.google.cloud.tools.jib` from 3.4.4 to 3.4.5 --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: io.projectreactor:reactor-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 985d913 commit 26c9d5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ val nimbusSdkVersion = "11.23.1"
99
val mockWebServerVersion = "4.12.0"
1010
val jacksonVersion = "2.18.3"
1111
val nettyVersion = "4.1.119.Final"
12-
val junitJupiterVersion = "5.12.0"
12+
val junitJupiterVersion = "5.12.1"
1313
val kotlinVersion = "2.1.10"
1414
val freemarkerVersion = "2.3.34"
1515
val kotestVersion = "5.9.1"
1616
val bouncyCastleVersion = "1.80"
1717
val springBootVersion = "3.4.3"
18-
val reactorTestVersion = "3.7.3"
18+
val reactorTestVersion = "3.7.4"
1919
val ktorVersion = "2.3.13"
2020
val jsonPathVersion = "2.9.0"
2121

@@ -28,7 +28,7 @@ plugins {
2828
id("se.patrikerdes.use-latest-versions") version "0.2.18"
2929
id("com.github.ben-manes.versions") version "0.52.0"
3030
id("org.jmailen.kotlinter") version "5.0.1"
31-
id("com.google.cloud.tools.jib") version "3.4.4"
31+
id("com.google.cloud.tools.jib") version "3.4.5"
3232
id("com.github.johnrengelman.shadow") version "8.1.1"
3333
id("net.researchgate.release") version "3.1.0"
3434
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"

0 commit comments

Comments
 (0)