Skip to content

Commit ddd22a9

Browse files
committed
build: version bump
1 parent 2c2899b commit ddd22a9

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

handlebars-maven-plugin/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,38 +35,38 @@
3535
<dependency>
3636
<groupId>org.apache.maven</groupId>
3737
<artifactId>maven-plugin-api</artifactId>
38-
<version>3.9.8</version>
38+
<version>3.9.15</version>
3939
</dependency>
4040

4141
<dependency>
4242
<groupId>org.apache.maven</groupId>
4343
<artifactId>maven-core</artifactId>
44-
<version>3.9.8</version>
44+
<version>3.9.15</version>
4545
</dependency>
4646

4747
<dependency>
4848
<groupId>org.apache.maven.plugin-tools</groupId>
4949
<artifactId>maven-plugin-annotations</artifactId>
50-
<version>3.13.1</version>
50+
<version>3.15.2</version>
5151
<scope>provided</scope>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>org.codehaus.plexus</groupId>
5656
<artifactId>plexus-utils</artifactId>
57-
<version>4.0.1</version>
57+
<version>4.0.3</version>
5858
</dependency>
5959

6060
<dependency>
6161
<groupId>org.codehaus.plexus</groupId>
6262
<artifactId>plexus-xml</artifactId>
63-
<version>4.0.4</version>
63+
<version>4.1.1</version>
6464
</dependency>
6565

6666
<dependency>
6767
<groupId>com.google.javascript</groupId>
6868
<artifactId>closure-compiler</artifactId>
69-
<version>v20240317</version>
69+
<version>v20260429</version>
7070
</dependency>
7171

7272
<!-- Test dependencies -->

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
<dependency>
6565
<groupId>org.apache.commons</groupId>
6666
<artifactId>commons-lang3</artifactId>
67-
<version>3.18.0</version>
67+
<version>3.20.0</version>
6868
</dependency>
6969

7070
<dependency>
7171
<groupId>org.apache.commons</groupId>
7272
<artifactId>commons-text</artifactId>
73-
<version>1.14.0</version>
73+
<version>1.15.0</version>
7474
</dependency>
7575

7676
<dependency>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>ch.qos.logback</groupId>
113113
<artifactId>logback-classic</artifactId>
114-
<version>1.5.18</version>
114+
<version>1.5.32</version>
115115
</dependency>
116116

117117
<dependency>
@@ -129,7 +129,7 @@
129129
<dependency>
130130
<groupId>org.yaml</groupId>
131131
<artifactId>snakeyaml</artifactId>
132-
<version>2.4</version>
132+
<version>2.6</version>
133133
</dependency>
134134

135135
<dependency>
@@ -486,11 +486,11 @@
486486
<properties>
487487
<!-- Encoding UTF-8 -->
488488
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
489-
<jackson2-version>2.19.2</jackson2-version>
489+
<jackson2-version>2.21.3</jackson2-version>
490490
<spring.version>6.2.9</spring.version>
491491
<jacoco.version>0.8.12</jacoco.version>
492492
<antlr-version>4.13.1</antlr-version>
493-
<mockito.version>5.18.0</mockito.version>
493+
<mockito.version>5.23.0</mockito.version>
494494
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format>
495495
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
496496
<timestamp>${maven.build.timestamp}</timestamp>

0 commit comments

Comments
 (0)