Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Sep 5, 2024
2 parents 71aaf61 + b031d25 commit 703a933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class DockerDatabaseContainerTasksCreator {
uriTemplate: 'jdbc:mysql://%s:%s/%s?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8',
],
[name : 'sqlserver',
image : 'bonitasoft/bonita-sqlserver:2022-CU4',
image : 'bonitasoft/bonita-sqlserver:2022-CU13',
portBinding: 1433,
uriTemplate: 'jdbc:sqlserver://%s:%s;database=%s',
]
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# The groovy version must be in synch with the bonita-project-parent POM (bonita-project repository):
groovyVersion = "3.0.21"
springVersion = "5.3.37"
springVersion = "5.3.39"
springSessionVersion = "2.7.4"
springBootVersion = "2.7.18"
commonsLangVersion = "3.14.0"
Expand Down

0 comments on commit 703a933

Please sign in to comment.