Skip to content

Commit 7a4e025

Browse files
Bump jython-standalone from 2.7.1 to 2.7.2 (#6209)
* 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>
1 parent 79feedd commit 7a4e025

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ dependencies {
214214

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

220220
dependencyUpdates {
@@ -232,11 +232,6 @@ dependencyUpdates.resolutionStrategy = {
232232
selection.reject('Release candidate')
233233
}
234234
}
235-
rules.withModule("org.python:jython-standalone") { ComponentSelection selection ->
236-
if (selection.candidate.version ==~ /2.7.2b\d/ || selection.candidate.version ==~ /2.7.2rc\d/) {
237-
selection.reject('Release candidate')
238-
}
239-
}
240235
rules.withModule("de.jensd:fontawesomefx-materialdesignfont") { ComponentSelection selection ->
241236
if (selection.candidate.version ==~ /2.0.26.*/) {
242237
selection.reject('1.7.22-11 is actually newer (strange version system)')

0 commit comments

Comments
 (0)