Skip to content

Commit

Permalink
Update JPro to version 2024.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Nov 8, 2024
1 parent 4a5f391 commit d516c4a
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### 0.4.4-SNAPSHOT (TBD)

#### Improvements
* Updated **JPro** to version `2024.4.0`.
* Updated **JPro** to version `2024.4.1`.

----------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
JPRO_PLATFORM_VERSION = 0.4.4-SNAPSHOT

JPRO_VERSION = 2024.4.0
JPRO_VERSION = 2024.4.1
JAVAFX_VERSION = 17.0.12
SIMPLEFX_VERSION = 3.2.37
JMEMORYBUDDY_VERSION = 0.5.6
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 @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation project(":internal:openlink")
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
implementation "com.auth0:java-jwt:$AUTH0_JAVAJWT_VERSION"
implementation "one.jpro.platform.jpms:jwks-rsa:$AUTH0_JWKSRSA_VERSION"
implementation "org.jetbrains:annotations:$JETBRAINS_ANNOTATIONS_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion jpro-file/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
implementation "org.jetbrains:annotations:$JETBRAINS_ANNOTATIONS_VERSION"
implementation "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
runtimeOnly "ch.qos.logback:logback-classic:$LOGBACK_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion jpro-file/example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

dependencies {
implementation project(":jpro-file")
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
implementation "commons-io:commons-io:$COMMONS_IO_VERSION"
implementation "io.github.mkpaz:atlantafx-base:$ATLANTAFX_VERSION"
implementation "org.kordamp.ikonli:ikonli-javafx:$IKONLI_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion jpro-html-scrollpane/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation project(":tree-showing")
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jmemorybuddy:$JMEMORYBUDDY_VERSION"
implementation "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
}
Expand Down
2 changes: 1 addition & 1 deletion jpro-image-manager/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
implementation "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
implementation "org.json:json:$JSON_VERSION"
}

Expand Down
2 changes: 1 addition & 1 deletion jpro-media/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
compileOnly "org.bytedeco:javacv-platform:$JAVACV_VERSION"
implementation "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
implementation "org.json:json:$JSON_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion jpro-media/example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ext {
dependencies {
implementation project(":jpro-media")
implementation project(":jpro-file")
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
implementation "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
runtimeOnly "ch.qos.logback:logback-classic:$LOGBACK_VERSION"

Expand Down
2 changes: 1 addition & 1 deletion jpro-routing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ configure([project(':jpro-routing:core'), project(':jpro-routing:dev'), project(

configure([project(':jpro-routing:core'), project(':jpro-routing:dev'), project(':jpro-routing:popup')]) {
dependencies {
api "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
api "one.jpro:jpro-webapi:$JPRO_VERSION"
api "SANDEC:jnodes:$JNODES_VERSION"
api "one.jpro:jmemorybuddy:$JMEMORYBUDDY_VERSION"
api "org.slf4j:slf4j-api:$SLF4J_API_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion jpro-routing/popup/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
api project(':jpro-routing:core')
api "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
api "one.jpro:jpro-webapi:$JPRO_VERSION"
api "SANDEC:jnodes:$JNODES_VERSION"
api "one.jpro:jmemorybuddy:$JMEMORYBUDDY_VERSION"
api "org.kordamp.ikonli:ikonli-javafx:$IKONLI_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion jpro-session/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
implementation "commons-io:commons-io:$COMMONS_IO_VERSION"
implementation "org.slf4j:slf4j-api:$SLF4J_API_VERSION"

Expand Down
2 changes: 1 addition & 1 deletion jpro-sipjs/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
api project(':jpro-webrtc') // mainly to avoid duplicated code
api "org.json:json:$JSON_VERSION"
}
Expand Down
2 changes: 1 addition & 1 deletion jpro-webrtc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion jpro-youtube/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation "com.sandec.jpro:jpro-webapi:$JPRO_VERSION"
implementation "one.jpro:jpro-webapi:$JPRO_VERSION"
}

publishing {
Expand Down

0 comments on commit d516c4a

Please sign in to comment.