From 552291382bae9f6e68808b0d39672c28aefa8767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 14:02:16 +0530 Subject: [PATCH] fix(deps): update spring core to v6 (major) (#682) * 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 Co-authored-by: miguel bautista Co-authored-by: Mattias Reichel Co-authored-by: kenjifujita Co-authored-by: puneetbehl --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ce222cdf..d7f02860 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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