Skip to content

Commit

Permalink
feature: update lib and fix pmd finding
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoebert committed Dec 11, 2024
1 parent a44bbf8 commit 6f21b2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.17.0</version>
<version>2.18.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -96,11 +96,14 @@
</goals>
</execution>
</executions>
<configuration>
<format>txt</format>
</configuration>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.4</version>
<version>11.1.1</version>
<configuration>
<suppressionFiles>
<suppressionFile>owasp-cve-suppression.xml</suppressionFile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class StatusLine extends JLabel implements Observer {


public StatusLine() {
super("Ready to play your favorite music.", SwingConstants.CENTER);
super("Ready to play your favorite music.", CENTER);
}

@Override
Expand Down

0 comments on commit 6f21b2f

Please sign in to comment.