Skip to content

Commit

Permalink
fix spring boot 3.0 test issues, upgrade greenmail and wiremock to ne…
Browse files Browse the repository at this point in the history
…w major versions even though both are still alpha resp. beta (fix issues greenmail-mail-test/greenmail#513 and https://groups.google.com/g/wiremock-user/c/knTaDyBY70Q
  • Loading branch information
tillkuhn committed Jan 21, 2023
1 parent 87fd495 commit 3865985
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ systemProp.archUnitVersion=0.23.1
systemProp.bucket4jVersion=7.6.0
systemProp.commonsLangVersion=3.12.0
systemProp.flywayVersion=9.12.0
systemProp.greenmailVersion=1.6.12
#systemProp.greenmailVersion=1.6.12
# support jakarta mail?
# https://github.com/greenmail-mail-test/greenmail/issues/512
# https://github.com/greenmail-mail-test/greenmail/issues/513
systemProp.greenmailVersion=2.0.0-alpha-3
systemProp.hypersistenceUtilsVersion=3.1.1
systemProp.kotlinVersion=1.8.0
systemProp.mockitoInlineVersion=4.11.0
Expand All @@ -12,7 +16,11 @@ systemProp.romeVersion=1.18.0
systemProp.springBootVersion=3.0.2
systemProp.unirestVersion=1.4.9
systemProp.versionsVersion=0.44.0
systemProp.wiremockVersion=2.33.2
# fix java.lang.NoClassDefFoundError: javax/servlet/DispatcherType after
# migration to Spring Boot 3.0.0
# https://groups.google.com/g/wiremock-user/c/knTaDyBY70Q
#systemProp.wiremockVersion=2.33.2
systemProp.wiremockVersion=3.0.0-beta-2

# enable to support incremental processing
# https://medium.com/@daniel_novak/making-incremental-kapt-work-speed-up-your-kotlin-projects-539db1a771cf
Expand Down

0 comments on commit 3865985

Please sign in to comment.