File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ Then java-snapshot-testing might just be what you are looking for!
2323
2424``` groovy
2525// In this case we are using the JUnit5 testing framework
26- testImplementation 'io.github.origin-energy:java-snapshot-testing-junit5:3.2. +'
26+ testImplementation 'io.github.origin-energy:java-snapshot-testing-junit5:3.+'
2727
2828// Many will want to serialize into JSON. In this case you should also add the Jackson plugin
29- testImplementation 'io.github.origin-energy:java-snapshot-testing-plugin-jackson:3.2. +'
29+ testImplementation 'io.github.origin-energy:java-snapshot-testing-plugin-jackson:3.+'
3030testImplementation 'com.fasterxml.jackson.core:jackson-core:2.11.3'
3131testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.11.3'
3232
You can’t perform that action at this time.
0 commit comments