Skip to content

Commit

Permalink
Fix gradle version ranges (#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Apr 21, 2021
1 parent 8380b41 commit a15315f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies {
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')

testLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.7.0'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo', version: '2+'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2+'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo', version: '2.+'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.+'
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies {
testImplementation project(':instrumentation:apache-dubbo:apache-dubbo-2.7:testing')

testLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.7.0'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo', version: '2+'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2+'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo', version: '2.+'
latestDepTestLibrary group: 'org.apache.dubbo', name: 'dubbo-config-api', version: '2.+'
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ dependencies {

mojarra2TestImplementation group: 'org.glassfish', name: 'jakarta.faces', version: '2.3.12'

latestDepTestImplementation group: 'org.glassfish', name: 'jakarta.faces', version: '2+'
latestDepTestImplementation group: 'org.glassfish', name: 'jakarta.faces', version: '2.+'
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ dependencies {
myfaces2TestImplementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.2.11'
myfaces2TestImplementation group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.2.11'

latestDepTestImplementation group: 'org.apache.myfaces.core', name: 'myfaces-impl', version: '2+'
latestDepTestImplementation group: 'org.apache.myfaces.core', name: 'myfaces-impl', version: '2.+'
}

0 comments on commit a15315f

Please sign in to comment.