Skip to content

Commit 1cc406c

Browse files
authored
config: spring 6.0.11 (#2300)
2 parents 437bca3 + ab3cedc commit 1cc406c

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

pom-dependency-tree.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
ai.elimu:webapp:war:2.6.98-SNAPSHOT
1+
ai.elimu:webapp:war:2.6.99-SNAPSHOT
22
+- ai.elimu:model:jar:model-2.0.114:compile
33
| \- com.google.code.gson:gson:jar:2.13.1:compile
44
| \- com.google.errorprone:error_prone_annotations:jar:2.38.0:compile
5-
+- org.springframework:spring-context:jar:6.0.9:compile
6-
| +- org.springframework:spring-aop:jar:6.0.9:compile
7-
| +- org.springframework:spring-beans:jar:6.0.9:compile
8-
| +- org.springframework:spring-core:jar:6.0.9:compile
9-
| | \- org.springframework:spring-jcl:jar:6.0.9:compile
10-
| \- org.springframework:spring-expression:jar:6.0.9:compile
11-
+- org.springframework:spring-orm:jar:6.0.9:compile
12-
| +- org.springframework:spring-jdbc:jar:6.0.9:compile
13-
| \- org.springframework:spring-tx:jar:6.0.9:compile
14-
+- org.springframework:spring-web:jar:6.0.9:compile
15-
| \- io.micrometer:micrometer-observation:jar:1.10.7:compile
16-
| \- io.micrometer:micrometer-commons:jar:1.10.7:compile
17-
+- org.springframework:spring-webmvc:jar:6.0.9:compile
5+
+- org.springframework:spring-context:jar:6.0.11:compile
6+
| +- org.springframework:spring-aop:jar:6.0.11:compile
7+
| +- org.springframework:spring-beans:jar:6.0.11:compile
8+
| +- org.springframework:spring-core:jar:6.0.11:compile
9+
| | \- org.springframework:spring-jcl:jar:6.0.11:compile
10+
| \- org.springframework:spring-expression:jar:6.0.11:compile
11+
+- org.springframework:spring-orm:jar:6.0.11:compile
12+
| +- org.springframework:spring-jdbc:jar:6.0.11:compile
13+
| \- org.springframework:spring-tx:jar:6.0.11:compile
14+
+- org.springframework:spring-web:jar:6.0.11:compile
15+
| \- io.micrometer:micrometer-observation:jar:1.10.9:compile
16+
| \- io.micrometer:micrometer-commons:jar:1.10.9:compile
17+
+- org.springframework:spring-webmvc:jar:6.0.11:compile
1818
+- org.apache.logging.log4j:log4j-api:jar:2.24.3:compile
1919
+- org.apache.logging.log4j:log4j-core:jar:2.24.3:compile
2020
+- org.apache.logging.log4j:log4j-slf4j2-impl:jar:2.24.3:runtime
@@ -118,7 +118,7 @@ ai.elimu:webapp:war:2.6.98-SNAPSHOT
118118
+- org.mockito:mockito-core:jar:5.12.0:test
119119
| +- net.bytebuddy:byte-buddy-agent:jar:1.14.15:test
120120
| \- org.objenesis:objenesis:jar:3.3:test
121-
+- org.springframework:spring-test:jar:6.0.9:test
121+
+- org.springframework:spring-test:jar:6.0.11:test
122122
+- org.seleniumhq.selenium:selenium-java:jar:4.23.1:compile
123123
| +- org.seleniumhq.selenium:selenium-api:jar:4.23.1:compile
124124
| +- org.seleniumhq.selenium:selenium-chrome-driver:jar:4.23.1:compile

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<model.version>2.0.114</model.version>
1313
<hibernate.version>6.1.7.Final</hibernate.version>
1414
<jetty.version>11.0.24</jetty.version>
15-
<spring.version>6.0.9</spring.version>
15+
<spring.version>6.0.11</spring.version>
1616
<surefire-plugin.version>3.1.2</surefire-plugin.version>
1717
<lombok.version>1.18.38</lombok.version>
1818
</properties>

0 commit comments

Comments
 (0)