Skip to content

Commit

Permalink
compatibility fix for synapse 1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
benkuly committed Apr 27, 2021
1 parent 397d40b commit 689d356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

group = "net.folivo"
version = "0.5.6"
version = "0.5.7"
java.sourceCompatibility = JavaVersion.VERSION_11

tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootJar>() {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {
const val springDependencyManagement =
"1.0.10.RELEASE" // https://github.com/spring-gradle-plugins/dependency-management-plugin/releases
const val springMockk = "2.0.3" // https://github.com/Ninja-Squad/springmockk/releases
const val matrixSDK = "0.4.3" // https://github.com/benkuly/matrix-spring-boot-sdk/releases
const val matrixSDK = "0.4.7" // https://github.com/benkuly/matrix-spring-boot-sdk/releases
const val clikt = "3.0.1" // https://github.com/ajalt/clikt/releases
const val ant = "1.10.9" // https://ant.apache.org/antnews.html
const val libphonenumber = "8.12.12" // https://github.com/google/libphonenumber/releases
Expand Down

0 comments on commit 689d356

Please sign in to comment.