Skip to content

Commit

Permalink
Merge pull request #41 from aserto-dev/version/0.31.5
Browse files Browse the repository at this point in the history
Bump version to 0.31.5
  • Loading branch information
ronenh authored Nov 27, 2024
2 parents 9d2e8b6 + 5f756eb commit 98c93a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>examples</artifactId>
<version>1.0.0-SNAPSHOT</version>

<properties>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -18,15 +18,15 @@
<dependency>
<groupId>com.aserto</groupId>
<artifactId>java-directory</artifactId>
<version>0.31.3</version>
<version>0.31.5</version>
</dependency>

<!-- Used to load .env files -->
<dependency>
<groupId>io.github.cdimascio</groupId>
<artifactId>dotenv-java</artifactId>
<version>2.3.2</version>
</dependency>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aserto</groupId>
<artifactId>java-directory</artifactId>
<version>0.31.4</version>
<version>0.31.5</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Generated Java gRPC bindings for the Topaz and Aserto Directory Service; these are low-level bindings. For a more idiomatic development experience, we advise using the aserto-java and/or aserto-spring packages.</description>
Expand Down

0 comments on commit 98c93a9

Please sign in to comment.