Skip to content

Commit 6c66416

Browse files
chore(main): release java-sdk 1.0.65
1 parent 87bee0c commit 6c66416

5 files changed

Lines changed: 12 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.64"
2+
".": "1.0.65"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.65](https://github.com/descope/descope-java/compare/java-sdk-1.0.64...java-sdk-1.0.65) (2026-04-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency org.bouncycastle:bcprov-jdk18on to v1.84 [security] ([#317](https://github.com/descope/descope-java/issues/317)) ([87bee0c](https://github.com/descope/descope-java/commit/87bee0c7d7bc06e833b750c4571f74400ebbe6c4))
9+
310
## [1.0.64](https://github.com/descope/descope-java/compare/java-sdk-1.0.63...java-sdk-1.0.64) (2026-04-15)
411

512

examples/check-pwd-policy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.descope</groupId>
66
<artifactId>check-pwd-policy</artifactId>
7-
<version>1.0.64</version>
7+
<version>1.0.65</version>
88

99
<properties>
1010
<maven.compiler.release>17</maven.compiler.release>

examples/management-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.descope</groupId>
66
<artifactId>management-cli</artifactId>
7-
<version>1.0.64</version>
7+
<version>1.0.65</version>
88

99
<properties>
1010
<maven.compiler.source>17</maven.compiler.source>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xmlns="http://maven.apache.org/POM/4.0.0"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<groupId>com.descope</groupId>
64
<artifactId>java-sdk</artifactId>
75
<modelVersion>4.0.0</modelVersion>
8-
<version>1.0.64</version>
6+
<version>1.0.65</version>
97
<name>${project.groupId}:${project.artifactId}</name>
108
<description>Java library used to integrate with Descope.</description>
119
<url>https://github.com/descope/descope-java</url>

0 commit comments

Comments
 (0)