Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jun 10, 2024
1 parent d5759e3 commit f893522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ dependencies {
// spock
testImplementation platform("org.spockframework:spock-bom:$spockVersion"),
"org.spockframework:spock-core",
"org.slf4j:slf4j-log4j12:$slf4jVersion",
"org.apache.logging.log4j:log4j:$log4jVersion"
"org.apache.logging.log4j:log4j-core:$log4jVersion"
}

compileTestJava {
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ical4jVersion=4.0.0-rc4
ical4jVCardVersion=2.0.0-beta3
ical4jVersion=4.0.0-rc6
ical4jVCardVersion=2.0.0-beta4

groovyVersion=3.0.20
slf4jVersion=2.0.9
log4jVersion=2.22.1
bndVersion=6.2.0
jacoco_htmlReport=true
Expand Down

0 comments on commit f893522

Please sign in to comment.