Skip to content

Commit 68bbbc1

Browse files
authored
Merge pull request #770 from komapper/renovate/major-junit-framework-monorepo
Update dependency org.junit:junit-bom to v6
2 parents 6570009 + 8a864e1 commit 68bbbc1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
junit = "5.14.0"
2+
junit = "6.0.0"
33
komapper = "5.6.0"
44
kotlin = "2.2.20"
55
ksp = "2.2.20-2.0.4"

repository-pattern-jdbc/src/test/kotlin/org/komapper/example/ExampleRepositoryTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ class ExampleRepositoryTest : InvocationInterceptor {
156156
}
157157

158158
override fun interceptTestMethod(
159-
invocation: InvocationInterceptor.Invocation<Void>?,
160-
invocationContext: ReflectiveInvocationContext<Method>?,
161-
extensionContext: ExtensionContext?,
159+
invocation: InvocationInterceptor.Invocation<Void?>,
160+
invocationContext: ReflectiveInvocationContext<Method>,
161+
extensionContext: ExtensionContext,
162162
) {
163163
db.config.session.transactionOperator.required {
164164
it.isRollbackOnly()

0 commit comments

Comments
 (0)