Skip to content

Commit

Permalink
Make the jpro-auth-core module JPMS compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Aug 27, 2024
1 parent 45d84b7 commit 1353f91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### 0.4.1-SNAPSHOT (TBD)

#### Features
* Make the `jpro-auth-core` module JPMS compliant.

#### Improvements
* Updated **JPro** to version `2024.3.1`.
* Updated **JavaFX** dependencies to version `17.0.12`.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CONTROLSFX_VERSION = 11.2.1
FLEXMARK_VERSION = 0.64.8
JETBRAINS_ANNOTATIONS_VERSION = 24.1.0
AUTH0_JAVAJWT_VERSION = 4.4.0
AUTH0_JWKSRSA_VERSION = 0.22.1
AUTH0_JWKSRSA_VERSION = 0.22.1-jpms
JAKARTA_MAIL_API_VERSION = 2.1.3
ECLIPSE_ANGUS_MAIL_VERSION = 2.0.3
ECLIPSE_COLLECTIONS_VERSION = 11.1.0
Expand Down
2 changes: 1 addition & 1 deletion jpro-auth/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(":internal:openlink")
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "com.auth0:java-jwt:$AUTH0_JAVAJWT_VERSION"
implementation "com.auth0:jwks-rsa:$AUTH0_JWKSRSA_VERSION"
implementation "one.jpro.platform.jpms:jwks-rsa:$AUTH0_JWKSRSA_VERSION"
implementation "org.jetbrains:annotations:$JETBRAINS_ANNOTATIONS_VERSION"
api "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
api "org.json:json:$JSON_VERSION"
Expand Down

0 comments on commit 1353f91

Please sign in to comment.