Skip to content

Commit 9496b3d

Browse files
Bump the gradle-deps group with 2 updates (#81)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3353604 commit 9496b3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ dependencies {
8080
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'
8181
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
8282
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
83-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.20.1'
83+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.21.1'
8484
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.12.0'
8585

86-
testImplementation platform('org.junit:junit-bom:5.13.0')
86+
testImplementation platform('org.junit:junit-bom:5.13.2')
8787
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
8888
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
8989
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)