Skip to content

Commit

Permalink
Update jersey-server to 3.0.12 (latest Java 8 release), okhttp to
Browse files Browse the repository at this point in the history
4.12.0, javaassist to 3.29.2-GA and groovy-all to 4.0.15
  • Loading branch information
DaGeRe committed Nov 15, 2023
1 parent 0c0b997 commit 3e90a9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions kieker-monitoring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ dependencies {
implementation 'org.apache.commons:commons-compress:1.21'

// https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-server
implementation 'org.glassfish.jersey.core:jersey-server:3.0.2'
implementation 'org.glassfish.jersey.core:jersey-server:3.0.12'
// https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-common
implementation 'org.glassfish.jersey.core:jersey-common:3.0.2'
implementation 'org.glassfish.jersey.core:jersey-common:3.0.12'
// https://mvnrepository.com/artifact/org.glassfish.jersey.core/jersey-client
implementation 'org.glassfish.jersey.core:jersey-client:3.0.2'
implementation 'org.glassfish.jersey.core:jersey-client:3.0.12'

// https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api
implementation 'javax.servlet:javax.servlet-api:4.0.1'
Expand All @@ -86,12 +86,12 @@ dependencies {
// https://mvnrepository.com/artifact/org.influxdb/influxdb-java
implementation 'org.influxdb:influxdb-java:2.22'
// https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'

// testing
testImplementation "org.hamcrest:hamcrest:$libHamcrestVersion"

testImplementation 'org.javassist:javassist:3.28.0-GA'
testImplementation 'org.javassist:javassist:3.29.2-GA'

testImplementation "junit:junit:$libJunitVersion"

Expand Down
2 changes: 1 addition & 1 deletion kieker-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

implementation 'ch.qos.logback:logback-classic:1.1.7'
implementation "org.slf4j:slf4j-api:$libSlf4jApiVersion"
implementation 'org.codehaus.groovy:groovy-all:3.0.2'
implementation 'org.apache.groovy:groovy-all:4.0.15'

// TODO jgraphx is no longer maintained
implementation resolveLibrary('jgraphx-*.jar')
Expand Down

0 comments on commit 3e90a9a

Please sign in to comment.