Skip to content

Commit cb1f36b

Browse files
authored
Merge pull request #709 from internetarchive/dependabot/maven/minor-and-patch-38ddffcac1
Bump the minor-and-patch group with 25 updates
2 parents fe49a8a + 938c68d commit cb1f36b

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

commons/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>commons-codec</groupId>
5353
<artifactId>commons-codec</artifactId>
54-
<version>1.20.0</version>
54+
<version>1.21.0</version>
5555
<scope>compile</scope>
5656
</dependency>
5757
<dependency>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>dnsjava</groupId>
7777
<artifactId>dnsjava</artifactId>
78-
<version>3.6.3</version>
78+
<version>3.6.4</version>
7979
<scope>compile</scope>
8080
</dependency>
8181
<!--
@@ -208,6 +208,6 @@
208208
</build>
209209
<properties>
210210
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
211-
<spring.version>7.0.2</spring.version>
211+
<spring.version>7.0.3</spring.version>
212212
</properties>
213213
</project>

contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>at.yawk.lz4</groupId>
4646
<artifactId>lz4-java</artifactId>
47-
<version>1.10.2</version>
47+
<version>1.10.3</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.rethinkdb</groupId>

engine/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,17 @@
109109
<dependency>
110110
<groupId>org.webjars.npm</groupId>
111111
<artifactId>codemirror__autocomplete</artifactId>
112-
<version>6.18.6</version>
112+
<version>6.20.0</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.webjars.npm</groupId>
116116
<artifactId>codemirror__commands</artifactId>
117-
<version>6.8.1</version>
117+
<version>6.10.1</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.webjars.npm</groupId>
121121
<artifactId>codemirror__language</artifactId>
122-
<version>6.11.3</version>
122+
<version>6.12.1</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.webjars.npm</groupId>
@@ -139,17 +139,17 @@
139139
<dependency>
140140
<groupId>org.webjars.npm</groupId>
141141
<artifactId>codemirror__state</artifactId>
142-
<version>6.5.2</version>
142+
<version>6.5.4</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.webjars.npm</groupId>
146146
<artifactId>codemirror__view</artifactId>
147-
<version>6.38.1</version>
147+
<version>6.39.11</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.webjars.npm</groupId>
151151
<artifactId>codemirror__lint</artifactId>
152-
<version>6.8.5</version>
152+
<version>6.9.2</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>org.webjars.npm</groupId>
@@ -164,17 +164,17 @@
164164
<dependency>
165165
<groupId>org.webjars.npm</groupId>
166166
<artifactId>lezer__common</artifactId>
167-
<version>1.2.3</version>
167+
<version>1.5.0</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>org.webjars.npm</groupId>
171171
<artifactId>lezer__lr</artifactId>
172-
<version>1.4.2</version>
172+
<version>1.4.7</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.webjars.npm</groupId>
176176
<artifactId>lezer__highlight</artifactId>
177-
<version>1.2.1</version>
177+
<version>1.2.3</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>org.webjars.npm</groupId>
@@ -184,7 +184,7 @@
184184
<dependency>
185185
<groupId>org.webjars.npm</groupId>
186186
<artifactId>style-mod</artifactId>
187-
<version>4.1.2</version>
187+
<version>4.1.3</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>org.webjars.npm</groupId>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,19 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
9898
<dependency>
9999
<groupId>org.junit.jupiter</groupId>
100100
<artifactId>junit-jupiter</artifactId>
101-
<version>6.0.1</version>
101+
<version>6.0.2</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.apache.groovy</groupId>
105105
<artifactId>groovy-bom</artifactId>
106-
<version>5.0.3</version>
106+
<version>5.0.4</version>
107107
<type>pom</type>
108108
<scope>import</scope>
109109
</dependency>
110110
<dependency>
111111
<groupId>com.fasterxml.jackson</groupId>
112112
<artifactId>jackson-bom</artifactId>
113-
<version>2.20.1</version>
113+
<version>2.21.0</version>
114114
<type>pom</type>
115115
<scope>import</scope>
116116
</dependency>
@@ -357,7 +357,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
357357
<plugin>
358358
<groupId>org.apache.maven.plugins</groupId>
359359
<artifactId>maven-compiler-plugin</artifactId>
360-
<version>3.14.1</version>
360+
<version>3.15.0</version>
361361
<configuration>
362362
<!-- Retain method parameter names. This is required for some autowiring like AbstractFrontier.setScope()
363363
https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.1-Release-Notes#parameter-name-retention -->
@@ -403,7 +403,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
403403
<plugin>
404404
<groupId>org.codehaus.mojo</groupId>
405405
<artifactId>versions-maven-plugin</artifactId>
406-
<version>2.20.1</version>
406+
<version>2.21.0</version>
407407
<configuration>
408408
<ruleSet>
409409
<ignoreVersions>
@@ -426,7 +426,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
426426
<build.timestamp>${maven.build.timestamp}</build.timestamp>
427427
<doclint>none</doclint>
428428
<additionalparam>-Xdoclint:none</additionalparam>
429-
<jetty.version>12.0.31</jetty.version>
429+
<jetty.version>12.0.32</jetty.version>
430430
<maven.compiler.target>17</maven.compiler.target>
431431
<maven.compiler.source>17</maven.compiler.source>
432432
<maven.compiler.release>17</maven.compiler.release>
@@ -439,7 +439,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
439439
<plugin>
440440
<groupId>org.sonatype.central</groupId>
441441
<artifactId>central-publishing-maven-plugin</artifactId>
442-
<version>0.9.0</version>
442+
<version>0.10.0</version>
443443
<extensions>true</extensions>
444444
<configuration>
445445
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)