File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ There are a few different ways to install Munin.
207207 <parent >
208208 <artifactId >munin</artifactId >
209209 <groupId >se.alipsa</groupId >
210- <version >1.1.6 </version >
210+ <version >1.1.7 </version >
211211 </parent >
212212 ```
2132133 . Customized alternative:
Original file line number Diff line number Diff line change 99 <parent >
1010 <artifactId >spring-boot-starter-parent</artifactId >
1111 <groupId >org.springframework.boot</groupId >
12- <version >2.6.2 </version >
12+ <version >2.6.3 </version >
1313 </parent >
1414
1515 <artifactId >munin</artifactId >
1616 <groupId >se.alipsa</groupId >
17- <version >1.1.7-SNAPSHOT </version >
17+ <version >1.1.7</version >
1818
1919 <name >Munin - a Renjin based web reporting server</name >
2020 <description >A reporting server based on Renjin and Spring Boot.</description >
5959 <renjin-spring-boot-starter .version>1.0.0</renjin-spring-boot-starter .version>
6060 <spotbugs-annotations .version>4.5.3</spotbugs-annotations .version>
6161 <!-- note that parent has the version hard coded so must duplicate the setting there as well -->
62- <spring .boot.version>2.6.2 </spring .boot.version>
62+ <spring .boot.version>2.6.3 </spring .boot.version>
6363 <thymeleaf-extras-springsecurity5 .version>3.0.4.RELEASE</thymeleaf-extras-springsecurity5 .version>
6464 <webjars-locator .version>0.42</webjars-locator .version>
6565 </properties >
450450 <plugin >
451451 <groupId >org.jacoco</groupId >
452452 <artifactId >jacoco-maven-plugin</artifactId >
453- <version >0.8.6 </version >
453+ <version >0.8.7 </version >
454454 </plugin >
455455 </plugins >
456456 </reporting >
474474 <plugin >
475475 <groupId >org.apache.maven.plugins</groupId >
476476 <artifactId >maven-gpg-plugin</artifactId >
477- <version >1.6 </version >
477+ <version >3.0.1 </version >
478478 <executions >
479479 <execution >
480480 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments