Skip to content

Commit

Permalink
upgrade to vertx 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zyclonite committed Feb 7, 2024
1 parent ea57f4a commit 13b166a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ To use Vert.x JsonPath, add the following dependency:
<dependency>
<groupId>com.noenv</groupId>
<artifactId>vertx-jsonpath</artifactId>
<version>4.5.2</version>
<version>4.5.3</version>
</dependency>
----

* Gradle (in your `build.gradle` file):

[source,groovy,subs="+attributes"]
----
compile 'com.noenv:vertx-jsonpath:4.5.2'
compile 'com.noenv:vertx-jsonpath:4.5.3'
----

Consider the following json:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.noenv</groupId>
<artifactId>vertx-jsonpath</artifactId>
<version>4.5.3-SNAPSHOT</version>
<version>4.5.3</version>

<parent>
<groupId>io.vertx</groupId>
Expand All @@ -18,7 +18,7 @@
<url>http://github.com/NoEnv/vertx-jsonpath</url>

<properties>
<stack.version>4.5.3-SNAPSHOT</stack.version>
<stack.version>4.5.3</stack.version>
</properties>


Expand Down

0 comments on commit 13b166a

Please sign in to comment.