Skip to content

Commit 72955ce

Browse files
authored
Release25.0.0 (#1663)
1 parent 78830bf commit 72955ce

File tree

7 files changed

+18
-7
lines changed

7 files changed

+18
-7
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

coverage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

examples/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>
@@ -97,6 +97,13 @@
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>
@@ -384,4 +391,8 @@
384391
</build>
385392
</profile>
386393
</profiles>
394+
395+
<scm>
396+
<tag>okta-sdk-root-25.0.0</tag>
397+
</scm>
387398
</project>

0 commit comments

Comments
 (0)