Skip to content

Commit

Permalink
Merge branch 'master' into cradle-NPE-fix
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
#	build.gradle
#	gradle.properties
  • Loading branch information
Oleg Smelov committed Mar 6, 2024
2 parents b46b194 + 5bdb4b7 commit c0221ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# th2 common library (Java) (5.9.0)
# th2 common library (Java) (5.9.1)

## Usage

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ dependencies {
testImplementation("org.junit-pioneer:junit-pioneer:2.2.0") {
because("system property tests")
}

testFixturesImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlin_version"
testFixturesImplementation "org.junit.jupiter:junit-jupiter:$junitVersion"
}
Expand Down

0 comments on commit c0221ea

Please sign in to comment.