@@ -21,7 +21,7 @@ Follow these three steps to quickly use the Spring Access Inspector:
2121 <plugin >
2222 <groupId >com.theodo</groupId >
2323 <artifactId >spring-access-inspector-plugin</artifactId >
24- <version >2.2.4 </version >
24+ <version >2.3.0 </version >
2525 </plugin >
2626 <!-- ...existing plugins... -->
2727 </plugins >
@@ -42,7 +42,7 @@ Follow these three steps to quickly use the Spring Access Inspector:
4242 <plugin >
4343 <groupId >com.theodo</groupId >
4444 <artifactId >spring-access-inspector-plugin</artifactId >
45- <version >1.2.4 </version >
45+ <version >1.3.0 </version >
4646 </plugin >
4747 <!-- ...existing plugins... -->
4848 </plugins >
@@ -135,7 +135,7 @@ The Maven plugin simplifies launching the inspector by adding it to the `pom.xml
135135 <plugin >
136136 <groupId >com.theodo</groupId >
137137 <artifactId >spring-access-inspector-plugin</artifactId >
138- <version >2.2.4 </version >
138+ <version >2.3.0 </version >
139139 </plugin >
140140 </plugins >
141141 </pluginManagement >
@@ -163,7 +163,7 @@ You can customize the plugin behavior by adding the following configuration opti
163163 <plugin >
164164 <groupId >com.theodo</groupId >
165165 <artifactId >spring-access-inspector-plugin</artifactId >
166- <version >2.2.4 </version >
166+ <version >2.3.0 </version >
167167 <configuration >
168168 <projectBaseDir >${project.basedir}</projectBaseDir >
169169 <outputFileName >~/my/output_file</outputFileName >
0 commit comments