Skip to content

Commit f44b9d5

Browse files
Bump the development-dependencies group with 2 updates (#8986)
Bumps the development-dependencies group with 2 updates: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) and org.jetbrains.dokka. Updates `org.testcontainers:testcontainers-bom` from 1.19.6 to 1.19.7 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.6...1.19.7) Updates `org.jetbrains.dokka` from 1.9.10 to 1.9.20 --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8571ed commit f44b9d5

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
@@ -19,7 +19,7 @@ plugins {
1919
id 'io.spring.nohttp' version '0.0.11' apply false
2020
id 'org.ajoberstar.grgit' version '5.2.2'
2121
id 'io.spring.dependency-management' version '1.1.4'
22-
id 'org.jetbrains.dokka' version '1.9.10'
22+
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
2525
id 'com.github.spotbugs' version '6.0.8'
@@ -115,7 +115,7 @@ ext {
115115
springSecurityVersion = '6.3.0-SNAPSHOT'
116116
springVersion = '6.1.4'
117117
springWsVersion = '4.0.10'
118-
testcontainersVersion = '1.19.6'
118+
testcontainersVersion = '1.19.7'
119119
tomcatVersion = '10.1.19'
120120
xmlUnitVersion = '2.9.1'
121121
xstreamVersion = '1.4.20'

0 commit comments

Comments
 (0)