-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from projectNEWM/amw/ogmios630
Bump dependencies
- Loading branch information
Showing
4 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
object Versions { | ||
const val COMMONS_LOGGING = "1.3.1" | ||
const val COMMONS_LOGGING = "1.3.2" | ||
const val COMMONS_NUMBERS = "1.1" | ||
const val COROUTINES = "1.8.0" | ||
const val COROUTINES = "1.8.1" | ||
const val GOOGLE_TRUTH = "1.4.2" | ||
const val JUNIT = "5.10.2" | ||
const val KOTLIN = "1.9.23" | ||
const val KOTLINX_DATETIME = "0.5.0" | ||
const val KOTLIN = "2.0.0" | ||
const val KOTLINX_DATETIME = "0.6.0" | ||
const val KOTLINX_SERIALIZATION = "1.6.3" | ||
const val KTLINT = "1.2.1" | ||
const val KTLINT_PLUGIN = "12.1.0" | ||
const val KTOR = "2.3.9" | ||
const val LOGBACK = "1.5.3" | ||
const val KTLINT_PLUGIN = "12.1.1" | ||
const val KTOR = "2.3.11" | ||
const val LOGBACK = "1.5.6" | ||
const val MAVEN_REPO_AUTH_PLUGIN = "3.0.4" | ||
const val MOCKK = "1.13.10" | ||
const val MOCKK = "1.13.11" | ||
const val VERSIONS_PLUGIN = "0.51.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters