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

79 update dependencies #80

Merged
merged 2 commits into from
Jan 22, 2024
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
28 changes: 14 additions & 14 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
@Suppress("ConstPropertyName")
object Versions {
const val project = "0.11.1-SNAPSHOT"
const val kotlin = "1.9.10"
const val kotlin = "1.9.22"

const val java: Int = 17
const val jersey = "3.1.3"
const val grizzly = "4.0.0"
const val okhttp = "4.11.0"
const val junit = "5.10.0"
const val jersey = "3.1.5"
const val grizzly = "4.0.2"
const val okhttp = "4.12.0"
const val junit = "5.10.1"
const val hamcrest = "2.2"
const val mockitoKotlin = "5.1.0"
const val mockitoKotlin = "5.2.1"

const val hk2 = "3.0.4"
const val hk2 = "3.0.5"
const val managementPortal = "2.1.0"
const val radarCommons = "1.1.1"
const val javaJwt = "4.4.0"
const val jakartaWsRs = "3.1.0"
const val jakartaAnnotation = "2.1.1"
const val jackson = "2.15.3"
const val jackson = "2.16.1"
const val slf4j = "2.0.9"
const val log4j2 = "2.20.0"
const val jakartaXmlBind = "4.0.1"
const val jakartaJaxbCore = "4.0.3"
const val jakartaJaxbRuntime = "4.0.3"
const val jakartaJaxbCore = "4.0.4"
const val jakartaJaxbRuntime = "4.0.4"
const val jakartaValidation = "3.0.2"
const val hibernateValidator = "8.0.1.Final"
const val glassfishJakartaEl = "4.0.2"
const val jakartaActivation = "2.1.2"
const val swagger = "2.2.17"
const val swagger = "2.2.20"
const val mustache = "0.9.11"

const val hibernate = "6.3.1.Final"
const val liquibase = "4.24.0"
const val postgres = "42.6.0"
const val hibernate = "6.4.2.Final"
const val liquibase = "4.25.1"
const val postgres = "42.7.1"
const val h2 = "2.2.224"

const val wrapper = "8.4"
Expand Down