mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-04 03:40:32 +00:00
Bump deps
This commit is contained in:
+8
-8
@@ -23,8 +23,8 @@ dependencies {
|
||||
api project(':beacon')
|
||||
|
||||
compileOnly 'org.hamcrest:hamcrest:3.0'
|
||||
compileOnly 'org.junit.jupiter:junit-jupiter-api:5.11.4'
|
||||
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.11.4'
|
||||
compileOnly 'org.junit.jupiter:junit-jupiter-api:5.12.2'
|
||||
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.12.2'
|
||||
|
||||
api 'com.vladsch.flexmark:flexmark:0.64.8'
|
||||
api 'com.vladsch.flexmark:flexmark-util:0.64.8'
|
||||
@@ -53,17 +53,17 @@ dependencies {
|
||||
api 'org.bouncycastle:bcprov-jdk18on:1.80'
|
||||
api 'info.picocli:picocli:4.7.6'
|
||||
api 'org.apache.commons:commons-lang3:3.17.0'
|
||||
api 'io.sentry:sentry:8.7.0'
|
||||
api 'commons-io:commons-io:2.18.0'
|
||||
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.3"
|
||||
api group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.18.3"
|
||||
api 'io.sentry:sentry:8.13.2'
|
||||
api 'commons-io:commons-io:2.19.0'
|
||||
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0"
|
||||
api group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.19.0"
|
||||
api group: 'org.kordamp.ikonli', name: 'ikonli-material2-pack', version: "12.2.0"
|
||||
api group: 'org.kordamp.ikonli', name: 'ikonli-materialdesign2-pack', version: "12.2.0"
|
||||
api group: 'org.kordamp.ikonli', name: 'ikonli-javafx', version: "12.2.0"
|
||||
api group: 'org.kordamp.ikonli', name: 'ikonli-material-pack', version: "12.2.0"
|
||||
api group: 'org.kordamp.ikonli', name: 'ikonli-feather-pack', version: "12.2.0"
|
||||
api group: 'org.slf4j', name: 'slf4j-api', version: '2.0.16'
|
||||
api group: 'org.slf4j', name: 'slf4j-jdk-platform-logging', version: '2.0.16'
|
||||
api group: 'org.slf4j', name: 'slf4j-api', version: '2.0.17'
|
||||
api group: 'org.slf4j', name: 'slf4j-jdk-platform-logging', version: '2.0.17'
|
||||
api 'io.xpipe:modulefs:0.1.6'
|
||||
api 'net.synedra:validatorfx:0.4.2'
|
||||
api files("$rootDir/gradle/gradle_scripts/atlantafx-base-2.0.2.jar")
|
||||
|
||||
+2
-2
@@ -17,8 +17,8 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
compileOnly 'org.hamcrest:hamcrest:3.0'
|
||||
compileOnly 'org.junit.jupiter:junit-jupiter-api:5.11.4'
|
||||
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.11.4'
|
||||
compileOnly 'org.junit.jupiter:junit-jupiter-api:5.12.2'
|
||||
compileOnly 'org.junit.jupiter:junit-jupiter-params:5.12.2'
|
||||
api project(':core')
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ buildscript {
|
||||
plugins {
|
||||
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
|
||||
id 'org.gradlex.extra-java-module-info' version '1.12' apply false
|
||||
id("com.diffplug.spotless") version "7.0.2" apply false
|
||||
id("com.diffplug.spotless") version "7.0.4" apply false
|
||||
}
|
||||
|
||||
allprojects { subproject ->
|
||||
|
||||
+2
-2
@@ -13,8 +13,8 @@ compileJava {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.3"
|
||||
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.18.3"
|
||||
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0"
|
||||
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: "2.19.0"
|
||||
}
|
||||
|
||||
version = rootProject.versionString
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=Commons IO
|
||||
version=2.18.0
|
||||
version=2.19.0
|
||||
license=Apache License 2.0
|
||||
link=https://commons.apache.org/proper/commons-io/
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=GraalVM Community
|
||||
version=24
|
||||
version=24.0.1
|
||||
license=GPL2 with the Classpath Exception
|
||||
link=https://www.graalvm.org/
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=Jackson Databind
|
||||
version=2.18.3
|
||||
version=2.19.0
|
||||
license=Apache License 2.0
|
||||
link=https://github.com/FasterXML/jackson-databind
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=lombok
|
||||
version=1.18.30
|
||||
version=1.18.38
|
||||
license=MIT License
|
||||
link=https://projectlombok.org/
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=OpenJFX
|
||||
version=22.0.1
|
||||
version=24.0.1
|
||||
license=GPL2 with the Classpath Exception
|
||||
link=https://github.com/openjdk/jfx
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=picocli
|
||||
version=4.7.5
|
||||
version=4.7.7
|
||||
license=Apache 2.0 License
|
||||
link=https://picocli.info/
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=Sentry Java
|
||||
version=8.7.0
|
||||
version=8.13.2
|
||||
license=MIT License
|
||||
link=https://github.com/getsentry/sentry-java
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
name=SLF4J
|
||||
version=2.0.16
|
||||
version=2.0.17
|
||||
license=MIT License
|
||||
link=https://www.slf4j.org/
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
name=Vernacular VNC
|
||||
version=1.17
|
||||
version=1.16
|
||||
license=MIT License
|
||||
link=https://github.com/shinyhut/vernacular-vnc
|
||||
link=https://github.com/xpipe-io/vernacular-vnc
|
||||
@@ -50,13 +50,13 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.3"
|
||||
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.19.0"
|
||||
compileOnly project(':core')
|
||||
compileOnly project(':beacon')
|
||||
compileOnly project(':app')
|
||||
compileOnly 'net.synedra:validatorfx:0.4.2'
|
||||
compileOnly files("$rootDir/gradle/gradle_scripts/atlantafx-base-2.0.2.jar")
|
||||
compileOnly 'commons-io:commons-io:2.18.0'
|
||||
compileOnly 'commons-io:commons-io:2.19.0'
|
||||
compileOnly group: 'org.kordamp.ikonli', name: 'ikonli-javafx', version: "12.2.0"
|
||||
|
||||
if (project != project(':base')) {
|
||||
|
||||
@@ -2,9 +2,9 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
|
||||
|
||||
dependencies {
|
||||
testImplementation 'org.hamcrest:hamcrest:3.0'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.4'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.12.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2'
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user