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
1 change: 1 addition & 0 deletions dumper/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dependencies {
exclude group: "org.slf4j", module: "slf4j-reload4j"
}
implementation libs.commons.beanutils // explicit version for vulnerabilities update
implementation libs.jetty.server // explicit version for vulnerabilities update
implementation libs.hadoop.hdfs.client
implementation(libs.harawata.appdirs) {
exclude group: "net.java.dev.jna", module: "jna"
Expand Down
18 changes: 9 additions & 9 deletions dumper/app/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@ org.datanucleus:datanucleus-api-jdo:4.2.5=testRuntimeClasspath
org.datanucleus:datanucleus-core:4.1.17=testRuntimeClasspath
org.datanucleus:datanucleus-rdbms:4.1.20=testRuntimeClasspath
org.datanucleus:javax.jdo:3.2.1=testRuntimeClasspath
org.eclipse.jetty:jetty-http:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlet:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util-ajax:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-webapp:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-xml:9.4.53.v20231009=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-http:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-io:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-security:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-server:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-servlet:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util-ajax:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-util:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-webapp:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.eclipse.jetty:jetty-xml:9.4.58.v20250814=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.glassfish.corba:glassfish-corba-omgapi:4.2.2=testRuntimeClasspath
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
org.jacoco:org.jacoco.agent:0.8.11=jacocoAgent,jacocoAnt
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ amazon = "2.31.16"
cloudrun = "0.60.0"
jna = "5.17.0"
commons-beanutils = "1.11.0"
jetty-server = "9.4.58.v20250814"

[libraries]
apache-avro = { module = "org.apache.avro:avro", version.ref = "apache-avro" }
Expand Down Expand Up @@ -104,6 +105,7 @@ guava = { module = "com.google.guava:guava", version.ref = "guava" }
hadoop-auth = { module = "org.apache.hadoop:hadoop-auth", version.ref = "hadoop"}
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
commons-beanutils = { module = "commons-beanutils:commons-beanutils", version.ref = "commons-beanutils" }
jetty-server = { module = "org.eclipse.jetty:jetty-server", version.ref = "jetty-server" }
hadoop-hdfs-client = { module = "org.apache.hadoop:hadoop-hdfs-client", version.ref = "hadoop" }
harawata-appdirs = {module = "net.harawata:appdirs", version = "1.3.0"}
hikaricp = { module = "com.zaxxer:HikariCP", version.ref = "hikaricp" }
Expand Down