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 bfbe152 commit 3d32a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ A Java library for accessing iCalendar data stores
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion",
"org.testcontainers:spock:$testcontainersVersion"

testImplementation "org.slf4j:slf4j-log4j12:$slf4jVersion",
"org.apache.logging.log4j:log4j:$log4jVersion"
testImplementation "org.apache.logging.log4j:log4j-core:$log4jVersion"
}

jar {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ical4jVersion = 4.0.0-rc4
ical4jVCardVersion = 2.0.0-beta3
ical4jVersion = 4.0.0-rc6
ical4jVCardVersion = 2.0.0-beta4

httpclientVersion = 4.5.14
jackrabbitWebdavVersion = 2.21.23
Expand Down

0 comments on commit 3d32a5b

Please sign in to comment.