Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(chore) Updating kotlin, graphql-java, springboot and reactor dependencies #39

Merged
merged 1 commit into from
Mar 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ object Versions {

// Languages

const val kotlin = "1.3.72"
const val kotlin = "1.4.21"
const val groovy = "2.5.14"

// Gradle plugins
Expand All @@ -28,10 +28,10 @@ object Versions {
// Libraries

const val junit = "5.6.3"
const val springBoot = "2.3.8.RELEASE"
const val springBoot = "2.4.3"
const val graphQlSpringBoot = "11.0.0"
const val spock = "2.0-M4-groovy-2.5"
const val graphqlJava = "16.1"
const val reactorCore = "3.3.6.RELEASE"
const val graphqlJava = "16.2"
const val reactorCore = "3.4.3"

}