Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
a6d21e21b4 | |||
fc209e83d6 |
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
## [0.1.12]
|
||||
### 🧰 Tasks
|
||||
- [fc209e8](https://w9r.dev/pom/spring-boot-starter/commits/fc209e8) **deps**: update all non-major dependencies
|
||||
|
||||
## [0.1.11]
|
||||
### 🧰 Tasks
|
||||
- [7989bf0](https://w9r.dev/pom/spring-boot-starter/commits/7989bf0) **deps**: update dependency org.owasp:dependency-check-maven to v12
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>dev.w9r.pom</groupId>
|
||||
<artifactId>spring-boot-starter</artifactId>
|
||||
<version>0.1.11</version>
|
||||
<version>0.1.12</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>spring-boot-starter</name>
|
||||
<description>A POM consisting of general dependencies and build settings</description>
|
||||
|
@ -51,9 +51,9 @@
|
|||
<plugin.jacoco.version>0.8.12</plugin.jacoco.version>
|
||||
<checkstyle.version>10.21.1</checkstyle.version>
|
||||
<plugin.checkstyle.version>3.6.0</plugin.checkstyle.version>
|
||||
<plugin.dependency-check.version>12.0.0</plugin.dependency-check.version>
|
||||
<plugin.dependency-check.version>12.0.1</plugin.dependency-check.version>
|
||||
<plugin.spotbugs.version>4.8.6.6</plugin.spotbugs.version>
|
||||
<spotbugs.version>4.8.6</spotbugs.version>
|
||||
<spotbugs.version>4.9.0</spotbugs.version>
|
||||
<findsecbugs.version>1.13.0</findsecbugs.version>
|
||||
</properties>
|
||||
<distributionManagement>
|
||||
|
|
Loading…
Add table
Reference in a new issue