Skip to content

Commit d84212f

Browse files
Bump junit from 4.12 to 4.13.2 in /samples/deviceCodeSample
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9dc8735 commit d84212f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/deviceCodeSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010
}
1111

1212
dependencies {
13-
testImplementation group: 'junit', name: 'junit', version: '4.12'
13+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
1414
implementation project(':coreLibrary')
1515
implementation 'com.azure:azure-identity:1.2.5'
1616
}

0 commit comments

Comments
 (0)