Skip to content

Commit c2ba9bb

Browse files
committed
chore: update jans dependency
1 parent b9e2a83 commit c2ba9bb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<module>scim-server</module>
6060
<module>scim-server-fips</module>
6161
<module>scim-client</module>
62+
<module>scim-client-jakarta</module>
6263
</modules>
6364

6465
<dependencyManagement>
@@ -121,10 +122,10 @@
121122
<version>2.1.1</version>
122123
</plugin>
123124
<plugin>
124-
<groupId>org.codehaus.mojo</groupId>
125-
<artifactId>findbugs-maven-plugin</artifactId>
126-
<version>3.0.4</version>
127-
</plugin>
125+
<groupId>com.github.spotbugs</groupId>
126+
<artifactId>spotbugs-maven-plugin</artifactId>
127+
<version>4.7.3.5</version>
128+
</plugin>
128129
<plugin>
129130
<groupId>org.apache.maven.plugins</groupId>
130131
<artifactId>maven-javadoc-plugin</artifactId>

Diff for: scim-client-jakarta/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<maven.compiler.source>11</maven.compiler.source>
2121
<maven.compiler.target>11</maven.compiler.target>
2222
<resteasy.version>6.0.3.Final</resteasy.version>
23-
<jans.version>1.0.16</jans.version>
23+
<jans.version>1.0.22</jans.version>
2424
</properties>
2525

2626
<repositories>

0 commit comments

Comments
 (0)