Skip to content

Commit

Permalink
bump spring boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Sep 15, 2024
1 parent ae58229 commit 95c579f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
</parent>
<groupId>net.osgiliath.datamigrator</groupId>
<artifactId>data-migrator</artifactId>
Expand Down Expand Up @@ -76,7 +76,7 @@
<asciidoctor-maven-plugin.version>1.5.7</asciidoctor-maven-plugin.version>
<asciidoctor.skip>false</asciidoctor.skip>
<liquibase.vers3306ion>4.28.0</liquibase.vers3306ion>
<spring-boot.version>3.3.2</spring-boot.version>
<spring-boot.version>3.3.3</spring-boot.version>
<jdbc.h2.version>2.2.224</jdbc.h2.version>
<jdbc.postgresql.version>42.7.3</jdbc.postgresql.version>
<jdbc.mysql.version>8.4.0</jdbc.mysql.version>
Expand Down

0 comments on commit 95c579f

Please sign in to comment.