Skip to content

Commit

Permalink
Merge pull request #8 from VIRTUE-DBIS/log4j-patch
Browse files Browse the repository at this point in the history
Security Upgrade: Log4J
  • Loading branch information
silvanheller committed Dec 13, 2021
2 parents 82085c2 + 9ae9da5 commit b94c7ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def javaCompatibility = 11

// Project settings.
group 'ch.unibas.dmi.dbis'
version '2.1.0'
version '2.1.1'

// Main class.
mainClassName = 'ch.unibas.dmi.dbis.vrem.VREMKt'
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
javaCompatibility=11
kotlinVersion=1.5.30
openApiGenVersion=5.1.1
log4jslf4jVersion=2.14.1
kotlinLoggingVersion=2.0.8
log4jslf4jVersion=2.15.0
kotlinLoggingVersion=2.1.16
cliktVersion=2.8.0
kotlinxSerializationVersion=1.2.2
kmongoVersion=4.2.8
Expand Down

0 comments on commit b94c7ce

Please sign in to comment.