Skip to content

Commit

Permalink
chore(deps): Update groovy to latest 3.x version (#2695)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau authored Aug 31, 2023
1 parent 238f055 commit 0665a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Deps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Deps {
// Keep this until all client projects have migrated to jakarta or it will break their builds !
public static String javaxServletVersion = "4.0.1"
// The groovy version must be in synch with the runtime-bom artifact
public static String groovyVersion = "3.0.10"
public static String groovyVersion = "3.0.19"
public static String javassistVersion = "3.27.0-GA" //version used by hibernate 5.4.32.Final
public static String httpComponentsVersion = "4.5.13"
public static String xstreamVersion = "1.4.20"
Expand Down

0 comments on commit 0665a0c

Please sign in to comment.