Skip to content

Commit a99740c

Browse files
fix(deps): update all patch dependencies (#47)
Co-authored-by: alaudaa-renovate[bot] <219066560+alaudaa-renovate[bot]@users.noreply.github.com>
1 parent a55f22a commit a99740c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ subprojects {
390390
entry 'hazelcast'
391391
}
392392
// Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7
393-
dependency('com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11') {
393+
dependency('com.microsoft.sqlserver:mssql-jdbc:12.8.2.jre11') {
394394
exclude 'com.fasterxml.jackson.core:jackson-databind'
395395
}
396396
dependency 'com.oracle.database.jdbc:ojdbc11:23.6.0.24.10'
@@ -443,7 +443,7 @@ subprojects {
443443
entry 'log4j-api'
444444
entry 'log4j-to-slf4j'
445445
}
446-
dependencySet(group: 'org.apache.tomcat.embed', version: '10.1.47') {
446+
dependencySet(group: 'org.apache.tomcat.embed', version: '10.1.48') {
447447
entry 'tomcat-embed-core'
448448
entry('tomcat-embed-jasper') {
449449
exclude 'org.eclipse.jdt.core.compiler:ecj'

0 commit comments

Comments
 (0)