Skip to content

Commit

Permalink
update deps 8 may 2023 (#292)
Browse files Browse the repository at this point in the history
* Update maven base

* update to latest deps
  • Loading branch information
karianna committed May 9, 2023
1 parent 92b07d9 commit 7f43b59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@

<properties>
<revision>3.0.3-SNAPSHOT</revision>
<checkstyle.version>10.9.2</checkstyle.version>
<jreleaser.plugin.version>1.5.0</jreleaser.plugin.version>
<junit5.version>5.9.2</junit5.version>
<checkstyle.version>10.10.0</checkstyle.version>
<jreleaser.plugin.version>1.6.0</jreleaser.plugin.version>
<junit5.version>5.9.3</junit5.version>
<maven.antrun-plugin.version>3.1.0</maven.antrun-plugin.version>
<maven.changes-plugin.version>2.12.1</maven.changes-plugin.version>
<maven.checkstyle-plugin.version>3.2.1</maven.checkstyle-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-core</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 7f43b59

Please sign in to comment.