Skip to content

Commit

Permalink
Closes #2624 SpringBoot 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörg Heffner committed Aug 7, 2024
1 parent f1751a6 commit 149eccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<!-- spring dependencies -->
<version.jakarta.annotation-api>2.1.1</version.jakarta.annotation-api>
<version.spring.plugin.core>3.0.0</version.spring.plugin.core>
<version.spring.boot>3.2.4</version.spring.boot>
<version.spring.boot>3.3.1</version.spring.boot>
<version.spring.mybatis>3.0.2</version.spring.mybatis>

<!-- wildfly dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<module name="org.postgresql.postgresql" xmlns="urn:jboss:module:1.9">

<resources>
<resource-root path="postgresql-42.6.2.jar"/>
<resource-root path="postgresql-42.7.3.jar"/>
</resources>

<!-- don't know why it is still javax, but this is the only way how the postgresql module is loaded -->
Expand Down

0 comments on commit 149eccd

Please sign in to comment.