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 12
12
<dependency>
13
13
<groupId>ml.comet</groupId>
14
14
<artifactId>comet-java-client</artifactId>
15
- <version>1.1.5 </version>
15
+ <version>1.1.6 </version>
16
16
</dependency>
17
17
</dependencies>
18
18
```
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<artifactId >comet-java-sdk</artifactId >
9
9
<groupId >ml.comet</groupId >
10
- <version >1.1.5 -SNAPSHOT</version >
10
+ <version >1.1.6 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<properties >
35
35
<dependency >
36
36
<groupId >com.beust</groupId >
37
37
<artifactId >jcommander</artifactId >
38
- <version >1.81 </version >
38
+ <version >1.82 </version >
39
39
</dependency >
40
40
41
41
<dependency >
58
58
<dependency >
59
59
<groupId >ch.qos.logback</groupId >
60
60
<artifactId >logback-classic</artifactId >
61
- <version >1.2.7 </version >
61
+ <version >1.2.10 </version >
62
62
</dependency >
63
63
</dependencies >
64
64
<build >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >ml.comet</groupId >
9
9
<artifactId >comet-java-sdk</artifactId >
10
- <version >1.1.5 -SNAPSHOT</version >
10
+ <version >1.1.6 -SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<dependencyManagement >
62
62
<dependency >
63
63
<groupId >com.fasterxml.jackson.core</groupId >
64
64
<artifactId >jackson-databind</artifactId >
65
- <version >2.13.0 </version >
65
+ <version >2.13.1 </version >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >com.vdurmont</groupId >
94
94
<dependency >
95
95
<groupId >org.mockito</groupId >
96
96
<artifactId >mockito-inline</artifactId >
97
- <version >4.1 .0</version >
97
+ <version >4.2 .0</version >
98
98
<scope >test</scope >
99
99
</dependency >
100
100
<dependency >
101
101
<groupId >com.github.tomakehurst</groupId >
102
102
<artifactId >wiremock-jre8</artifactId >
103
- <version >2.31 .0</version >
103
+ <version >2.32 .0</version >
104
104
<scope >test</scope >
105
105
</dependency >
106
106
<dependency >
Original file line number Diff line number Diff line change 1
1
# The default configuration values for Comet Java SDK
2
2
comet {
3
3
# The base URL (env: COMET_BASE_URL)
4
- baseUrl = "https://www.comet.ml "
4
+ baseUrl = "https://www.comet-ml.com "
5
5
# The maximal number of authentication retries (env: COMET_MAX_AUTH_RETRIES)
6
6
maxAuthRetries = 4
7
7
# 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 1
1
comet {
2
- baseUrl = "https://www.comet.ml "
2
+ baseUrl = "https://www.comet-ml.com "
3
3
maxAuthRetries = 5
4
4
}
Original file line number Diff line number Diff line change 5
5
<groupId >ml.comet</groupId >
6
6
<artifactId >comet-java-sdk</artifactId >
7
7
<packaging >pom</packaging >
8
- <version >1.1.5 -SNAPSHOT</version >
8
+ <version >1.1.6 -SNAPSHOT</version >
9
9
10
10
<name >${project.groupId} :${project.artifactId} </name >
11
11
<description >https://www.comet.ml Java client lib</description >
You can’t perform that action at this time.
0 commit comments