Skip to content

Commit

Permalink
replay 1.9.2: replace log4j:1.2.17 -> reload4j:1.2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Jan 18, 2022
1 parent 1bc8760 commit 8d9d093
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.9.2 (released 18.01.2022)
* replace log4j:1.2.17 -> reload4j:1.2.18.0
* upgrade slf4j:1.7.32 -> 1.7.33

## 1.9.1 (released 06.01.2022)
* #36 fix annotation-based validation -- see PR #37
* #38 upgrade to EHCache 3.9.9, Eclipse compiler 3.28.0 etc
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defaultTasks 'clean', 'check', 'publishToMavenLocal'
subprojects {

group='com.codeborne.replay'
version=project.properties['revision'] ?: '1.9.1'
version=project.properties['revision'] ?: '1.9.2'

apply plugin: 'java'
apply plugin: 'java-library'
Expand Down
8 changes: 4 additions & 4 deletions framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
api('javax.inject:javax.inject:1')
api('javax.validation:validation-api:2.0.1.Final')
implementation('jaxen:jaxen:1.2.0')
implementation('log4j:log4j:1.2.17')
implementation('ch.qos.reload4j:reload4j:1.2.18.0')
implementation('org.ehcache:ehcache:3.9.9')
implementation('net.sf.ezmorph:ezmorph:1.0.6')
implementation('net.sf.jsr107cache:jsr107cache:1.1')
Expand All @@ -41,9 +41,9 @@ dependencies {
implementation('com.fasterxml:classmate:1.5.1')
implementation('org.hibernate:hibernate-ehcache:5.6.3.Final') {transitive = false}
api('io.netty:netty:3.10.6.Final')
api('org.slf4j:slf4j-api:1.7.32')
api('org.slf4j:slf4j-log4j12:1.7.32')
api('org.slf4j:jul-to-slf4j:1.7.32')
api('org.slf4j:slf4j-api:1.7.33')
api('org.slf4j:slf4j-reload4j:1.7.33')
api('org.slf4j:jul-to-slf4j:1.7.33')
api('org.yaml:snakeyaml:1.30')
api('net.spy:spymemcached:2.12.3')
implementation('xmlpull:xmlpull:1.1.3.4d_b4_min')
Expand Down

0 comments on commit 8d9d093

Please sign in to comment.