Skip to content

Commit 7ab7790

Browse files
chore(main): release java-sdk 1.0.64 (#314)
Co-authored-by: descope-release-bot[bot] <139235589+descope-release-bot[bot]@users.noreply.github.com>
1 parent 9ebaad8 commit 7ab7790

4 files changed

Lines changed: 24 additions & 9 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.63"
2+
".": "1.0.64"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [1.0.64](https://github.com/descope/descope-java/compare/java-sdk-1.0.63...java-sdk-1.0.64) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* add release-please for automated releases ([#306](https://github.com/descope/descope-java/issues/306)) ([43a7bcb](https://github.com/descope/descope-java/commit/43a7bcbf6a6065f55f7ab56a51a732148b17bf5c))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency org.projectlombok:lombok to v1.18.44 ([#309](https://github.com/descope/descope-java/issues/309)) ([22c72d8](https://github.com/descope/descope-java/commit/22c72d87d446c2b245ce7a1f84b8cb92c559f84e))
14+
* **deps:** update jackson monorepo to v2.21.2 ([#312](https://github.com/descope/descope-java/issues/312)) ([748dc76](https://github.com/descope/descope-java/commit/748dc760b7dfff3b3473ab4bb8eaef040c36c987))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* reset release-please state and force 1.0.64 cut ([#313](https://github.com/descope/descope-java/issues/313)) ([9ebaad8](https://github.com/descope/descope-java/commit/9ebaad849086df140097d1ba2783d056fcc7ce7b))

examples/check-pwd-policy/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.descope</groupId>
86
<artifactId>check-pwd-policy</artifactId>
9-
<version>1.0</version>
7+
<version>1.0.64</version>
108

119
<properties>
1210
<maven.compiler.release>17</maven.compiler.release>

examples/management-cli/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.descope</groupId>
86
<artifactId>management-cli</artifactId>
9-
<version>1.0</version>
7+
<version>1.0.64</version>
108

119
<properties>
1210
<maven.compiler.source>17</maven.compiler.source>

0 commit comments

Comments
 (0)