1
0
mirror of https://github.com/mc1arke/sonarqube-community-branch-plugin.git synced 2025-10-08 22:52:13 +02:00

Bump org.assertj:assertj-core from 3.27.4 to 3.27.6

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.6.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.6)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-08 06:39:55 +00:00
committed by Michael Clarke
parent 5ff8634ede
commit d8ed7dd971

View File

@@ -65,7 +65,7 @@ dependencies {
compileOnly(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar'))
testImplementation(fileTree(dir: sonarLibraries, include: '**/*.jar', exclude: 'extensions/*.jar'))
testImplementation('org.mockito:mockito-core:5.20.0')
testImplementation('org.assertj:assertj-core:3.27.4')
testImplementation('org.assertj:assertj-core:3.27.6')
testImplementation('org.wiremock:wiremock:3.13.1')
zip("sonarqube:sonarqube:${sonarqubeVersion}@zip")
runtimeOnly('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0')