Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.1.x' into 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Oct 26, 2023
2 parents 2516b79 + 4318324 commit 1cbd608
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
id: extract_branch
run: echo ::set-output name=value::${GITHUB_REF:11}
# If it has release drafter:
- uses: release-drafter/release-drafter@v5.24.0
- uses: release-drafter/release-drafter@v5.25.0
if: steps.check_release_drafter.outputs.has_release_drafter == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

console "org.grails:grails-console"

api 'redis.clients:jedis:4.4.5'
api 'redis.clients:jedis:4.4.6'
api 'com.google.code.gson:gson:2.10.1'

documentation 'com.github.javaparser:javaparser-core:3.15.14'
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

plugins {
id "com.gradle.enterprise" version "3.15"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.8.2'
id "com.gradle.enterprise" version "3.15.1"
id 'com.gradle.common-custom-user-data-gradle-plugin' version '1.12'
}

gradleEnterprise {
Expand Down

0 comments on commit 1cbd608

Please sign in to comment.