mirror of
https://github.com/linuxserver/davos.git
synced 2026-01-09 06:41:39 +08:00
Compare commits
4 Commits
UnitTestSt
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd3a46bffa | ||
|
|
aa3370ab46 | ||
|
|
55e2936f6c | ||
|
|
ff846da002 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ overridedb.*
|
||||
davos.log
|
||||
src/main/resources/application.properties
|
||||
src/main/resources/log4j2.xml
|
||||
.vscode/
|
||||
@ -38,6 +38,8 @@ Finally, schedules can be started or stopped at any point, using the schedules l
|
||||

|
||||
|
||||
# Changelog
|
||||
- **2.2.2**
|
||||
- Updated log4j dependency to 2.16.0, accounting for CVE-2021-44228
|
||||
|
||||
- **2.2.1**
|
||||
- Fixed bug where lastRunTime got reset whenever a change was made to a schedule.
|
||||
|
||||
@ -61,9 +61,9 @@ dependencies {
|
||||
compile 'org.springframework.boot:spring-boot-starter-data-jpa'
|
||||
compile 'org.springframework.boot:spring-boot-starter-jdbc'
|
||||
|
||||
compile 'org.apache.logging.log4j:log4j-api:2.4.1'
|
||||
compile 'org.apache.logging.log4j:log4j-core:2.4.1'
|
||||
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.4.1'
|
||||
compile 'org.apache.logging.log4j:log4j-api:2.16.0'
|
||||
compile 'org.apache.logging.log4j:log4j-core:2.16.0'
|
||||
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0'
|
||||
|
||||
compile 'com.jcraft:jsch:0.1.50'
|
||||
compile 'joda-time:joda-time:2.3'
|
||||
|
||||
@ -1 +1 @@
|
||||
davos.version=2.2.1
|
||||
davos.version=2.2.2
|
||||
|
||||
@ -4,4 +4,4 @@ spring.datasource.password=sa
|
||||
spring.datasource.driverClassName=org.h2.Driver
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
|
||||
davos.version=2.2.1
|
||||
davos.version=2.2.2
|
||||
|
||||
@ -1 +1 @@
|
||||
2.2.1
|
||||
2.2.2
|
||||
Loading…
x
Reference in New Issue
Block a user