File tree Expand file tree Collapse file tree 7 files changed +18
-7
lines changed
Expand file tree Collapse file tree 7 files changed +18
-7
lines changed Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >com.okta.sdk</groupId >
2323 <artifactId >okta-sdk-root</artifactId >
24- <version >25.0.0 -SNAPSHOT</version >
24+ <version >25.0.1 -SNAPSHOT</version >
2525 <relativePath >../pom.xml</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >com.okta.sdk</groupId >
2323 <artifactId >okta-sdk-root</artifactId >
24- <version >25.0.0 -SNAPSHOT</version >
24+ <version >25.0.1 -SNAPSHOT</version >
2525 <relativePath >../pom.xml</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >com.okta.sdk</groupId >
2323 <artifactId >okta-sdk-root</artifactId >
24- <version >25.0.0 -SNAPSHOT</version >
24+ <version >25.0.1 -SNAPSHOT</version >
2525 <relativePath >../pom.xml</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com.okta.sdk</groupId >
2222 <artifactId >okta-sdk-examples</artifactId >
23- <version >25.0.0 -SNAPSHOT</version >
23+ <version >25.0.1 -SNAPSHOT</version >
2424 <relativePath >../pom.xml</relativePath >
2525 </parent >
2626
Original file line number Diff line number Diff line change 2121 <parent >
2222 <groupId >com.okta.sdk</groupId >
2323 <artifactId >okta-sdk-root</artifactId >
24- <version >25.0.0 -SNAPSHOT</version >
24+ <version >25.0.1 -SNAPSHOT</version >
2525 <relativePath >../pom.xml</relativePath >
2626 </parent >
2727
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >com.okta.sdk</groupId >
2222 <artifactId >okta-sdk-root</artifactId >
23- <version >25.0.0 -SNAPSHOT</version >
23+ <version >25.0.1 -SNAPSHOT</version >
2424 <relativePath >../pom.xml</relativePath >
2525 </parent >
2626
Original file line number Diff line number Diff line change 2525
2626 <groupId >com.okta.sdk</groupId >
2727 <artifactId >okta-sdk-root</artifactId >
28- <version >25.0.0 -SNAPSHOT</version >
28+ <version >25.0.1 -SNAPSHOT</version >
2929 <packaging >pom</packaging >
3030
3131 <name >Okta Java SDK</name >
9797 <version >1.3.2</version >
9898 </dependency >
9999
100+ <!-- Force commons-lang3 to 3.18.0 to fix CVE-2025-48924 -->
101+ <dependency >
102+ <groupId >org.apache.commons</groupId >
103+ <artifactId >commons-lang3</artifactId >
104+ <version >3.18.0</version >
105+ </dependency >
106+
100107 <dependency >
101108 <groupId >com.okta.sdk</groupId >
102109 <artifactId >okta-sdk-integration-tests</artifactId >
384391 </build >
385392 </profile >
386393 </profiles >
394+
395+ <scm >
396+ <tag >okta-sdk-root-25.0.0</tag >
397+ </scm >
387398</project >
You can’t perform that action at this time.
0 commit comments