Skip to content

Commit 933b215

Browse files
chore(deps): update all non-major dependencies
1 parent baf498a commit 933b215

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
-Dsonar.host.url=https://sonarcloud.io \
5757
-Dsonar.token=${SONAR_TOKEN}
5858
- name: Upload artifact
59-
uses: actions/[email protected].0
59+
uses: actions/[email protected].1
6060
with:
6161
path: target/*.jar
6262
publish-release:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
<maven-site-plugin.version>3.21.0</maven-site-plugin.version>
7272
<maven-resources-plugin.version>3.5.0</maven-resources-plugin.version>
7373
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
74-
<dependency-check-maven.version>12.2.0</dependency-check-maven.version>
74+
<dependency-check-maven.version>12.2.2</dependency-check-maven.version>
7575
<gitflow-maven-plugin.version>1.21.0</gitflow-maven-plugin.version>
76-
<sonar-maven-plugin.version>5.5.0.6356</sonar-maven-plugin.version>
76+
<sonar-maven-plugin.version>5.6.0.6792</sonar-maven-plugin.version>
7777
<prettier-java.version>2.1.0</prettier-java.version>
7878
<prettier-maven-plugin.version>0.22</prettier-maven-plugin.version>
7979
<plugin.prettier.goal>write</plugin.prettier.goal>
8080
<jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version>
81-
<jreleaser-maven-plugin.version>1.23.0</jreleaser-maven-plugin.version>
81+
<jreleaser-maven-plugin.version>1.24.0</jreleaser-maven-plugin.version>
8282
<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
8383
<argLine />
8484

0 commit comments

Comments
 (0)