Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Nov 11, 2024
1 parent 353372b commit 64480aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: main
# token: ${{secrets.PAT_GH_CI}}

- name: setup-jdk
uses: actions/setup-java@v4
Expand All @@ -36,7 +35,8 @@ jobs:
- name: maven-build-verify
run: mvn --batch-mode verify

- uses: qoomon/actions--setup-git@v1
- name: configure-git-user
uses: qoomon/actions--setup-git@v1
with:
user: bot

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.16</version>
</dependency>


Expand Down

0 comments on commit 64480aa

Please sign in to comment.