Skip to content

Commit 9f3c06d

Browse files
committed
Merge remote-tracking branch 'origin/issue/301_Upgrade_Dependencies'
into develop_2
2 parents 1059508 + 715b7e2 commit 9f3c06d

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

pom.xml

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
<main.basedir>${project.basedir}</main.basedir>
2323

24-
<slf4j.version>2.0.16</slf4j.version>
24+
<slf4j.version>2.0.17</slf4j.version>
2525
<log4j.version>2.24.3</log4j.version>
26-
<jetty.version>12.0.14</jetty.version>
26+
<jetty.version>12.0.18</jetty.version>
2727
<jersey.version>3.1.10</jersey.version>
2828
<tyrus.version>2.2.0</tyrus.version>
29-
<spring.version>6.2.2</spring.version>
30-
<jackson.version>2.18.2</jackson.version>
29+
<spring.version>6.2.5</spring.version>
30+
<jackson.version>2.18.3</jackson.version>
3131
<camunda.version>7.22.0</camunda.version>
3232
<hapi.fhir.version.v1>5.1.0</hapi.fhir.version.v1>
3333
<hapi.fhir.version.v2>8.0.0</hapi.fhir.version.v2>
@@ -141,7 +141,7 @@
141141
<dependency>
142142
<groupId>org.mockito</groupId>
143143
<artifactId>mockito-core</artifactId>
144-
<version>5.15.2</version>
144+
<version>5.16.1</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.bouncycastle</groupId>
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>org.liquibase</groupId>
165165
<artifactId>liquibase-core</artifactId>
166-
<version>4.31.0</version>
166+
<version>4.31.1</version>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.postgresql</groupId>
@@ -182,7 +182,7 @@
182182
<dependency>
183183
<groupId>com.auth0</groupId>
184184
<artifactId>java-jwt</artifactId>
185-
<version>4.4.0</version>
185+
<version>4.5.0</version>
186186
</dependency>
187187

188188
<dependency>
@@ -267,6 +267,11 @@
267267
<artifactId>jackson-annotations</artifactId>
268268
<version>${jackson.version}</version>
269269
</dependency>
270+
<dependency>
271+
<groupId>com.fasterxml.jackson.core</groupId>
272+
<artifactId>jackson-core</artifactId>
273+
<version>${jackson.version}</version>
274+
</dependency>
270275
<dependency>
271276
<groupId>com.fasterxml.jackson.datatype</groupId>
272277
<artifactId>jackson-datatype-jsr310</artifactId>
@@ -402,12 +407,12 @@
402407
<dependency>
403408
<groupId>com.google.guava</groupId>
404409
<artifactId>guava</artifactId>
405-
<version>33.3.0-jre</version>
410+
<version>33.4.6-jre</version>
406411
</dependency>
407412
<dependency>
408413
<groupId>com.google.code.gson</groupId>
409414
<artifactId>gson</artifactId>
410-
<version>2.11.0</version>
415+
<version>2.12.1</version>
411416
</dependency>
412417
<dependency>
413418
<groupId>org.thymeleaf</groupId>
@@ -423,7 +428,7 @@
423428
<dependency>
424429
<groupId>commons-codec</groupId>
425430
<artifactId>commons-codec</artifactId>
426-
<version>1.17.2</version>
431+
<version>1.18.0</version>
427432
</dependency>
428433

429434
<dependency>
@@ -445,7 +450,7 @@
445450
<dependency>
446451
<groupId>org.yaml</groupId>
447452
<artifactId>snakeyaml</artifactId>
448-
<version>2.3</version>
453+
<version>2.4</version>
449454
</dependency>
450455

451456
<dependency>
@@ -479,7 +484,7 @@
479484
<plugin>
480485
<groupId>org.apache.maven.plugins</groupId>
481486
<artifactId>maven-compiler-plugin</artifactId>
482-
<version>3.13.0</version>
487+
<version>3.14.0</version>
483488
</plugin>
484489
<plugin>
485490
<groupId>org.apache.maven.plugins</groupId>
@@ -547,12 +552,12 @@
547552
<plugin>
548553
<groupId>org.apache.maven.plugins</groupId>
549554
<artifactId>maven-clean-plugin</artifactId>
550-
<version>3.4.0</version>
555+
<version>3.4.1</version>
551556
</plugin>
552557
<plugin>
553558
<groupId>net.revelc.code.formatter</groupId>
554559
<artifactId>formatter-maven-plugin</artifactId>
555-
<version>2.24.1</version>
560+
<version>2.26.0</version>
556561
</plugin>
557562
<plugin>
558563
<groupId>net.revelc.code</groupId>
@@ -592,12 +597,12 @@
592597
<plugin>
593598
<groupId>com.github.spotbugs</groupId>
594599
<artifactId>spotbugs-maven-plugin</artifactId>
595-
<version>4.8.6.6</version>
600+
<version>4.9.3.0</version>
596601
</plugin>
597602
<plugin>
598603
<groupId>org.apache.maven.plugins</groupId>
599604
<artifactId>maven-project-info-reports-plugin</artifactId>
600-
<version>3.8.0</version>
605+
<version>3.9.0</version>
601606
</plugin>
602607
<plugin>
603608
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)