Skip to content

Commit

Permalink
backend version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
strmark committed Jun 20, 2024
1 parent ab489bb commit f702be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions back/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.apt_generated
.classpath
.factorypath
.kotlin/
.project
.settings
.springBeans
Expand Down
4 changes: 2 additions & 2 deletions back/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.1</version>
<relativePath/>
</parent>
<groupId>nl.oradev</groupId>
Expand All @@ -14,7 +14,7 @@

<properties>
<java.version>17</java.version>
<spring.version>3.2.5</spring.version>
<spring.version>3.3.1</spring.version>
<h2.version>2.2.224</h2.version>
<snake.version>2.2</snake.version>
<swagger.version>2.4.0</swagger.version>
Expand Down

0 comments on commit f702be8

Please sign in to comment.