Skip to content

Commit

Permalink
Bump jython-standalone from 2.7.1 to 2.7.2 (#6209)
Browse files Browse the repository at this point in the history
* Bump jython-standalone from 2.7.1 to 2.7.2

Bumps jython-standalone from 2.7.1 to 2.7.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update build.gradle

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Tobias Diez <tobiasdiez@gmx.de>
  • Loading branch information
dependabot-preview[bot] and tobiasdiez committed Mar 30, 2020
1 parent 79feedd commit 7a4e025
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ dependencies {

checkstyle 'com.puppycrawl.tools:checkstyle:8.31'
xjc group: 'org.glassfish.jaxb', name: 'jaxb-xjc', version: '2.3.2'
jython 'org.python:jython-standalone:2.7.1'
jython 'org.python:jython-standalone:2.7.2'
}

dependencyUpdates {
Expand All @@ -232,11 +232,6 @@ dependencyUpdates.resolutionStrategy = {
selection.reject('Release candidate')
}
}
rules.withModule("org.python:jython-standalone") { ComponentSelection selection ->
if (selection.candidate.version ==~ /2.7.2b\d/ || selection.candidate.version ==~ /2.7.2rc\d/) {
selection.reject('Release candidate')
}
}
rules.withModule("de.jensd:fontawesomefx-materialdesignfont") { ComponentSelection selection ->
if (selection.candidate.version ==~ /2.0.26.*/) {
selection.reject('1.7.22-11 is actually newer (strange version system)')
Expand Down

0 comments on commit 7a4e025

Please sign in to comment.