We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51deb2 commit 7b55c3dCopy full SHA for 7b55c3d
gradle.properties
@@ -1,13 +1,13 @@
1
group = org.junit
2
-version = 5.13.2
+version = 5.13.3-SNAPSHOT
3
4
jupiterGroup = org.junit.jupiter
5
6
platformGroup = org.junit.platform
7
-platformVersion = 1.13.2
+platformVersion = 1.13.3-SNAPSHOT
8
9
vintageGroup = org.junit.vintage
10
-vintageVersion = 5.13.2
+vintageVersion = 5.13.3-SNAPSHOT
11
12
# We need more metaspace due to apparent memory leak in Asciidoctor/JRuby
13
org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError
0 commit comments