Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jun 20, 2024
1 parent 54468a4 commit 28d7ee8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ sourcesJar.dependsOn ':compileModuleInfoJava'

dependencies {
api "org.mnode.ical4j:ical4j:$ical4jVersion",
"org.mnode.ical4j:ical4j-vcard:$ical4jVCardVersion",
'com.sun.mail:jakarta.mail:2.0.1'
"org.mnode.ical4j:ical4j-vcard:$ical4jVCardVersion"

// optional groovy DSL for calendar builder..
groovyDslImplementation "org.codehaus.groovy:groovy:$groovyVersion"
Expand Down
7 changes: 3 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ical4jVersion=4.0.0-rc6
ical4jVersion=4.0.0
ical4jVCardVersion=2.0.0-beta4

groovyVersion=3.0.20
log4jVersion=2.22.1
groovyVersion=3.0.21
log4jVersion=2.23.1
bndVersion=6.2.0
jacoco_htmlReport=true
revApiOldVersion=1.0.4
Expand Down

0 comments on commit 28d7ee8

Please sign in to comment.