Skip to content

Commit

Permalink
bump used libs
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohegyi committed Aug 31, 2024
1 parent cab5205 commit 2911258
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ dependencies {
implementation group: 'org.brotli', name: 'dec', version: '0.1.2'
implementation group: 'org.apache.ant', name: 'ant', version:'1.10.14'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version:'1.78.1' //this includes bcprov-jdk18on too
implementation group: 'org.eclipse.jetty', name: 'jetty-io', version: '9.4.53.v20231009'
implementation group: 'org.eclipse.jetty', name: 'jetty-io', version: '9.4.55.v20240627'
implementation group: 'javax.servlet', name: 'servlet-api', version: '2.5'
implementation group: 'dnsjava', name: 'dnsjava', version: '3.5.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.3'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.3'
testImplementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.11.0'
testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.0-jre'
testImplementation group: 'org.mockito', name: 'mockito-all', version:'1.10.19'
testImplementation group: 'io.netty', name: 'netty-all', version: '4.1.101.Final'
testImplementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '9.4.53.v20231009'
testImplementation group: 'io.netty', name: 'netty-all', version: '4.1.112.Final'
testImplementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '9.4.55.v20240627'
testImplementation group: 'org.springframework', name: 'spring-core', version: '5.3.31'
testImplementation group: 'com.nixxcode.jvmbrotli', name: 'jvmbrotli', version: '0.2.0'
testImplementation group: 'com.nixxcode.jvmbrotli', name: 'jvmbrotli-win32-x86-amd64', version: '0.2.0'
Expand Down

0 comments on commit 2911258

Please sign in to comment.