Skip to content

Commit f322e30

Browse files
committed
update deps
1 parent 720fe57 commit f322e30

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
1818
<dependency.spring.version>6.2.17</dependency.spring.version>
1919
<spring.security.version>6.4.13</spring.security.version>
20-
<jdbc.postgresql.version>42.7.9</jdbc.postgresql.version>
20+
<jdbc.postgresql.version>42.7.10</jdbc.postgresql.version>
2121
<scala.version>3.8.2</scala.version>
2222
<scala.suffix>3</scala.suffix>
2323
<activemq.version>6.2.1</activemq.version>
@@ -34,7 +34,7 @@
3434
<twemoji.version>16.0.1</twemoji.version>
3535
<sttp.version>3.11.0</sttp.version>
3636
<flexmark.version>0.64.8</flexmark.version>
37-
<jackson.version>2.21.1</jackson.version>
37+
<jackson.version>2.21.2</jackson.version>
3838
</properties>
3939

4040
<dependencies>
@@ -380,7 +380,7 @@
380380
<dependency>
381381
<groupId>org.jsoup</groupId>
382382
<artifactId>jsoup</artifactId>
383-
<version>1.21.2</version>
383+
<version>1.22.1</version>
384384
</dependency>
385385

386386
<dependency>
@@ -575,7 +575,7 @@
575575
<plugin>
576576
<groupId>nl.geodienstencentrum.maven</groupId>
577577
<artifactId>sass-maven-plugin</artifactId>
578-
<version>3.6.0</version>
578+
<version>3.7.2</version>
579579
<executions>
580580
<execution>
581581
<goals>
@@ -739,7 +739,7 @@
739739
<plugin>
740740
<groupId>com.github.blutorange</groupId>
741741
<artifactId>closure-compiler-maven-plugin</artifactId>
742-
<version>2.31.0</version>
742+
<version>2.32.0</version>
743743
<executions>
744744
<execution>
745745
<id>default-minify</id>

0 commit comments

Comments
 (0)