Commit Graph
48 Commits
Author SHA1 Message Date
KKlochko dabb09c518 Project initialization. 2023-09-19 21:54:56 +03:00
renovate[bot]andLeonard Brünings c1846e60a4 Update dependency com.h2database:h2 to v2.2.222 2023-09-15 10:46:54 +02:00
renovate[bot]andLeonard Brünings af96b8ba92 Update dependency net.bytebuddy:byte-buddy to v1.14.8 2023-09-15 10:46:08 +02:00
renovate[bot]andLeonard Brünings 8126aba693 Update groovy monorepo to v4.0.15 2023-09-15 10:45:43 +02:00
renovate[bot]andLeonard Brünings 68c360ab0a Update dependency net.bytebuddy:byte-buddy to v1.14.7 2023-09-06 15:48:09 +02:00
Leonard Brünings 695246fe85 Modernize gradle buildscript 2023-09-06 15:29:59 +02:00
renovate[bot]andGitHub 59fdc3b296 Update dependency com.h2database:h2 to v2.2.220 [SECURITY] (#106) 2023-09-06 13:28:37 +00:00
renovate[bot]andLeonard Brünings 1933055e65 Update groovy monorepo to v4.0.14 2023-09-06 15:24:20 +02:00
dependabot[bot]andLeonard Brünings e5e0f682cd Bump spock-bom from 2.2-groovy-4.0 to 2.3-groovy-4.0
Bumps spock-bom from 2.2-groovy-4.0 to 2.3-groovy-4.0.

---
updated-dependencies:
- dependency-name: org.spockframework:spock-bom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 16:52:18 +02:00
dependabot[bot]andLeonard Brünings 4f13847992 Bump byte-buddy from 1.12.16 to 1.12.17
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.16 to 1.12.17.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.16...byte-buddy-1.12.17)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 21:45:11 +02:00
Leonard Brünings 0aef5576a4 Use groovy-bom as platform 2022-09-11 22:28:17 +02:00
dependabot[bot]andLeonard Brünings d86a025029 Bump byte-buddy from 1.12.8 to 1.12.16
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.8 to 1.12.16.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.8...byte-buddy-1.12.16)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-11 22:26:50 +02:00
dependabot[bot]andLeonard Brünings d152288ae5 Bump objenesis from 3.2 to 3.3
Bumps [objenesis](https://github.com/easymock/objenesis) from 3.2 to 3.3.
- [Release notes](https://github.com/easymock/objenesis/releases)
- [Commits](https://github.com/easymock/objenesis/compare/3.2...3.3)

---
updated-dependencies:
- dependency-name: org.objenesis:objenesis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-11 22:23:08 +02:00
dependabot[bot]andLeonard Brünings b551e129a8 Bump h2 from 2.1.210 to 2.1.214
Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.1.214.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.1.214)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-11 22:22:57 +02:00
Leonard BrüningsandLeonard Brünings 40f103c211 Update to Spock 2.2 and Groovy 4.0 2022-09-11 11:07:46 +02:00
Leonard Brünings f72f0342d6 Update dependencies 2022-03-14 10:12:27 +01:00
Leonard Brünings 1b0b6764e8 Update to Spock 2.1 and update other dependencies 2022-02-16 16:34:36 +01:00
Leonard Brünings 5e4c048ada Update h2 to 2.1.210 2022-01-24 15:35:47 +01:00
Leonard Brünings b59ff9fdc2 Update h2 to 2.0.210 2022-01-24 14:56:38 +01:00
Leonard BrüningsandGitHub 1923003259 Bump h2 from 1.4.197 to 2.0.206 (gradle) 2022-01-11 11:45:03 +01:00
Leonard Brünings 735979023b Update to Spock 2.0, Gradle 7.0.2, Maven 3.8.1 2021-05-19 19:38:03 +02:00
Leonard Brünings fa772a4d95 Update to groovy version 3.0.7 for build.gradle too 2020-12-10 15:30:43 +01:00
Leonard Brünings c8101569d9 Update to M4 switch to groovy-3 variant, Update gradle to 6.7.1 2020-11-29 16:53:22 +01:00
Alexander KriegischandGitHub 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".
2020-08-25 23:27:03 +02:00
Leonard Brünings f1491efa0e Update to 2.0 and remove ANT example 2020-01-13 01:35:42 +01:00
Leonard Brünings 4d6d8f7bbe Update to Spock-1.3 and gradle 5.4.1, Update ByteBuddy 2019-05-21 13:52:48 +02:00
Leonard BrüningsandGitHub 6218e48cca Update maven to 3.6.0 update gradle to 5.2.1 fix http repositories (#29) 2019-02-26 21:57:33 +01:00
Leonard Brünings 93da8e8afa Update to Spock 1.2, Update dependencies, Allow *Test pattern for maven 2018-09-24 22:16:36 +02:00
Sergio del AmoandGitHub 965c7e8ce5 Update groovy version 2018-05-28 18:12:33 +02:00
Leonard BrüningsandGitHub efcba815ec Add TravisCi integration and update build tools (#21)
This fixes #19
2018-01-17 23:39:06 +01:00
Leonard Brünings fbcf48f85f Update to spock-1.1 2017-05-09 00:56:31 +02:00
Leonard Brünings 3d454b9334 Update Dependencies 2017-02-23 18:36:26 +01:00
Peter Niederwieser 8a36b51de2 Update for Spock 1.0 2015-03-02 13:04:35 +01:00
Peter Niederwieser 4adcffceaf Update dependencies 2014-12-08 00:47:42 +01:00
Peter Niederwieser 8db2e08b7c Updated dependency versions in Gradle/Maven/Ivy builds 2014-09-09 17:28:39 -05:00
Peter Niederwieser eea07a6542 Updated dependency and Gradle versions 2014-09-09 17:17:43 -05:00
Peter Niederwieser 0d107189af updated gradle & groovy versions 2013-07-06 00:21:30 +02:00
Peter Niederwieser 1c26a489f1 updated groovy, gradle, spock versions 2012-11-21 14:06:47 +01:00
Peter Niederwieser e4083e5bbe updated Gradle wrapper and Groovy version 2012-09-24 19:55:27 +02:00
Peter Niederwieser f91b9410f8 updated Gradle wrapper files 2012-08-04 14:40:33 -04:00
Peter Niederwieser 357b2dde35 updated gradle to 1.0
updated all builds to latest library versions
renamed specs to end in 'Spec' (easiest solution until we have a plugin for Maven 3.0)
2012-07-14 07:33:41 +02:00
Peter Niederwieser 1f5ac95159 updated build scripts for Spock 0.6 and Gradle 1.0-m9 2012-03-18 13:33:29 -04:00
Peter Niederwieser ce035ff967 updated to spock 0.6 final 2012-03-02 04:16:27 +01:00
Peter Niederwieser 796217a676 build polishing 2012-03-01 03:16:07 +01:00
Peter Niederwieser ff0342ace4 improved build script structure and explanations
improved IDE configuration
2012-03-01 01:26:51 +01:00
Peter Niederwieser 979b011ca6 updated builds to 0.6-rc-1 2012-02-29 22:54:50 +01:00
Peter Niederwieser 368aad5d4e updated builds to use Groovy 1.8 and latest H2, changed version to 0.6-SNAPSHOT 2012-02-28 04:19:52 +01:00
Peter Niederwieser d757c5a954 initial commit 2012-02-28 03:19:11 +01:00