Skip to content

Commit 9c40adb

Browse files
committed
Upgrade to JRuby 1.7.22
1 parent 1d69861 commit 9c40adb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext {
1818
linkScmConnection = 'scm:git:git://github.com/spring-projects/spring-framework.git'
1919
linkScmDevConnection = 'scm:git:ssh://git@github.com:spring-projects/spring-framework.git'
2020

21-
moduleProjects = subprojects.findAll {
21+
moduleProjects = subprojects.findAll {
2222
!it.name.equals('spring-build-src') && !it.name.equals('spring-framework-bom')
2323
}
2424
}
@@ -123,7 +123,7 @@ configure(allprojects) { project ->
123123
testCompile("org.hamcrest:hamcrest-all:1.3")
124124

125125
sniffer("org.codehaus.mojo:animal-sniffer-ant-tasks:${snifferVersion}")
126-
javaApiSignature("org.codehaus.mojo.signature:java16:1.1@signature") // as from JDK 6 update 18
126+
javaApiSignature("org.codehaus.mojo.signature:java16:1.1@signature") // API level from JDK 6 update 18
127127
}
128128

129129
task copyJavaApiSignature(type: Copy) {
@@ -459,7 +459,7 @@ project("spring-context") {
459459
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
460460
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
461461
optional("org.beanshell:bsh:2.0b4")
462-
optional("org.jruby:jruby:1.7.19")
462+
optional("org.jruby:jruby:1.7.22")
463463
testCompile("javax.inject:javax.inject-tck:1")
464464
testCompile("commons-dbcp:commons-dbcp:1.4")
465465
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")

0 commit comments

Comments
 (0)