Skip to content

Commit

Permalink
chore(deps): revert sqlserver drive version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jul 9, 2024
1 parent 1666b2b commit 4d36906
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 @@ -53,7 +53,7 @@ class DockerDatabaseContainerTasksCreator {
[name : 'sqlserver',
image : 'bonitasoft/bonita-sqlserver:2022-CU4',
portBinding: 1433,
uriTemplate: 'jdbc:sqlserver://%s:%s;database=%s;encrypt=false',
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
Expand Up @@ -35,7 +35,7 @@ quartzVersion = "2.3.2"
micrometerVersion = "1.13.1"
# DB drivers:
mysqlVersion = "8.4.0"
msSqlServerVersion = "12.6.3.jre11"
msSqlServerVersion = "9.4.1.jre11"
oracleVersion = "19.23.0.0"
postgresqlVersion = "42.7.3"

Expand Down

0 comments on commit 4d36906

Please sign in to comment.