Skip to content

Commit 0eb09bd

Browse files
chore(deps): bump the junit-dependencies group across 8 directories with 1 update
Bumps the junit-dependencies group with 1 update in the /components/abstractions directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 1 update in the /components/authentication/azure directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 1 update in the /components/bundle directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 1 update in the /components/http/okHttp directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 1 update in the /components/serialization/form directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 1 update in the /components/serialization/json directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 1 update in the /components/serialization/multipart directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Bumps the junit-dependencies group with 1 update in the /components/serialization/text directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c40d235 commit 0eb09bd

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

components/abstractions/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.16.0'
66
testImplementation project(':components:serialization:json')

components/authentication/azure/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.16.0'
66

components/bundle/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
testImplementation 'org.mockito:mockito-core:5.16.0'

components/http/okHttp/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
testImplementation 'org.mockito:mockito-core:5.16.0'

components/serialization/form/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
// This dependency is used internally, and not exposed to consumers on their own compile classpath.

components/serialization/json/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
// This dependency is used internally, and not exposed to consumers on their own compile classpath.

components/serialization/multipart/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55
testImplementation 'org.mockito:mockito-core:5.16.0'
66

components/serialization/text/gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
// Use JUnit Jupiter API for testing.
3-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
3+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
44
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
55

66
// This dependency is used internally, and not exposed to consumers on their own compile classpath.

0 commit comments

Comments
 (0)