Skip to content

Commit 948f76c

Browse files
committed
chore(deps): use ${springboot.version} for spring-boot-starter-data-jpa
1 parent 69883f6 commit 948f76c

File tree

1 file changed

+3
-3
lines changed
  • aws-serverless-java-container-springboot3

1 file changed

+3
-3
lines changed

aws-serverless-java-container-springboot3/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>org.springframework.boot</groupId>
196196
<artifactId>spring-boot-starter-data-jpa</artifactId>
197-
<version>3.2.1</version>
197+
<version>${springboot.version}</version>
198198
<scope>test</scope>
199199
<exclusions>
200200
<exclusion>
@@ -326,8 +326,8 @@
326326
<groupId>org.apache.maven.plugins</groupId>
327327
<artifactId>maven-compiler-plugin</artifactId>
328328
<configuration>
329-
<source>10</source>
330-
<target>10</target>
329+
<source>17</source>
330+
<target>17</target>
331331
</configuration>
332332
</plugin>
333333
</plugins>

0 commit comments

Comments
 (0)