Skip to content

Commit c1deea8

Browse files
Bump org.junit.jupiter:junit-jupiter-params in /utbot-framework
Bumps [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) from 5.8.1 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.8.1...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73bd2b2 commit c1deea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utbot-framework/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ dependencies {
3939

4040
// To use JUnit4, comment out JUnit5 and uncomment JUnit4 dependencies here. Please also check "test" section
4141
//implementation group: 'junit', name: 'junit', version: '4.13.1'
42-
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.8.1'
43-
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.1'
42+
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.13.4'
43+
implementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.13.4'
4444

4545
// TODO sbft-usvm-merge: UtBot engine expects `com.github.UnitTestBot.ksmt` here
4646
implementation group: 'io.ksmt', name: 'ksmt-core', version: ksmtVersion

0 commit comments

Comments
 (0)