Skip to content

Commit 9708923

Browse files
authored
Merge pull request #71 from comet-ml/bump-version-1.1.12
[N/A]: Bump to version 1.1.12
2 parents 93091b8 + ed16373 commit 9708923

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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
```

comet-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>

comet-java-client/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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>
@@ -37,7 +37,7 @@
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>
@@ -62,7 +62,7 @@
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>
@@ -94,13 +94,13 @@
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>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)