Compare commits
3 commits
ef2cb22e83
...
b0087a513e
Author | SHA1 | Date | |
---|---|---|---|
b0087a513e | |||
ad4b633ccd | |||
7989bf0ecc |
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
## [0.1.11]
|
||||
### 🧰 Tasks
|
||||
- [7989bf0](https://w9r.dev/pom/spring-boot-starter/commits/7989bf0) **deps**: update dependency org.owasp:dependency-check-maven to v12
|
||||
|
||||
## [0.1.10]
|
||||
### 🐛 Fixes
|
||||
- [e269770](https://w9r.dev/pom/spring-boot-starter/commits/e269770) **deps**: update dependency dev.w9r.pom:dependencies to v0.1.13
|
||||
|
|
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.10</version>
|
||||
<version>0.1.11</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>spring-boot-starter</name>
|
||||
<description>A POM consisting of general dependencies and build settings</description>
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
<properties>
|
||||
<java.version>21</java.version>
|
||||
<kotlin.version>1.9.25</kotlin.version>
|
||||
<kotlin.version>2.1.0</kotlin.version>
|
||||
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||
|
@ -51,7 +51,7 @@
|
|||
<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>11.1.1</plugin.dependency-check.version>
|
||||
<plugin.dependency-check.version>12.0.0</plugin.dependency-check.version>
|
||||
<plugin.spotbugs.version>4.8.6.6</plugin.spotbugs.version>
|
||||
<spotbugs.version>4.8.6</spotbugs.version>
|
||||
<findsecbugs.version>1.13.0</findsecbugs.version>
|
||||
|
|
Loading…
Add table
Reference in a new issue