Skip to content

Commit

Permalink
chore: update spotbugs-maven-plugin.version to 4.9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Mar 4, 2025
1 parent d6b8ae1 commit d229c9c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<!-- check library versions -->
<decycle-maven-plugin.version>1.2.2</decycle-maven-plugin.version>
<spotbugs-maven-plugin.version>4.9.1.0</spotbugs-maven-plugin.version>
<spotbugs-maven-plugin.version>4.9.2.0</spotbugs-maven-plugin.version>
<findsecbugs-plugin.version>1.13.0</findsecbugs-plugin.version>
<findbugs-annotations.version>3.0.1</findbugs-annotations.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public void init() throws IOException, XmlPullParserException, URISyntaxExceptio
.build());
}

@SuppressFBWarnings("URLCONNECTION_SSRF_FD")
private void findVersions() throws IOException, XmlPullParserException, URISyntaxException {
findVersionsDependencies(versionMap(createModel("joinfaces-dependencies")));
findVersionsMojarra(versionMap(createModel("mojarra-spring-boot-starter")));
Expand Down
2 changes: 0 additions & 2 deletions src/test/java/org/joinfaces/example/SecurityConfigIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@

package org.joinfaces.example;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import org.junit.jupiter.api.Test;

import org.springframework.beans.factory.BeanCreationException;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;

import static org.assertj.core.api.Assertions.assertThatExceptionOfType;

@SuppressFBWarnings("THROWS_METHOD_THROWS_CLAUSE_THROWABLE")
public class SecurityConfigIT {

@Test
Expand Down

0 comments on commit d229c9c

Please sign in to comment.