Skip to content

Commit

Permalink
Bump JPAStreamer Quarkus version to 3.0.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Aug 30, 2023
1 parent 2155a63 commit 775916e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quarkus-hibernate-panache/pom.xml
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>io.quarkiverse.jpastreamer</groupId>
<artifactId>quarkus-jpastreamer</artifactId>
<version>3.0.2.Final</version>
<version>3.0.3.Final</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
3 changes: 2 additions & 1 deletion quarkus-hibernate/pom.xml
Expand Up @@ -16,6 +16,7 @@
<quarkus.platform.version>3.2.0.Final</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.0.0</surefire-plugin.version>
<surefire-plugin.version>3.0.0</surefire-plugin.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -70,7 +71,7 @@
<dependency>
<groupId>io.quarkiverse.jpastreamer</groupId>
<artifactId>quarkus-jpastreamer</artifactId>
<version>3.0.2.Final</version>
<version>3.0.3.Final</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 775916e

Please sign in to comment.