Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.63"
".": "1.0.64"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## [1.0.64](https://github.com/descope/descope-java/compare/java-sdk-1.0.63...java-sdk-1.0.64) (2026-04-15)


### Features

* add release-please for automated releases ([#306](https://github.com/descope/descope-java/issues/306)) ([43a7bcb](https://github.com/descope/descope-java/commit/43a7bcbf6a6065f55f7ab56a51a732148b17bf5c))


### Bug Fixes

* **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))
* **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))


### Miscellaneous Chores

* 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))
6 changes: 2 additions & 4 deletions examples/check-pwd-policy/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.descope</groupId>
<artifactId>check-pwd-policy</artifactId>
<version>1.0</version>
<version>1.0.64</version>

<properties>
<maven.compiler.release>17</maven.compiler.release>
Expand Down
6 changes: 2 additions & 4 deletions examples/management-cli/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>com.descope</groupId>
<artifactId>management-cli</artifactId>
<version>1.0</version>
<version>1.0.64</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
Loading