@@ -39,13 +39,13 @@ buildscript {
39
39
ext. springBootVersion = ' 3.2.9'
40
40
ext. springKafkaVersion = ' 3.1.6'
41
41
ext. openTelemetryVersion = ' 1.18.0'
42
- ext. neo4jVersion = ' 5.14 .0'
43
- ext. neo4jTestVersion = ' 5.14 .0'
44
- ext. neo4jApocVersion = ' 5.14 .0'
42
+ ext. neo4jVersion = ' 5.20 .0'
43
+ ext. neo4jTestVersion = ' 5.20 .0'
44
+ ext. neo4jApocVersion = ' 5.20 .0'
45
45
ext. testContainersVersion = ' 1.17.4'
46
46
ext. elasticsearchVersion = ' 2.11.1' // ES 7.10, Opensearch 1.x, 2.x
47
47
ext. jacksonVersion = ' 2.15.3'
48
- ext. jettyVersion = ' 11 .0.21 '
48
+ ext. jettyVersion = ' 12 .0.16 '
49
49
// see also datahub-frontend/play.gradle
50
50
ext. playVersion = ' 2.8.22'
51
51
ext. playScalaVersion = ' 2.13'
@@ -136,7 +136,8 @@ project.ext.externalDependency = [
136
136
' datastaxOssNativeProtocol' : ' com.datastax.oss:native-protocol:1.5.1' ,
137
137
' datastaxOssCore' : ' com.datastax.oss:java-driver-core:4.14.1' ,
138
138
' datastaxOssQueryBuilder' : ' com.datastax.oss:java-driver-query-builder:4.14.1' ,
139
- ' dgraph4j' : ' io.dgraph:dgraph4j:21.12.0' ,
139
+ ' dgraph4j' : ' io.dgraph:dgraph4j:24.1.1' ,
140
+ ' dgraphNetty' : ' io.grpc:grpc-netty-shaded:1.69.0' ,
140
141
' dropwizardMetricsCore' : ' io.dropwizard.metrics:metrics-core:4.2.3' ,
141
142
' dropwizardMetricsJmx' : ' io.dropwizard.metrics:metrics-jmx:4.2.3' ,
142
143
' ebean' : ' io.ebean:ebean:' + ebeanVersion,
@@ -176,8 +177,9 @@ project.ext.externalDependency = [
176
177
' jakartaValidation' : ' jakarta.validation:jakarta.validation-api:3.1.0-M2' ,
177
178
' jerseyCore' : ' org.glassfish.jersey.core:jersey-client:2.41' ,
178
179
' jerseyGuava' : ' org.glassfish.jersey.bundles.repackaged:jersey-guava:2.25.1' ,
179
- ' jettyJaas ' : " org.eclipse.jetty:jetty-jaas :$jettyVersion " ,
180
+ ' jettySecurity ' : " org.eclipse.jetty:jetty-security :$jettyVersion " ,
180
181
' jettyClient' : " org.eclipse.jetty:jetty-client:$jettyVersion " ,
182
+ ' jettyJmx' : " org.eclipse.jetty:jetty-jmx:$jettyVersion " ,
181
183
' jettison' : ' org.codehaus.jettison:jettison:1.5.4' ,
182
184
' jgrapht' : ' org.jgrapht:jgrapht-core:1.5.1' ,
183
185
' jna' : ' net.java.dev.jna:jna:5.12.1' ,
@@ -380,6 +382,13 @@ configure(subprojects.findAll {! it.name.startsWith('spark-lineage')}) {
380
382
resolutionStrategy. force externalDependency. antlr4Runtime
381
383
resolutionStrategy. force externalDependency. antlr4
382
384
resolutionStrategy. force ' org.apache.mina:mina-core:2.2.4'
385
+ resolutionStrategy {
386
+ force " org.eclipse.jetty:jetty-security:${ jettyVersion} "
387
+ force " org.eclipse.jetty:jetty-server:${ jettyVersion} "
388
+ force " org.eclipse.jetty:jetty-ee10-servlet:${ jettyVersion} "
389
+ force " org.eclipse.jetty:jetty-ee10-webapp:${ jettyVersion} "
390
+ force " org.eclipse.jetty:jetty-xml:${ jettyVersion} "
391
+ }
383
392
}
384
393
}
385
394
@@ -407,7 +416,7 @@ subprojects {
407
416
implementation externalDependency. annotationApi
408
417
constraints {
409
418
implementation(" com.google.googlejavaformat:google-java-format:$googleJavaFormatVersion " )
410
- implementation(' io.netty:netty-all:4.1.115 .Final' )
419
+ implementation(' io.netty:netty-all:4.1.116 .Final' )
411
420
implementation(' org.apache.commons:commons-compress:1.27.1' )
412
421
implementation(' org.apache.velocity:velocity-engine-core:2.4' )
413
422
implementation(' org.hibernate:hibernate-validator:6.0.20.Final' )
0 commit comments