Skip to content

Commit

Permalink
GROOVY-11544: Bump jqwik to 1.9.2 (test dependency)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Jan 6, 2025
1 parent dd0c00d commit 6ebde17
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -752,14 +752,14 @@
<sha512 value="cb312b3f571d91ef183c119d878f50464ffd97f853b7311cba386463f295e8b7b3a5a89ed4269a045cacd5aa7cb4c803d4882854a0fddefa9bbc28c72aa6c786" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="net.jqwik" name="jqwik-api" version="1.9.1">
<artifact name="jqwik-api-1.9.1.jar">
<sha512 value="3cba4e8af16cf1c72367ffafac1afa9bb37defc44724e0a64efdb463eafa66efbe5abca283d4ad21b782740e04ebaa64194d465357ef7acec75da9db7c27eec0" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
<component group="net.jqwik" name="jqwik-api" version="1.9.2">
<artifact name="jqwik-api-1.9.2.jar">
<sha512 value="bd59628c94202cd3ec38237f004d863a3d7cf2a2c1c818ba088f1f5fa947a4ad251eecfb01f3ab01bbc2c68fba4911a3ffa62085cd9cfb2a885dddc7ded0d812" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="net.jqwik" name="jqwik-engine" version="1.9.1">
<artifact name="jqwik-engine-1.9.1.jar">
<sha512 value="5063b106d61e0561cb1545e23f583c8ace49dc8429f7bfb05f903b4c49ababfdcf84c78207634a81ab484dff2b7d9dff6927aa390e552414d9293518789a8e6e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
<component group="net.jqwik" name="jqwik-engine" version="1.9.2">
<artifact name="jqwik-engine-1.9.2.jar">
<sha512 value="a306213e3092356aa09bad00e6c0106c2734524631e4caa0922ada15a5a9519116df7890677460e438258980ae92b009d072a973c7b7b63303d05f4b36faca4e" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="net.sf.jopt-simple" name="jopt-simple" version="5.0.4">
Expand Down
2 changes: 1 addition & 1 deletion src/test/groovy/grape/GrapeIvyTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ final class GrapeIvyTest {
"""

assertScript '''
@Grab('net.jqwik:jqwik:1.2.1')
@Grab('net.jqwik:jqwik:1.9.2')
import net.jqwik.api.ForAll
import net.jqwik.api.Property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ final class TypeAnnotationsTest extends AbstractBytecodeTestCase {
// GROOVY-9154
void testTypeAnnotationsForMethod4() {
def bytecode = compile(classNamePattern: 'Foo', method: 'sizeZeroOrPositive', '''\
@Grab("net.jqwik:jqwik:1.1.4")
@Grab("net.jqwik:jqwik:1.9.2")
import net.jqwik.api.ForAll
import net.jqwik.api.Property
import net.jqwik.api.constraints.IntRange
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jcipAnnotations=1.0
treelayout=1.0.3
jakartaServletApi=6.0.0
jakartaServerPagesApi=3.1.1
jqwik=1.9.1
jqwik=1.9.2

0 comments on commit 6ebde17

Please sign in to comment.