Skip to content

Commit 8163039

Browse files
committed
upgrade dependency, avoid NPE
1 parent 3427273 commit 8163039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
4747
<quarkus.platform.version>3.15.3</quarkus.platform.version>
4848
<quarkus-quinoa.version>2.5.1</quarkus-quinoa.version>
49-
<org.hibernate.orm.hibernate.jfr.version>6.6.1.Final</org.hibernate.orm.hibernate.jfr.version><!-- TODO is there some way to grab the Hibernate version used by Quarkus to match these version? -->
49+
<org.hibernate.orm.hibernate.jfr.version>6.6.4.Final</org.hibernate.orm.hibernate.jfr.version><!-- TODO is there some way to grab the Hibernate version used by Quarkus to match this version? -->
5050
<org.codehaus.mojo.build.helper.plugin.version>3.6.0</org.codehaus.mojo.build.helper.plugin.version>
5151
<org.codehaus.mojo.exec.plugin.version>3.5.0</org.codehaus.mojo.exec.plugin.version>
5252
<assembly-plugin.version>3.7.1</assembly-plugin.version>

0 commit comments

Comments
 (0)