Skip to content

Commit

Permalink
[N/A]: Bump to version 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
yaricom committed Jun 14, 2022
1 parent 93091b8 commit ed16373
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>ml.comet</groupId>
<artifactId>comet-java-client</artifactId>
<version>1.1.11</version>
<version>1.1.12</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion comet-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>comet-java-sdk</artifactId>
<groupId>ml.comet</groupId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions comet-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>ml.comet</groupId>
<artifactId>comet-java-sdk</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.reactivex.rxjava3</groupId>
<artifactId>rxjava</artifactId>
<version>3.1.4</version>
<version>3.1.5</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.2.2</version>
<version>2.13.3</version>
</dependency>
<dependency>
<groupId>com.vdurmont</groupId>
Expand Down Expand Up @@ -94,13 +94,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>4.5.1</version>
<version>4.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.33.1</version>
<version>2.33.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>ml.comet</groupId>
<artifactId>comet-java-sdk</artifactId>
<packaging>pom</packaging>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.12-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>https://www.comet.ml Java client lib</description>
Expand Down

0 comments on commit ed16373

Please sign in to comment.