Skip to content

Commit eeaa998

Browse files
Bump org.opentest4j:opentest4j from 1.2.0 to 1.3.0
Bumps [org.opentest4j:opentest4j](https://github.com/ota4j-team/opentest4j) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/ota4j-team/opentest4j/releases) - [Commits](ota4j-team/opentest4j@r1.2.0...r1.3.0) --- updated-dependencies: - dependency-name: org.opentest4j:opentest4j dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd919bc commit eeaa998

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assertlog-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dependencies {
2-
implementation('org.opentest4j:opentest4j:1.2.0')
2+
implementation('org.opentest4j:opentest4j:1.3.0')
33
}

assertlog-log4j-junit4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
implementation project(':assertlog-core')
3-
implementation('org.opentest4j:opentest4j:1.2.0')
3+
implementation('org.opentest4j:opentest4j:1.3.0')
44
implementation('junit:junit:4.13.2')
55
implementation('log4j:log4j:1.2.17')
66
testImplementation('org.slf4j:slf4j-log4j12:2.0.18')

0 commit comments

Comments
 (0)