File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The client is available on Maven central:
1010<dependency >
1111 <groupId >org.typesense</groupId >
1212 <artifactId >typesense-java</artifactId >
13- <version >0.0.5 </version >
13+ <version >0.0.6 </version >
1414</dependency >
1515```
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010}
1111
1212group = ' org.typesense'
13- version = ' 0.0.5 '
13+ version = ' 0.0.6 '
1414sourceCompatibility = 1.8
1515targetCompatibility = 1.8
1616
@@ -65,8 +65,8 @@ dependencies {
6565 implementation " org.glassfish.jersey.core:jersey-client:3.0.4"
6666 implementation " org.glassfish.jersey.media:jersey-media-json-jackson:3.0.4"
6767 implementation " org.glassfish.jersey.inject:jersey-hk2:3.0.4"
68- implementation " org.apache.logging.log4j:log4j-api:2.13.3 "
69- implementation " org.apache.logging.log4j:log4j-core:2.13.3 "
68+ implementation " org.apache.logging.log4j:log4j-api:2.19.0 "
69+ implementation " org.apache.logging.log4j:log4j-core:2.19.0 "
7070 implementation " io.swagger.core.v3:swagger-annotations:2.0.0"
7171 implementation " org.glassfish.jersey.connectors:jersey-apache-connector:3.0.4"
7272 implementation " com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.2"
You can’t perform that action at this time.
0 commit comments