File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212 <dependency>
1313 <groupId>ml.comet</groupId>
1414 <artifactId>comet-java-client</artifactId>
15- <version>1.1.11 </version>
15+ <version>1.1.12 </version>
1616 </dependency>
1717 </dependencies>
1818```
Original file line number Diff line number Diff line change 77 <parent >
88 <artifactId >comet-java-sdk</artifactId >
99 <groupId >ml.comet</groupId >
10- <version >1.1.11 -SNAPSHOT</version >
10+ <version >1.1.12 -SNAPSHOT</version >
1111 </parent >
1212
1313 <properties >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >ml.comet</groupId >
99 <artifactId >comet-java-sdk</artifactId >
10- <version >1.1.11 -SNAPSHOT</version >
10+ <version >1.1.12 -SNAPSHOT</version >
1111 </parent >
1212
1313 <dependencyManagement >
3737 <dependency >
3838 <groupId >io.reactivex.rxjava3</groupId >
3939 <artifactId >rxjava</artifactId >
40- <version >3.1.4 </version >
40+ <version >3.1.5 </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >org.projectlombok</groupId >
6262 <dependency >
6363 <groupId >com.fasterxml.jackson.core</groupId >
6464 <artifactId >jackson-databind</artifactId >
65- <version >2.13.2.2 </version >
65+ <version >2.13.3 </version >
6666 </dependency >
6767 <dependency >
6868 <groupId >com.vdurmont</groupId >
9494 <dependency >
9595 <groupId >org.mockito</groupId >
9696 <artifactId >mockito-inline</artifactId >
97- <version >4.5 .1</version >
97+ <version >4.6 .1</version >
9898 <scope >test</scope >
9999 </dependency >
100100 <dependency >
101101 <groupId >com.github.tomakehurst</groupId >
102102 <artifactId >wiremock-jre8</artifactId >
103- <version >2.33.1 </version >
103+ <version >2.33.2 </version >
104104 <scope >test</scope >
105105 </dependency >
106106 <dependency >
Original file line number Diff line number Diff line change 55 <groupId >ml.comet</groupId >
66 <artifactId >comet-java-sdk</artifactId >
77 <packaging >pom</packaging >
8- <version >1.1.11 -SNAPSHOT</version >
8+ <version >1.1.12 -SNAPSHOT</version >
99
1010 <name >${project.groupId} :${project.artifactId} </name >
1111 <description >https://www.comet.ml Java client lib</description >
You can’t perform that action at this time.
0 commit comments