Skip to content

Commit 5a4ea20

Browse files
committed
update dependencies
1 parent 753bc83 commit 5a4ea20

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

complete/pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-devtools</artifactId>
4343
</dependency>
44-
<dependency>
45-
<groupId>com.nimbusds</groupId>
46-
<artifactId>nimbus-jose-jwt</artifactId>
47-
<version>9.35</version>
48-
</dependency>
4944

5045
<!-- tag::actuator[] -->
5146
<dependency>
@@ -60,6 +55,7 @@
6055
<artifactId>spring-boot-starter-test</artifactId>
6156
<scope>test</scope>
6257
</dependency>
58+
6359
<!-- end::tests[] -->
6460
</dependencies>
6561

@@ -69,6 +65,15 @@
6965
<groupId>org.springframework.boot</groupId>
7066
<artifactId>spring-boot-maven-plugin</artifactId>
7167
</plugin>
68+
<plugin>
69+
<groupId>org.apache.maven.plugins</groupId>
70+
<artifactId>maven-compiler-plugin</artifactId>
71+
<version>3.11.0</version>
72+
<configuration>
73+
<source>${java.version}</source>
74+
<target>${java.version}</target>
75+
</configuration>
76+
</plugin>
7277
</plugins>
7378
</build>
7479

0 commit comments

Comments
 (0)