mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-02-06 11:17:18 +00:00
Differentiate versions of spring boot and devtools
This commit is contained in:
parent
140f361c11
commit
ffb5f9704c
8
.snyk
8
.snyk
@ -1,5 +1,9 @@
|
||||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
|
||||
version: v1.25.0
|
||||
ignore:
|
||||
SNYK-JAVA-ORGYAML-3152153:
|
||||
- '*':
|
||||
reason: 'No exploit'
|
||||
expires: '2030-04-04T17:33:45.004Z'
|
||||
reason: no exploit
|
||||
expires: 2030-04-01T00:00:00.000Z
|
||||
created: 2023-01-20T10:45:42.937Z
|
||||
patch: {}
|
||||
|
||||
@ -463,7 +463,7 @@
|
||||
<!--https://stackoverflow.com/a/47412779-->
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-devtools</artifactId>
|
||||
<version>${spring.boot.version}</version>
|
||||
<version>${spring.boot.devtools.version}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
9
pom.xml
9
pom.xml
@ -98,10 +98,14 @@
|
||||
</profiles>
|
||||
|
||||
<properties>
|
||||
<maven.javadoc.skip>true</maven.javadoc.skip>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
|
||||
<spring.boot.version>3.0.2</spring.boot.version>
|
||||
<spring.boot.devtools.version>3.0.1</spring.boot.devtools.version>
|
||||
<spring.boot.maven.version>3.0.2</spring.boot.maven.version>
|
||||
<spring.oxm.version>6.0.4</spring.oxm.version>
|
||||
<spring-data-jpa.version>3.0.0</spring-data-jpa.version>
|
||||
<spring.oxm.version>6.0.4</spring.oxm.version>
|
||||
<spring-data-commons.version>3.0.0</spring-data-commons.version>
|
||||
<jakarta.persistence-api.version>3.1.0</jakarta.persistence-api.version>
|
||||
@ -119,9 +123,6 @@
|
||||
<jaxb.sun.impl.version>3.0.1</jaxb.sun.impl.version>
|
||||
<maven.compiler.plugin.version>3.6.2</maven.compiler.plugin.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.javadoc.skip>true</maven.javadoc.skip>
|
||||
<maven.compiler.source>17</maven.compiler.source>
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<uri-scheme-handler.version>2.0.0</uri-scheme-handler.version>
|
||||
<javers-core.version>6.8.1</javers-core.version>
|
||||
</properties>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user