Skip to content

Commit bb6beae

Browse files
committed
build: dependency upgrades
1 parent a5ccf61 commit bb6beae

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

handlebars/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<dependency>
203203
<groupId>org.junit.platform</groupId>
204204
<artifactId>junit-platform-suite</artifactId>
205-
<version>1.10.3</version>
205+
<version>1.13.4</version>
206206
<scope>test</scope>
207207
</dependency>
208208

pom.xml

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.apache.commons</groupId>
7272
<artifactId>commons-text</artifactId>
73-
<version>1.12.0</version>
73+
<version>1.14.0</version>
7474
</dependency>
7575

7676
<dependency>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>org.slf4j</groupId>
9191
<artifactId>slf4j-api</artifactId>
92-
<version>2.0.13</version>
92+
<version>2.0.17</version>
9393
</dependency>
9494

9595
<!-- Servlet API -->
@@ -111,13 +111,7 @@
111111
<dependency>
112112
<groupId>ch.qos.logback</groupId>
113113
<artifactId>logback-classic</artifactId>
114-
<version>1.5.6</version>
115-
</dependency>
116-
117-
<dependency>
118-
<groupId>org.junit.jupiter</groupId>
119-
<artifactId>junit-jupiter-api</artifactId>
120-
<version>${junit.version}</version>
114+
<version>1.5.18</version>
121115
</dependency>
122116

123117
<dependency>
@@ -135,7 +129,7 @@
135129
<dependency>
136130
<groupId>org.yaml</groupId>
137131
<artifactId>snakeyaml</artifactId>
138-
<version>2.2</version>
132+
<version>2.4</version>
139133
</dependency>
140134

141135
<dependency>
@@ -156,7 +150,7 @@
156150
<plugins>
157151
<plugin>
158152
<artifactId>maven-compiler-plugin</artifactId>
159-
<version>3.13.0</version>
153+
<version>3.14.0</version>
160154
</plugin>
161155

162156
<plugin>
@@ -168,7 +162,7 @@
168162
<plugin>
169163
<groupId>org.apache.maven.plugins</groupId>
170164
<artifactId>maven-javadoc-plugin</artifactId>
171-
<version>3.7.0</version>
165+
<version>3.11.2</version>
172166
<configuration>
173167
<excludePackageNames>com.github.jknack.handlebars.internal.*</excludePackageNames>
174168
<show>public</show>
@@ -189,7 +183,7 @@
189183
<plugin>
190184
<groupId>org.apache.maven.plugins</groupId>
191185
<artifactId>maven-surefire-plugin</artifactId>
192-
<version>3.3.0</version>
186+
<version>3.5.3</version>
193187
<configuration>
194188
<!-- set default locale of the test JVM to en_US because some tests expect e.g. the dollar sign as currency symbol -->
195189
<argLine>-Duser.language=en -Duser.country=US</argLine>
@@ -494,8 +488,8 @@
494488
<properties>
495489
<!-- Encoding UTF-8 -->
496490
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
497-
<jackson2-version>2.17.1</jackson2-version>
498-
<spring.version>6.1.10</spring.version>
491+
<jackson2-version>2.19.2</jackson2-version>
492+
<spring.version>6.2.9</spring.version>
499493
<jacoco.version>0.8.12</jacoco.version>
500494
<antlr-version>4.13.1</antlr-version>
501495
<mockito.version>5.12.0</mockito.version>
@@ -508,6 +502,6 @@
508502
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
509503
<pre-commit-hook>src${file.separator}etc${file.separator}formatter.sh</pre-commit-hook>
510504
<mustache-specs>handlebars${file.separator}src${file.separator}test${file.separator}resources${file.separator}mustache</mustache-specs>
511-
<junit.version>5.10.3</junit.version>
505+
<junit.version>5.13.4</junit.version>
512506
</properties>
513507
</project>

0 commit comments

Comments
 (0)