Skip to content

Commit

Permalink
fix(deps): update dependency com.github.ben-manes.caffeine:caffeine t…
Browse files Browse the repository at this point in the history
…o v3 (#13373)

* Update actions/cache action to v4 (#13367)

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

* Update gspVersion to v6.1.3 (#13365)

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

* Update dependency org.jsoup:jsoup to v1.17.2 (#13363)

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

* Update dependency org.asciidoctor:asciidoctorj to v2.5.11 (#13361)

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

* Update grails-testing-support monorepo to v3.1.2 (#13364)

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

* Update datastoreVersion to v8.0.4 (#13360)

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

* Update plugin com.gradle.enterprise to v3.16.2 (#13366)

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

* Update apache-tomcat monorepo to v9.0.85 (#13359)

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

* Update dependency org.grails:grails-datastore-gorm-hibernate5 to v8.0.3 (#13362)

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

* fix: Groovy 3.0.20 compatibility (#13371)

* fix(deps): update dependency com.github.ben-manes.caffeine:caffeine to v3

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mattias Reichel <mattias.reichel@gmail.com>
  • Loading branch information
renovate[bot] and matrei committed Feb 27, 2024
1 parent a9eafe6 commit 53dbde3
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/groovy-joint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
distribution: 'adopt'
java-version: '11.0.6'
- name: Cache local Maven repository & Groovy
uses: actions/cache@v3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: |
~/groovy
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
distribution: 'adopt'
java-version: '17'
- name: Cache local Maven repository & Groovy
uses: actions/cache@v3
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
with:
path: |
~/groovy
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ projectVersion=7.0.0-SNAPSHOT
antVersion=1.10.14
aspectjVersion=1.9.21
asyncVersion=5.0.2
caffeineVersion=2.9.3
caffeineVersion=3.1.8
cglibVersion=2.2.2
commonsLangVersion=2.6
datastoreVersion=8.0.3
datastoreVersion=8.0.4
directoryWatcherVersion=0.9.9
gdocEngineVersion=1.0.1
gradleNexusPluginVersion=2.3.1
gradleNexusStagingPluginVersion=0.12.0
groovyVersion=3.0.11
gspVersion=6.1.2
gspVersion=6.1.3
h2.version=2.2.224
h2Version=2.2.224
hibernateDatastoreVersion=8.0.2
Expand Down Expand Up @@ -43,7 +43,7 @@ springLoadedVersion=1.2.8.RELEASE
springVersion=5.3.31
spring.version=5.3.30
testingSupportVersion=3.1.1
testingSupportVersionForTests=3.1.1
testingSupportVersionForTests=3.1.2
tomcatLog4jVersion=8.5.2
tomcatVersion=9.0.85
viewsVersion=3.1.1
Expand Down
3 changes: 2 additions & 1 deletion grails-shell/src/main/groovy/org/grails/cli/GrailsCli.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import groovy.transform.CompileStatic
import jline.UnixTerminal
import jline.console.UserInterruptException
import jline.console.completer.ArgumentCompleter
import jline.console.completer.Completer
import jline.internal.NonBlockingInputStream
import org.gradle.tooling.BuildActionExecuter
import org.gradle.tooling.BuildCancelledException
Expand Down Expand Up @@ -417,7 +418,7 @@ class GrailsCli {
new RegexCompletor("!\\w+"), new EscapingFileNameCompletor())
)

completers.addAll((profile.getCompleters(projectContext) ?: []) as Collection)
completers.addAll((profile.getCompleters(projectContext) ?: []) as Collection<Completer>)
consoleReader.addCompleter(aggregateCompleter)
return console
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ abstract class AbstractProfile implements Profile {
}
}

defaultFeaturesNames.addAll(defaultFeatures)
requiredFeatureNames.addAll(requiredFeatures)
defaultFeaturesNames.addAll(defaultFeatures as Set<String>)
requiredFeatureNames.addAll(requiredFeatures as Set<String>)
}


Expand Down
2 changes: 1 addition & 1 deletion grails-test-suite-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
project(':grails-spring')

testImplementation "org.grails:grails-datastore-gorm-validation:$datastoreVersion"
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.0.2", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.0.3", {
exclude group: 'org.grails', module:'grails-datastore-gorm'
exclude group: 'org.grails', module:'grails-datastore-core'
exclude group: 'org.springframework', module:'spring-core'
Expand Down
2 changes: 1 addition & 1 deletion grails-test-suite-uber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
project(":grails-plugin-databinding"),
project(':grails-spring')

testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.0.2", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.0.3", {
exclude group: 'org.grails', module:'grails-datastore-gorm'
exclude group: 'org.grails', module:'grails-datastore-core'
exclude group: 'org.springframework', module:'spring-core'
Expand Down
2 changes: 1 addition & 1 deletion grails-test-suite-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
project(':grails-spring')
testImplementation "org.grails.plugins:converters:$legacyConvertersVersion"

testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.0.2", {
testImplementation "org.grails:grails-datastore-gorm-hibernate5:8.0.3", {
exclude group: 'org.grails', module:'grails-datastore-gorm'
exclude group: 'org.grails', module:'grails-datastore-core'
exclude group: 'org.springframework', module:'spring-core'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ abstract class AbstractStructuredBindingEditor<T> implements TypedStructuredBind
valuesMap[propName] = bindingSource.getPropertyValue(key)
}
}
valuesMap
valuesMap as Map<String, Object>
}
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.gradle.enterprise" version "3.16.1"
id "com.gradle.enterprise" version "3.16.2"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.12.1'
}

Expand Down

0 comments on commit 53dbde3

Please sign in to comment.