Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Oct 16, 2024
2 parents 968c3d8 + b023f19 commit 9669a2a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<xz.version>1.10</xz.version>
<waifpunp.version>1.3.1</waifpunp.version>
<junit.jupiter.version>5.11.0</junit.jupiter.version>
<mockito.core.version>5.13.0</mockito.core.version>
<junit.jupiter.version>5.11.1</junit.jupiter.version>
<mockito.core.version>5.14.1</mockito.core.version>
</properties>

<repositories>
Expand Down Expand Up @@ -529,7 +529,7 @@
<plugin>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>makeself-maven-plugin</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<configuration>
<archiveDir>../dist/</archiveDir>
<fileName>assisted.sh</fileName>
Expand Down Expand Up @@ -598,7 +598,7 @@
<plugin>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>makeself-maven-plugin</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<configuration>
<archiveDir>../dist/</archiveDir>
<fileName>assistant.sh</fileName>
Expand Down Expand Up @@ -655,7 +655,7 @@
<plugin>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>makeself-maven-plugin</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<configuration>
<archiveDir>../dist/</archiveDir>
<fileName>assisted.command</fileName>
Expand Down Expand Up @@ -715,7 +715,7 @@
<plugin>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>makeself-maven-plugin</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<configuration>
<archiveDir>../dist/</archiveDir>
<fileName>assistant.command</fileName>
Expand Down

0 comments on commit 9669a2a

Please sign in to comment.