Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Lopes <pmlopes@gmail.com>
  • Loading branch information
pmlopes committed Feb 24, 2023
1 parent 52f85f5 commit a431a93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.19.2] - 2023-02-24
* Bumped Graal to 22.3.1 LTS
* Bumped vertx to 4.3.8


## [0.19.1] - 2022-10-27
* Bumped Graal to 22.3.0 LTS
* Bumped vertx to 4.3.4
Expand Down
2 changes: 1 addition & 1 deletion generator/io.vertx/vertx-cassandra-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<maven.groupId>io.vertx</maven.groupId>
<npm-name>@vertx/cassandra-client</npm-name>
<npm-version>${stack.version}</npm-version>
<datastax-driver.version>4.11.1</datastax-driver.version>
<datastax-driver.version>4.15.0</datastax-driver.version>
<npm-skip>false</npm-skip>
<!-- language=json -->
<npm-dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<maven.compiler.testSource>11</maven.compiler.testSource>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Dependency versions -->
<stack.version>4.3.4</stack.version>
<graalvm.version>22.3.0</graalvm.version>
<stack.version>4.3.8</stack.version>
<graalvm.version>22.3.1</graalvm.version>
<!-- deployment -->
<sonatypeOssDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</sonatypeOssDistMgmtSnapshotsUrl>
</properties>
Expand Down

0 comments on commit a431a93

Please sign in to comment.