Skip to content

Commit

Permalink
# 4.5.11-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaidak committed Jun 20, 2022
1 parent 14e8808 commit 80d93b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 4.5.11-RC1

# 4.5.10-RC2

# 4.5.8
Expand Down
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ allprojects {

val lombokVersion by extra("1.18.24")
val javaeeVersion by extra("8.0.1")
val commonsLang3Version by extra("3.12.0")
val axonVersion by extra("4.5.10")
val commonsLang3Version by extra("3.11")
val axonVersion by extra("4.5.11")

group = "com.scalified"
version = "$axonVersion-RC2"
version = "$axonVersion-RC1"

repositories {
mavenCentral()
Expand Down

0 comments on commit 80d93b5

Please sign in to comment.