Skip to content

Commit c10be06

Browse files
authored
Merge branch '1.2' into dependabot/maven/1.2/plugins-d650987051
2 parents a80519f + becc237 commit c10be06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<antlr.version>4.13.2</antlr.version>
2323
<caffeine.version>3.2.2</caffeine.version>
2424
<commons.codec.version>1.19.0</commons.codec.version>
25-
<commons.cli.version>1.9.0</commons.cli.version>
25+
<commons.cli.version>1.10.0</commons.cli.version>
2626
<commons.io.version>2.20.0</commons.io.version>
2727
<commons.rdf.version>0.5.0</commons.rdf.version>
2828
<guava.version>33.4.8-jre</guava.version>

spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.springframework</groupId>
9797
<artifactId>spring-web</artifactId>
98-
<version>6.2.10</version>
98+
<version>6.2.11</version>
9999
<scope>provided</scope>
100100
</dependency>
101101
</dependencies>
@@ -107,7 +107,7 @@
107107
<jdk>[17,)</jdk>
108108
</activation>
109109
<properties>
110-
<spring.security.version>6.5.3</spring.security.version>
110+
<spring.security.version>6.5.4</spring.security.version>
111111
</properties>
112112
</profile>
113113
</profiles>

0 commit comments

Comments
 (0)