File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
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.5 </version>
15+ <version>1.1.6 </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.5 -SNAPSHOT</version >
10+ <version >1.1.6 -SNAPSHOT</version >
1111 </parent >
1212
1313 <properties >
3535 <dependency >
3636 <groupId >com.beust</groupId >
3737 <artifactId >jcommander</artifactId >
38- <version >1.81 </version >
38+ <version >1.82 </version >
3939 </dependency >
4040
4141 <dependency >
5858 <dependency >
5959 <groupId >ch.qos.logback</groupId >
6060 <artifactId >logback-classic</artifactId >
61- <version >1.2.7 </version >
61+ <version >1.2.10 </version >
6262 </dependency >
6363 </dependencies >
6464 <build >
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.5 -SNAPSHOT</version >
10+ <version >1.1.6 -SNAPSHOT</version >
1111 </parent >
1212
1313 <dependencyManagement >
6262 <dependency >
6363 <groupId >com.fasterxml.jackson.core</groupId >
6464 <artifactId >jackson-databind</artifactId >
65- <version >2.13.0 </version >
65+ <version >2.13.1 </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.1 .0</version >
97+ <version >4.2 .0</version >
9898 <scope >test</scope >
9999 </dependency >
100100 <dependency >
101101 <groupId >com.github.tomakehurst</groupId >
102102 <artifactId >wiremock-jre8</artifactId >
103- <version >2.31 .0</version >
103+ <version >2.32 .0</version >
104104 <scope >test</scope >
105105 </dependency >
106106 <dependency >
Original file line number Diff line number Diff line change 11# The default configuration values for Comet Java SDK
22comet {
33 # The base URL (env: COMET_BASE_URL)
4- baseUrl = "https://www.comet.ml "
4+ baseUrl = "https://www.comet-ml.com "
55 # The maximal number of authentication retries (env: COMET_MAX_AUTH_RETRIES)
66 maxAuthRetries = 4
77 # The timeout to finish upload of all pending log records and resources to the Comet at experiment end (env: COMET_TIMEOUT_CLEANING)
Original file line number Diff line number Diff line change 11comet {
2- baseUrl = "https://www.comet.ml "
2+ baseUrl = "https://www.comet-ml.com "
33 maxAuthRetries = 5
44}
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.5 -SNAPSHOT</version >
8+ <version >1.1.6 -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