Skip to content

Commit 6830e6b

Browse files
build(deps): bump org.junit:junit-bom from 5.9.1 to 6.0.3 in /data-ingestion-service (#556)
* build(deps): bump org.junit:junit-bom in /data-ingestion-service Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.9.1 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.9.1...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * touch file * untouch file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mary McGrath <m.c.mcgrath13@gmail.com>
1 parent 102cc16 commit 6830e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-ingestion-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ dependencies {
269269
testImplementation 'org.testcontainers:mssqlserver:1.20.1'
270270
testImplementation 'org.testcontainers:junit-jupiter:1.20.1'
271271
testImplementation 'org.apache.camel:camel-test-spring-junit5:4.11.0'
272-
testImplementation(platform('org.junit:junit-bom:5.9.1'))
272+
testImplementation(platform('org.junit:junit-bom:6.0.3'))
273273

274274
// Inter-project dependencies
275275
// NOTE: dont remove this, might come back to this setup in the future

0 commit comments

Comments
 (0)