We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3121f4a + 30702fa commit 0bc0cd6Copy full SHA for 0bc0cd6
.github/workflows/renovate.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Runs the Renovate GitHub Action
32
- name: Renovate
33
- uses: renovatebot/github-action@v44.1.0
+ uses: renovatebot/github-action@v44.2.3
34
with:
35
token: ${{ secrets.GITHUB_TOKEN }} # required to create PRs/issues
36
configurationFile: .github/renovate.json
pom.xml
@@ -81,7 +81,7 @@
81
<repoServerHost>s01.oss.sonatype.org</repoServerHost>
82
<stagingTimeoutInMinutes>20</stagingTimeoutInMinutes>
83
84
- <rosetta.dsl.version>9.74.0</rosetta.dsl.version>
+ <rosetta.dsl.version>9.75.0</rosetta.dsl.version>
85
86
<xtext.version>2.38.0</xtext.version>
87
<guice.version>6.0.0</guice.version>
0 commit comments