Skip to content

Commit bf4e0fa

Browse files
Bump the gradle-deps group with 2 updates
Bumps the gradle-deps group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework) and [org.jsoup:jsoup](https://github.com/jhy/jsoup). Updates `org.junit:junit-bom` from 5.13.0 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.2) Updates `org.jsoup:jsoup` from 1.20.1 to 1.21.1 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.20.1...jsoup-1.21.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.jsoup:jsoup dependency-version: 1.21.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea7c38b commit bf4e0fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
}
9494

9595
testImplementation project.deps.gocdPluginApi
96-
testImplementation platform('org.junit:junit-bom:5.13.0')
96+
testImplementation platform('org.junit:junit-bom:5.13.2')
9797
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
9898
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
9999
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
@@ -103,7 +103,7 @@ dependencies {
103103
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: project.versions.mockito
104104
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
105105
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
106-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.20.1'
106+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.21.1'
107107
}
108108

109109
test {

0 commit comments

Comments
 (0)