dependabot[bot]
849f4db8e5
Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7
...
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire ) from 3.0.0-M5 to 3.0.0-M7.
- [Release notes](https://github.com/apache/maven-surefire/releases )
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M7 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Leonard Brünings
2e053bb947
Create dependabot.yml
...
for automatic updates
3 years ago
Leonard Brünings
f72f0342d6
Update dependencies
3 years ago
Leonard Brünings
45ca362449
Update Gradle to 7.4.1
3 years ago
Leonard Brünings
fd942948d0
Update to Apache Maven Wrapper and Maven 3.8.5
3 years ago
Leonard Brünings
1b0b6764e8
Update to Spock 2.1 and update other dependencies
3 years ago
Leonard Brünings
5e4c048ada
Update h2 to 2.1.210
3 years ago
Leonard Brünings
b59ff9fdc2
Update h2 to 2.0.210
3 years ago
Leonard Brünings
1923003259
Bump h2 from 1.4.197 to 2.0.206 (gradle)
3 years ago
dependabot[bot]
9b6e2ee9df
Bump h2 from 1.4.197 to 2.0.206
...
Bumps [h2](https://github.com/h2database/h2database ) from 1.4.197 to 2.0.206.
- [Release notes](https://github.com/h2database/h2database/releases )
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.197...version-2.0.206 )
---
updated-dependencies:
- dependency-name: com.h2database:h2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Leonard Brünings
5ba6af3ec2
Update gradle to 7.3.3 and maven to 3.8.4
3 years ago
Leonard Brünings
12df07a13a
Update to maven 3.8.3
4 years ago
Leonard Brünings
93fe15ac07
Update to gradle 7.3
4 years ago
Leonard Brünings
45f9dd251d
Add statelessTestsetReporter for surefire configuration to get proper test names
4 years ago
Leonard Brünings
7dbe077bbf
Update docs
4 years ago
Leonard Brünings
735979023b
Update to Spock 2.0, Gradle 7.0.2, Maven 3.8.1
4 years ago
Leonard Brünings
a2b68c5ba9
Update to Surefire-M5 and change include pattern
...
fixes : #41
4 years ago
Leonard Brünings
f542f63ccd
Switch to github actions
4 years ago
Leonard Brünings
a0575a56be
Update gmavenplus-plugin to 1.12.0
4 years ago
Leonard Brünings
fa772a4d95
Update to groovy version 3.0.7 for build.gradle too
4 years ago
dependabot[bot]
02f8e783ca
Bump groovy.version from 3.0.6 to 3.0.7
...
Bumps `groovy.version` from 3.0.6 to 3.0.7.
Updates `groovy` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/apache/groovy/releases )
- [Commits](https://github.com/apache/groovy/commits )
Updates `groovy-sql` from 3.0.6 to 3.0.7
- [Release notes](https://github.com/apache/groovy/releases )
- [Commits](https://github.com/apache/groovy/commits )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Leonard Brünings
c8101569d9
Update to M4 switch to groovy-3 variant, Update gradle to 6.7.1
4 years ago
Alexander Kriegisch
744bf74767
Upgrade Maven project to Spock 2.0-M3, ... ( #35 )
...
* Sync Spock dependency versions
* Now that Spock no longer depends on 'groovy-all', for the database test it was
necessary to add 'groovy-sql'.
* Make feature method names friendlier in unrolled DatabaseDrivenSpec
* Make IncludeExcludeExtensionSpec print messages
This way the user can verify visually that in-/excludes actually work as
expected.
* Upgrade Groovy 2.5.12 -> 2.5.13
* Slightly adjust README.adoc
Change passive style "all feedback is appreciated" to active style "we
appreciate all feedback".
5 years ago
Leonard Brünings
f1491efa0e
Update to 2.0 and remove ANT example
5 years ago
Leonard Brünings
7d23104820
Fix builds by switching to openjdk8
6 years ago
Leonard Brünings
a726e0a3ba
Fix groovy-all dependency for maven
6 years ago
Leonard Brünings
4d6d8f7bbe
Update to Spock-1.3 and gradle 5.4.1, Update ByteBuddy
6 years ago
Leonard Brünings
6218e48cca
Update maven to 3.6.0 update gradle to 5.2.1 fix http repositories ( #29 )
6 years ago
Leonard Brünings
e1dca70845
Update Readme
7 years ago
Leonard Brünings
93da8e8afa
Update to Spock 1.2, Update dependencies, Allow *Test pattern for maven
7 years ago
Alexander Kriegisch
043ef1319e
Improve Javadoc of IncludeExcludeExtensionSpec, Remove static block ( #26 )
...
Setting system property "spock.configuration" during class
initialisation is too late for Spock to pick up the config, so the
static block is pointless and misleads users to believe they can
actually configure the system this way.
Instead the Javadoc was amended by information how to set the system
property via '-D' JVM command-line argument when running a test from an
IDE (or from the command line, for that matter).
7 years ago
Leonard Brünings
fb70660652
Fix really update to gradle 4.10
...
rebase foobar...
7 years ago
Leonard Brünings
5b438a9d4a
Update to gradle 4.10 and Maven 3.5.4
7 years ago
Søren Berg Glasius
4b1fa69b4d
Merge pull request #23 from sdelamo/patch-1
...
Update groovy version
7 years ago
Sergio del Amo
965c7e8ce5
Update groovy version
7 years ago
Andrii
c2dc1af9ab
Javadoc & import clean up ( #20 )
...
- replace full class name with import
- use modern javadoc tags
7 years ago
Leonard Brünings
efcba815ec
Add TravisCi integration and update build tools ( #21 )
...
This fixes #19
7 years ago
Leonard Brünings
be527cd557
Update to spock-1.1 (ant)
8 years ago
Leonard Brünings
fbcf48f85f
Update to spock-1.1
8 years ago
Leonard Brünings
47cf05e07b
Merge pull request #18 from davidbuhler/patch-1
...
Update README.md
8 years ago
Leonard Brünings
3d454b9334
Update Dependencies
8 years ago
David Buhler
b50900f420
Update README.md
...
updated pointer to https://meetspock.appspot.com/ . Previous link 404s.
8 years ago
Leonard Brünings
3f5f52a68e
Merge pull request #17 from dmavrodiev/master
...
Fixed maven.ant.tasks.url
9 years ago
Dimitar Mavrodiev
dc46e6c597
Fixed `maven.ant.tasks.ur`
9 years ago
Søren Berg Glasius
8c820fe219
Merge pull request #6 from msgilligan/master
...
Convert README to GitHub Markdown and pretty up a little bit.
9 years ago
Søren Berg Glasius
46f8091e33
Merge pull request #10 from vladmm/gradleUpdate
...
Gradle update to version 2.8
10 years ago
Vlad Muresan
93f47a2458
Gradle update to version 2.8
10 years ago
Peter Niederwieser
8a36b51de2
Update for Spock 1.0
10 years ago
Peter Niederwieser
5106695332
Switch Maven build to gmavenplus plugin and bump dependency versions
10 years ago
Sean Gilligan
a84d7c82a1
There should be a paragraph break here
10 years ago