Skip to content

Commit

Permalink
Merge pull request #73 from testng-team/feat/update_bundles
Browse files Browse the repository at this point in the history
feat: update the dependent bundle version to align with the testng
  • Loading branch information
juherr authored Feb 15, 2025
2 parents 40dbf2b + 2c220a3 commit 13443a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ platform {
'com.beust.jcommander.*;version="[1.8.3,2.0.0)",' +
'org.slf4j.*,' +
'bsh.*;version="[2.0.0,3.0.0)";resolution:=optional,' +
'com.google.inject.*;version="[1.2,5.0)";resolution:=optional,' +
'com.google.inject.*;version="5.0";resolution:=optional,' +
'junit.framework;version="[3.8.1, 5.0.0)";resolution:=optional,' +
'org.junit.*;resolution:=optional,' +
'org.apache.tools.ant.*;version="[1.7.0, 2.0.0)";resolution:=optional,' +
'org.yaml.*;version="[1.6,2.0)";resolution:=optional,' +
'org.yaml.*;version="[2.0,3.0)";resolution:=optional,' +
'!com.beust.testng,' +
'!org.testng.*,' +
'!com.sun.*'
Expand All @@ -83,8 +83,8 @@ platform {
exclude module: 'guice'
}

bundle "org.yaml:snakeyaml:1.21"
bundle "org.slf4j:slf4j-api:1.7.36"
bundle "org.yaml:snakeyaml:2.2"
bundle "org.slf4j:slf4j-api:2.0.16"

bundle "org.apache-extras.beanshell:bsh:2.0b6", {
bnd {
Expand Down

0 comments on commit 13443a7

Please sign in to comment.