-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
minor upgrade for some dependency #11024
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,24 +76,24 @@ dependencyResolutionManagement { | |
def antlrVersion = version "antlr", "4.13.2" | ||
// WARNING: When upgrading to a version of bytebuddy that supports a new bytecode version, | ||
// make sure to remove the now unnecessary net.bytebuddy.experimental=true in relevant CI jobs (Jenkinsfile). | ||
def byteBuddyVersion = version "byteBuddy", "1.17.6" | ||
def checkerFrameworkVersion = version "checkerFramework", "3.49.5" | ||
def classmateVersion = version "classmate", "1.7.0" | ||
def byteBuddyVersion = version "byteBuddy", "1.17.7" | ||
def checkerFrameworkVersion = version "checkerFramework", "3.51.0" | ||
def classmateVersion = version "classmate", "1.7.1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. requires a Jira ticket |
||
def geolatteVersion = version "geolatte", "1.10" | ||
def hibernateModelsVersion = version "hibernateModels", "1.0.1" | ||
def jandexVersion = version "jandex", "3.3.1" | ||
def jacksonVersion = version "jackson", "2.19.1" | ||
def jandexVersion = version "jandex", "3.5.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. requires a Jira ticket + needs to be updated in pair with hibernate-models to match the versions. |
||
def jacksonVersion = version "jackson", "2.20.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. requires a Jira ticket |
||
def jbossLoggingVersion = version "jbossLogging", "3.6.1.Final" | ||
def jbossLoggingToolVersion = version "jbossLoggingTool", "3.0.4.Final" | ||
|
||
def agroalVersion = version "agroal", "2.7.1" | ||
def agroalVersion = version "agroal", "2.8" | ||
def c3poVersion = version "c3p0", "0.11.2" | ||
def hikaricpVersion = version "hikaricp", "6.3.0" | ||
def hikaricpVersion = version "hikaricp", "6.3.3" | ||
Comment on lines
+89
to
+91
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. these two also require their own Jira tickets |
||
|
||
def jcacheVersion = version "jcache", "1.1.1" | ||
def ehcache3Version = version "ehcache3", "3.10.8" | ||
def ehcache3Version = version "ehcache3", "3.11.1" | ||
|
||
def micrometerVersion = version "micrometer", "1.15.1" | ||
def micrometerVersion = version "micrometer", "1.15.4" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. requires a Jira ticket |
||
|
||
def antVersion = version "ant", "1.10.15" | ||
|
||
|
@@ -143,8 +143,8 @@ dependencyResolutionManagement { | |
def interceptorsVersion = version "interceptors", "2.2.0" | ||
def dataVersion = version "data", "1.0.1" | ||
def jaccVersion = version "jacc", "3.0.0" | ||
def jaxbApiVersion = version "jaxbApi", "4.0.2" | ||
def jaxbRuntimeVersion = version "jaxbRuntime", "4.0.5" | ||
def jaxbApiVersion = version "jaxbApi", "4.0.4" | ||
def jaxbRuntimeVersion = version "jaxbRuntime", "4.0.6" | ||
Comment on lines
+146
to
+147
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. requires a Jira ticket |
||
def jsonbApiVersion = version "jsonbApi", "3.0.1" | ||
def jsonbRuntimeVersion = version "jsonbRuntime", "3.0.4" | ||
def jtaVersion = version "jta", "2.0.1" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requires a Jira ticket