Skip to content

Commit

Permalink
Updated maven dependencies
Browse files Browse the repository at this point in the history
Updated GitHub action
  • Loading branch information
mivek committed Sep 18, 2022
1 parent 476cb68 commit 7d1fe23
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-pom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Retrieve the new version
id: get-version
uses: JActions/maven-version@v1.0.1
uses: JActions/maven-version@v1.1.0

- name: Commit and tag the new version
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Retrieve the version
id: get-version
uses: JActions/maven-version@v1.0.1
uses: JActions/maven-version@v1.1.0

- name: Create the release
uses: marvinpinto/action-automatic-releases@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Retrieve the new version
id: get-version
uses: JActions/maven-version@v1.0.1
uses: JActions/maven-version@v1.1.0

- name: Publish to Apache Maven Central
run: mvn clean -DskipTests deploy --settings .settings.xml -P release,ossrh
Expand Down
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@
<jacoco.coverage.branch.minimum>0.96</jacoco.coverage.branch.minimum>
<jacoco.coverage.complexity.minimum>0.97</jacoco.coverage.complexity.minimum>
<archunit-junit5.version>0.23.1</archunit-junit5.version>
<checkstyle.version>10.3.2</checkstyle.version>
<checkstyle.version>10.3.3</checkstyle.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<hamcrest.version>2.2</hamcrest.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<junit.version>5.9.0</junit.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<maven-checkstyle-plugin.version>3.2.0</maven-checkstyle-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven.gpg.plugin.version>3.0.1</maven.gpg.plugin.version>
<maven.javadoc.plugin.version>3.4.0</maven.javadoc.plugin.version>
<maven-project-info-reports-plugin.version>3.4.0</maven-project-info-reports-plugin.version>
<maven.javadoc.plugin.version>3.4.1</maven.javadoc.plugin.version>
<maven-project-info-reports-plugin.version>3.4.1</maven-project-info-reports-plugin.version>
<maven-site-plugin.version>3.12.1</maven-site-plugin.version>
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<opencsv.version>5.6</opencsv.version>
<opencsv.version>5.7.0</opencsv.version>
<pitest-junit5-plugin.version>1.0.0</pitest-junit5-plugin.version>
<pitest-maven.version>1.9.4</pitest-maven.version>
<slf4j-nop.version>1.7.36</slf4j-nop.version>
<spotbugs-maven-plugin.version>4.7.1.1</spotbugs-maven-plugin.version>
<pitest-maven.version>1.9.5</pitest-maven.version>
<slf4j-nop.version>2.0.1</slf4j-nop.version>
<spotbugs-maven-plugin.version>4.7.2.0</spotbugs-maven-plugin.version>
<sonar.organization>mivek-github</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>
Expand Down Expand Up @@ -264,7 +264,6 @@
<configuration>
<excludes>*Test.java</excludes>
<configLocation>/checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
Expand Down

0 comments on commit 7d1fe23

Please sign in to comment.