Skip to content

Commit

Permalink
build: Update plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jun 20, 2024
1 parent 0454945 commit d3ecc56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ permissions:
contents: read
deployments: read
issues: write
discussions: read
discussions: none
packages: none
pages: read
pull-requests: write
pull-requests: read
security-events: write
statuses: write

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<configuration>
<argLine>--enable-preview</argLine>
<forkCount>1</forkCount>
Expand Down Expand Up @@ -237,7 +237,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifest>
Expand Down

0 comments on commit d3ecc56

Please sign in to comment.