Skip to content

Commit

Permalink
fix(deps): update spring core to v6 (major) (#682)
Browse files Browse the repository at this point in the history
* Update dependency org.fusesource.jansi:jansi to v2.4.1

* Update mongodbDriverVersion to v4.11.1

* #652: setting setHint to all queries

* Update spring core to v5.3.31

* Add baseDirFollowsSource() to asciidoctor configuration to fix includes not getting found.

* Update spring boot to v2.7.18

* Update dependency com.github.javaparser:javaparser-core to v3.25.6

* Update gorm-datastore monorepo to v8.0.3

* Persist null updates on embedded fields

* Update actions/setup-java action to v4

* Groovy 3.0.19 compatibility (#663)

* Update to Groovy 3.0.19

* Make project compatible with Groovy 3.0.19

* Revert to Groovy 3.0.11

* Update plugin com.gradle.enterprise to v3.16 (#666)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency com.github.javaparser:javaparser-core to v3.25.7 (#665)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update plugin com.gradle.common-custom-user-data-gradle-plugin to v1.12.1 (#667)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.grails:grails-gorm-testing-support to v3.1.1 (#670)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency org.grails.plugins:views-gradle to v3.1.1 (#669)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update README.md

Update Workflow Status Badge

* Update GORM Hibernate5 to 8.0.2 (#671)

* [skip ci] Release v8.1.1

* Back to 8.1.2-SNAPSHOT

* chore: Update readme (#675)

- Add maven central badge
- Add push filter to Java CI badge
- Change to https links
- Improve text
- Remove link to plugin as it is no longer possible to link directly to a plugin in the plugin page

* fix: Remove single quotes from log patterns (#676)

* Add Groovy joint workflow (#686)

* Add groovy-joint-workflow

* Update groovy-joint-workflow.yml

* fix(deps): update dependency com.github.javaparser:javaparser-core to v3.25.8 (#684)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update grails monorepo to v6.1.1 (#673)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update gorm-datastore monorepo to v8.0.4 (#688)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.asciidoctor:asciidoctor-gradle-jvm to v4.0.1 (#687)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update plugin com.gradle.enterprise to v3.16.1 (#674)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.grails:grails-gorm-testing-support to v3.1.2 (#690)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/cache action to v4 (#691)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.grails.plugins:views-gradle to v3.1.2 (#689)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [skip ci] Release v8.1.2

* Back to 8.1.3-SNAPSHOT

* docs: Remove mentioning of Fongo (#692)

Change text as the example test case no longer uses Fongo.
Add the EmbeddedMongoClient trait to the documentation as
the example is not complete without it. Mention that the
test examples now use testcontainers.

Close #154

* chore: Update project version to 8.2.0-SNAPSHOT

* fix(deps): update spring core to v6

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <[email protected]>
Co-authored-by: miguel bautista <[email protected]>
Co-authored-by: Mattias Reichel <[email protected]>
Co-authored-by: kenjifujita <[email protected]>
Co-authored-by: puneetbehl <[email protected]>
  • Loading branch information
6 people committed Feb 28, 2024
1 parent 34bbbdd commit 5522913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ seleniumSafariDriverVersion=3.14.0
seleniumVersion=3.14.0
spockVersion=2.1-groovy-3.0
springBootVersion=2.7.18
springVersion=5.3.31
springVersion=6.1.4
webdriverBinariesVersion=1.4
org.gradle.caching=true
org.gradle.daemon=true
Expand Down

0 comments on commit 5522913

Please sign in to comment.