Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: grails/grails-testing-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: grails/grails-testing-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 6, 2024

  1. Back to 3.2.1-SNAPSHOT

    puneetbehl committed Mar 6, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    80beb4a View commit details

Commits on Mar 7, 2024

  1. fix(deps): update gormversion to v8.1.1 (#384)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 7, 2024
    Copy the full SHA
    4932b3e View commit details
  2. [skip ci] Release v3.2.1

    puneetbehl committed Mar 7, 2024
    Copy the full SHA
    38c4723 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 gradle.properties
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=3.2.0
projectVersion=3.2.1
title=Grails Testing Support
authors=Jeff Brown,James Kleeh
projectDesc=Support for writing concise expressive tests for Grails artifacts
@@ -11,7 +11,7 @@ grailsVersion=6.1.2
grailsDocsVersion=6.0.0
asyncVersion=5.0.2
groovyVersion=3.0.21
gormVersion=8.1.0
gormVersion=8.1.1
jsonViewsVersion=3.1.2
junitPlatformVersion=1.10.2
junitJupiterVersion=5.10.2