Skip to content

Commit bc7a970

Browse files
dependabot[bot]sb-benoheCopilot
authored
BFD-4692: Bump Thymeleaf + other dependancies (#3121)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sb-benohe <ben.ohe@semanticbits.com> Co-authored-by: Copilot <copilot@github.com>
1 parent ec03538 commit bc7a970

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/bfd-server-openapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.thymeleaf</groupId>
6161
<artifactId>thymeleaf</artifactId>
62-
<version>3.1.3.RELEASE</version>
62+
<version>3.1.4.RELEASE</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.vladsch.flexmark</groupId>

apps/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@
127127
<spring-data-jpa.version>3.4.10</spring-data-jpa.version>
128128
<spring-framework.version>6.2.11</spring-framework.version>
129129
<spring-retry.version>2.0.8</spring-retry.version>
130-
<spring-boot.version>3.4.4</spring-boot.version>
131-
<spring-cloud.version>4.2.1</spring-cloud.version>
132-
<spring-cloud-aws.version>3.3.0</spring-cloud-aws.version>
130+
<spring-boot.version>3.5.12</spring-boot.version>
131+
<spring-cloud.version>4.3.0</spring-cloud.version>
132+
<spring-cloud-aws.version>3.4.0</spring-cloud-aws.version>
133133

134134
<hibernate.version>6.4.4.Final</hibernate.version>
135135
<junit.version>5.12.0</junit.version>
@@ -181,13 +181,13 @@
181181
<javapoet.version>1.13.0</javapoet.version>
182182

183183
<!-- Fix for Snyk vulnerability (CWE-770 and CWE-436)-->
184-
<jetty.version>12.1.6</jetty.version>
184+
<jetty.version>12.1.7</jetty.version>
185185
<org.apache.httpcomponents.httpclient.version>4.5.14</org.apache.httpcomponents.httpclient.version>
186186
<datasource-proxy.version>1.10</datasource-proxy.version>
187187
<cors.filter.version>1.0.1</cors.filter.version>
188188
<org.apache.spark.version>3.5.0</org.apache.spark.version>
189189
<hapi-fhir.version>8.8.0</hapi-fhir.version>
190-
<thymeleaf.version>3.1.2.RELEASE</thymeleaf.version>
190+
<thymeleaf.version>3.1.4.RELEASE</thymeleaf.version>
191191
<jersey.version>2.25.1</jersey.version>
192192
<org.apache.poi.version>5.4.0</org.apache.poi.version>
193193

0 commit comments

Comments
 (0)