File tree Expand file tree Collapse file tree 4 files changed +19
-21
lines changed
token-validation-spring-test Expand file tree Collapse file tree 4 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 53
53
<maven .compiler.source>17</maven .compiler.source>
54
54
<maven .compiler.target>17</maven .compiler.target>
55
55
<java .version>17</java .version>
56
- <spring-boot .version>3.1.6 </spring-boot .version>
56
+ <spring-boot .version>3.2.0 </spring-boot .version>
57
57
<oauth2-oidc-sdk .version>11.7</oauth2-oidc-sdk .version>
58
58
<validation-api .version>2.0.1.Final</validation-api .version>
59
59
<rest-assured .version>5.3.2</rest-assured .version>
453
453
<artifactId >nimbus-jose-jwt</artifactId >
454
454
</dependency >
455
455
</dependencies >
456
- </project >
456
+ </project >
Original file line number Diff line number Diff line change 43
43
</dependencies >
44
44
<build >
45
45
<plugins >
46
+ <plugin >
47
+ <groupId >org.apache.maven.plugins</groupId >
48
+ <artifactId >maven-compiler-plugin</artifactId >
49
+ <configuration >
50
+ <compilerArgs >
51
+ <arg >-parameters</arg >
52
+ </compilerArgs >
53
+ </configuration >
54
+ </plugin >
46
55
<plugin >
47
56
<groupId >org.apache.maven.plugins</groupId >
48
57
<artifactId >maven-source-plugin</artifactId >
Original file line number Diff line number Diff line change 99
99
<plugin >
100
100
<groupId >org.jetbrains.kotlin</groupId >
101
101
<artifactId >kotlin-maven-plugin</artifactId >
102
+ <configuration >
103
+ <javaParameters >true</javaParameters >
104
+ </configuration >
102
105
</plugin >
103
106
<plugin >
104
107
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 43
43
</dependencies >
44
44
<build >
45
45
<plugins >
46
- <plugin >
46
+ <plugin >
47
47
<groupId >org.apache.maven.plugins</groupId >
48
48
<artifactId >maven-compiler-plugin</artifactId >
49
49
<configuration >
50
- <parameters >true</parameters >
50
+ <compilerArgs >
51
+ <arg >-parameters</arg >
52
+ </compilerArgs >
51
53
</configuration >
52
- <executions >
53
- <execution >
54
- <id >compile</id >
55
- <phase >compile</phase >
56
- <goals >
57
- <goal >compile</goal >
58
- </goals >
59
- </execution >
60
- <execution >
61
- <id >testCompile</id >
62
- <phase >test-compile</phase >
63
- <goals >
64
- <goal >testCompile</goal >
65
- </goals >
66
- </execution >
67
- </executions >
68
54
</plugin >
69
55
<plugin >
70
56
<groupId >org.apache.maven.plugins</groupId >
89
75
</build >
90
76
</profile >
91
77
</profiles >
92
- </project >
78
+ </project >
You can’t perform that action at this time.
0 commit comments