File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
3535 testRuntimeOnly " org.objenesis:objenesis:3.4" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB)
3636
3737 // dependencies used by examples in this project
38- testRuntimeOnly " com.h2database:h2:2.2.224 "
38+ testRuntimeOnly " com.h2database:h2:2.4.240 "
3939 implementation " org.apache.groovy:groovy-sql"
4040}
4141
Original file line number Diff line number Diff line change 3939 <!-- Dependencies used by examples in this project (not required for using Spock) -->
4040 <dependency org =" org.apache.groovy" name =" groovy-sql" rev =" 5.0.3" conf =" test;sources;javadoc" />
4141 <dependency org =" org.spockframework" name =" spock-junit4" rev =" 2.4-groovy-5.0" conf =" test;sources;javadoc" />
42- <dependency org =" com.h2database" name =" h2" rev =" 2.2.224 " conf =" test;sources;javadoc" />
42+ <dependency org =" com.h2database" name =" h2" rev =" 2.4.240 " conf =" test;sources;javadoc" />
4343 <!-- For using the scriptselector with Groovy -->
4444 <dependency org =" org.apache.groovy" name =" groovy-jsr223" rev =" 5.0.3" conf =" groovy-script;sources;javadoc" />
4545 <dependency org =" org.ow2.asm" name =" asm" rev =" 9.8" conf =" groovy-script;sources;javadoc" />
Original file line number Diff line number Diff line change 127127 <dependency >
128128 <groupId >com.h2database</groupId >
129129 <artifactId >h2</artifactId >
130- <version >2.2.224 </version >
130+ <version >2.4.240 </version >
131131 </dependency >
132132 <dependency >
133133 <groupId >org.apache.groovy</groupId >
You can’t perform that action at this time.
0 commit comments