Skip to content

Commit d6158d5

Browse files
Merge branch 'master' into dependabot/gradle/jUnitVersion-6.0.1
2 parents 5624d99 + 5485ce6 commit d6158d5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Git checkout
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6.0.1
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v5
1818
with:

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
2323
steps:
2424
- name: Git checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6.0.1
2626
- name: Set up JDK 17
2727
uses: actions/setup-java@v5
2828
with:
@@ -40,8 +40,8 @@ jobs:
4040
permissions:
4141
contents: write
4242
steps:
43-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3.0.0
43+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v3.0.0
4444
- name: Create GitHut Release
45-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v0.1.15
45+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v0.1.15
4646
with:
4747
generate_release_notes: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java-gradle-plugin'
44
id 'maven-publish' // used for publishing to local maven repository
55
id 'com.gradle.plugin-publish' version '2.0.0'
6-
id 'com.gradleup.shadow' version '9.2.2'
6+
id 'com.gradleup.shadow' version '9.3.0'
77
id 'com.github.ben-manes.versions' version '0.53.0'
88
}
99

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id "com.gradle.develocity" version "4.2.2"
2+
id "com.gradle.develocity" version "4.3"
33
}
44

55
rootProject.name = 'moduleplugin'

0 commit comments

Comments
 (0)