Skip to content

Commit

Permalink
Merge pull request #51 from opt-nc/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Dougniel authored Sep 1, 2023
2 parents f7afe6c + f1607db commit 96f2de3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: ⚙️ Semantic Release
id: release
uses: cycjimmy/semantic-release-action@v3
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/exec
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@

<!-- <commons-compress.version>1.22</commons-compress.version> -->
<xz.version>1.9</xz.version>
<picocli.version>4.7.4</picocli.version>
<picocli.version>4.7.5</picocli.version>

<!-- Test -->
<junit.version>5.9.3</junit.version>
<junit.version>5.10.0</junit.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
</properties>

Expand Down Expand Up @@ -51,7 +51,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -73,7 +73,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 96f2de3

Please sign in to comment.