Skip to content

Commit

Permalink
Limit latest dep and muzzle range for hibernate (open-telemetry#5725)
Browse files Browse the repository at this point in the history
* Limit muzzle range for hibernate

* limit latest dep
  • Loading branch information
laurit authored and RashmiRam committed May 23, 2022
1 parent 638ae44 commit a4a06fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ muzzle {
pass {
group.set("org.hibernate")
module.set("hibernate-core")
versions.set("[4.0.0.Final,)")
versions.set("[4.0.0.Final,6)")
assertInverse.set(true)
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dependencies {
testImplementation("org.hsqldb:hsqldb:2.0.0")
testImplementation("javax.xml.bind:jaxb-api:2.3.1")
testImplementation("org.glassfish.jaxb:jaxb-runtime:2.3.3")

latestDepTestLibrary("org.hibernate:hibernate-core:5.+")
latestDepTestLibrary("org.hibernate:hibernate-entitymanager:5.+")
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit a4a06fa

Please sign in to comment.