Skip to content

Commit 0870bca

Browse files
committed
Pull request #199: Upgrade Spring Boot to v3.5.12
Merge in ITB/xml-validator from development to master * commit '64acc8089035c507877c92a79686914e369bad52': Upgrade Spring Boot to v3.5.12
2 parents f739058 + 64acc80 commit 0870bca

1 file changed

Lines changed: 32 additions & 32 deletions

File tree

NOTICE.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ This product depends on software developed by third parties as listed in the fol
8282
| GNU Lesser General Public License (LGPL), Version 2.1 | Openhtmltopdf PDF Rendering (Apache PDF-BOX 3) | io.github.openhtmltopdf:openhtmltopdf-pdfbox | 1.1.37 | https://github.com/openhtmltopdf/openhtmltopdf/openhtmltopdf-pdfbox |
8383
| GNU Lesser General Public License (LGPL), Version 2.1 | Openhtmltopdf slf4j Support | io.github.openhtmltopdf:openhtmltopdf-slf4j | 1.1.37 | https://github.com/openhtmltopdf/openhtmltopdf/openhtmltopdf-slf4j |
8484
| GNU Lesser General Public License (LGPL), Version 2.1 | Openhtmltopdf SVG Support | io.github.openhtmltopdf:openhtmltopdf-svg-support | 1.1.37 | https://github.com/openhtmltopdf/openhtmltopdf/openhtmltopdf-svg-support |
85-
| Apache License, Version 2.0 | micrometer-commons | io.micrometer:micrometer-commons | 1.15.9 | https://github.com/micrometer-metrics/micrometer |
86-
| Apache License, Version 2.0 | micrometer-observation | io.micrometer:micrometer-observation | 1.15.9 | https://github.com/micrometer-metrics/micrometer |
85+
| Apache License, Version 2.0 | micrometer-commons | io.micrometer:micrometer-commons | 1.15.10 | https://github.com/micrometer-metrics/micrometer |
86+
| Apache License, Version 2.0 | micrometer-observation | io.micrometer:micrometer-observation | 1.15.10 | https://github.com/micrometer-metrics/micrometer |
8787
| Apache License, Version 2.0 | swagger-annotations-jakarta | io.swagger.core.v3:swagger-annotations-jakarta | 2.2.25 | https://github.com/swagger-api/swagger-core/modules/swagger-annotations-jakarta |
8888
| Apache License, Version 2.0 | swagger-core-jakarta | io.swagger.core.v3:swagger-core-jakarta | 2.2.25 | https://github.com/swagger-api/swagger-core/modules/swagger-core-jakarta |
8989
| Apache License, Version 2.0 | swagger-models-jakarta | io.swagger.core.v3:swagger-models-jakarta | 2.2.25 | https://github.com/swagger-api/swagger-core/modules/swagger-models-jakarta |
@@ -158,7 +158,7 @@ This product depends on software developed by third parties as listed in the fol
158158
| Eclipse Distribution License - v1.0 | JAXB Runtime | org.glassfish.jaxb:jaxb-runtime | 4.0.6 | https://eclipse-ee4j.github.io/jaxb-ri/ |
159159
| Eclipse Distribution License - v1.0 | TXW2 Runtime | org.glassfish.jaxb:txw2 | 4.0.6 | https://eclipse-ee4j.github.io/jaxb-ri/ |
160160
| Apache License, Version 2.0 | Hibernate Validator Engine | org.hibernate.validator:hibernate-validator | 8.0.3.Final | https://hibernate.org/validator |
161-
| Apache License, Version 2.0 | JBoss Logging 3 | org.jboss.logging:jboss-logging | 3.6.2.Final | https://www.jboss.org |
161+
| Apache License, Version 2.0 | JBoss Logging 3 | org.jboss.logging:jboss-logging | 3.6.3.Final | https://www.jboss.org |
162162
| MIT License | jsoup Java HTML Parser | org.jsoup:jsoup | 1.15.4 | https://jsoup.org/ |
163163
| Apache License, Version 2.0 | JSpecify annotations | org.jspecify:jspecify | 1.0.0 | http://jspecify.org/ |
164164
| The 3-Clause BSD License | asm | org.ow2.asm:asm | 9.7.1 | http://asm.ow2.io/ |
@@ -168,35 +168,35 @@ This product depends on software developed by third parties as listed in the fol
168168
| Apache License, Version 2.0 | springdoc-openapi-starter-common | org.springdoc:springdoc-openapi-starter-common | 2.7.0 | https://springdoc.org/springdoc-openapi-starter-common/ |
169169
| Apache License, Version 2.0 | springdoc-openapi-starter-webmvc-api | org.springdoc:springdoc-openapi-starter-webmvc-api | 2.7.0 | https://springdoc.org/springdoc-openapi-starter-webmvc-api/ |
170170
| Apache License, Version 2.0 | springdoc-openapi-starter-webmvc-ui | org.springdoc:springdoc-openapi-starter-webmvc-ui | 2.7.0 | https://springdoc.org/springdoc-openapi-starter-webmvc-ui/ |
171-
| Apache License, Version 2.0 | Spring AOP | org.springframework:spring-aop | 6.2.16 | https://github.com/spring-projects/spring-framework |
172-
| Apache License, Version 2.0 | Spring Beans | org.springframework:spring-beans | 6.2.16 | https://github.com/spring-projects/spring-framework |
173-
| Apache License, Version 2.0 | Spring Context | org.springframework:spring-context | 6.2.16 | https://github.com/spring-projects/spring-framework |
174-
| Apache License, Version 2.0 | Spring Context Support | org.springframework:spring-context-support | 6.2.16 | https://github.com/spring-projects/spring-framework |
175-
| Apache License, Version 2.0 | Spring Core | org.springframework:spring-core | 6.2.16 | https://github.com/spring-projects/spring-framework |
176-
| Apache License, Version 2.0 | Spring Expression Language (SpEL) | org.springframework:spring-expression | 6.2.16 | https://github.com/spring-projects/spring-framework |
177-
| Apache License, Version 2.0 | Spring Commons Logging Bridge | org.springframework:spring-jcl | 6.2.16 | https://github.com/spring-projects/spring-framework |
178-
| Apache License, Version 2.0 | Spring Web | org.springframework:spring-web | 6.2.16 | https://github.com/spring-projects/spring-framework |
179-
| Apache License, Version 2.0 | Spring Web MVC | org.springframework:spring-webmvc | 6.2.16 | https://github.com/spring-projects/spring-framework |
180-
| Apache License, Version 2.0 | spring-boot | org.springframework.boot:spring-boot | 3.5.11 | https://spring.io/projects/spring-boot |
181-
| Apache License, Version 2.0 | spring-boot-autoconfigure | org.springframework.boot:spring-boot-autoconfigure | 3.5.11 | https://spring.io/projects/spring-boot |
182-
| Apache License, Version 2.0 | spring-boot-starter | org.springframework.boot:spring-boot-starter | 3.5.11 | https://spring.io/projects/spring-boot |
183-
| Apache License, Version 2.0 | spring-boot-starter-aop | org.springframework.boot:spring-boot-starter-aop | 3.5.11 | https://spring.io/projects/spring-boot |
184-
| Apache License, Version 2.0 | spring-boot-starter-json | org.springframework.boot:spring-boot-starter-json | 3.5.11 | https://spring.io/projects/spring-boot |
185-
| Apache License, Version 2.0 | spring-boot-starter-logging | org.springframework.boot:spring-boot-starter-logging | 3.5.11 | https://spring.io/projects/spring-boot |
186-
| Apache License, Version 2.0 | spring-boot-starter-mail | org.springframework.boot:spring-boot-starter-mail | 3.5.11 | https://spring.io/projects/spring-boot |
187-
| Apache License, Version 2.0 | spring-boot-starter-oauth2-client | org.springframework.boot:spring-boot-starter-oauth2-client | 3.5.11 | https://spring.io/projects/spring-boot |
188-
| Apache License, Version 2.0 | spring-boot-starter-security | org.springframework.boot:spring-boot-starter-security | 3.5.11 | https://spring.io/projects/spring-boot |
189-
| Apache License, Version 2.0 | spring-boot-starter-thymeleaf | org.springframework.boot:spring-boot-starter-thymeleaf | 3.5.11 | https://spring.io/projects/spring-boot |
190-
| Apache License, Version 2.0 | spring-boot-starter-tomcat | org.springframework.boot:spring-boot-starter-tomcat | 3.5.11 | https://spring.io/projects/spring-boot |
191-
| Apache License, Version 2.0 | spring-boot-starter-validation | org.springframework.boot:spring-boot-starter-validation | 3.5.11 | https://spring.io/projects/spring-boot |
192-
| Apache License, Version 2.0 | spring-boot-starter-web | org.springframework.boot:spring-boot-starter-web | 3.5.11 | https://spring.io/projects/spring-boot |
193-
| Apache License, Version 2.0 | spring-security-config | org.springframework.security:spring-security-config | 6.5.8 | https://spring.io/projects/spring-security |
194-
| Apache License, Version 2.0 | spring-security-core | org.springframework.security:spring-security-core | 6.5.8 | https://spring.io/projects/spring-security |
195-
| Apache License, Version 2.0 | spring-security-crypto | org.springframework.security:spring-security-crypto | 6.5.8 | https://spring.io/projects/spring-security |
196-
| Apache License, Version 2.0 | spring-security-oauth2-client | org.springframework.security:spring-security-oauth2-client | 6.5.8 | https://spring.io/projects/spring-security |
197-
| Apache License, Version 2.0 | spring-security-oauth2-core | org.springframework.security:spring-security-oauth2-core | 6.5.8 | https://spring.io/projects/spring-security |
198-
| Apache License, Version 2.0 | spring-security-oauth2-jose | org.springframework.security:spring-security-oauth2-jose | 6.5.8 | https://spring.io/projects/spring-security |
199-
| Apache License, Version 2.0 | spring-security-web | org.springframework.security:spring-security-web | 6.5.8 | https://spring.io/projects/spring-security |
171+
| Apache License, Version 2.0 | Spring AOP | org.springframework:spring-aop | 6.2.17 | https://github.com/spring-projects/spring-framework |
172+
| Apache License, Version 2.0 | Spring Beans | org.springframework:spring-beans | 6.2.17 | https://github.com/spring-projects/spring-framework |
173+
| Apache License, Version 2.0 | Spring Context | org.springframework:spring-context | 6.2.17 | https://github.com/spring-projects/spring-framework |
174+
| Apache License, Version 2.0 | Spring Context Support | org.springframework:spring-context-support | 6.2.17 | https://github.com/spring-projects/spring-framework |
175+
| Apache License, Version 2.0 | Spring Core | org.springframework:spring-core | 6.2.17 | https://github.com/spring-projects/spring-framework |
176+
| Apache License, Version 2.0 | Spring Expression Language (SpEL) | org.springframework:spring-expression | 6.2.17 | https://github.com/spring-projects/spring-framework |
177+
| Apache License, Version 2.0 | Spring Commons Logging Bridge | org.springframework:spring-jcl | 6.2.17 | https://github.com/spring-projects/spring-framework |
178+
| Apache License, Version 2.0 | Spring Web | org.springframework:spring-web | 6.2.17 | https://github.com/spring-projects/spring-framework |
179+
| Apache License, Version 2.0 | Spring Web MVC | org.springframework:spring-webmvc | 6.2.17 | https://github.com/spring-projects/spring-framework |
180+
| Apache License, Version 2.0 | spring-boot | org.springframework.boot:spring-boot | 3.5.12 | https://spring.io/projects/spring-boot |
181+
| Apache License, Version 2.0 | spring-boot-autoconfigure | org.springframework.boot:spring-boot-autoconfigure | 3.5.12 | https://spring.io/projects/spring-boot |
182+
| Apache License, Version 2.0 | spring-boot-starter | org.springframework.boot:spring-boot-starter | 3.5.12 | https://spring.io/projects/spring-boot |
183+
| Apache License, Version 2.0 | spring-boot-starter-aop | org.springframework.boot:spring-boot-starter-aop | 3.5.12 | https://spring.io/projects/spring-boot |
184+
| Apache License, Version 2.0 | spring-boot-starter-json | org.springframework.boot:spring-boot-starter-json | 3.5.12 | https://spring.io/projects/spring-boot |
185+
| Apache License, Version 2.0 | spring-boot-starter-logging | org.springframework.boot:spring-boot-starter-logging | 3.5.12 | https://spring.io/projects/spring-boot |
186+
| Apache License, Version 2.0 | spring-boot-starter-mail | org.springframework.boot:spring-boot-starter-mail | 3.5.12 | https://spring.io/projects/spring-boot |
187+
| Apache License, Version 2.0 | spring-boot-starter-oauth2-client | org.springframework.boot:spring-boot-starter-oauth2-client | 3.5.12 | https://spring.io/projects/spring-boot |
188+
| Apache License, Version 2.0 | spring-boot-starter-security | org.springframework.boot:spring-boot-starter-security | 3.5.12 | https://spring.io/projects/spring-boot |
189+
| Apache License, Version 2.0 | spring-boot-starter-thymeleaf | org.springframework.boot:spring-boot-starter-thymeleaf | 3.5.12 | https://spring.io/projects/spring-boot |
190+
| Apache License, Version 2.0 | spring-boot-starter-tomcat | org.springframework.boot:spring-boot-starter-tomcat | 3.5.12 | https://spring.io/projects/spring-boot |
191+
| Apache License, Version 2.0 | spring-boot-starter-validation | org.springframework.boot:spring-boot-starter-validation | 3.5.12 | https://spring.io/projects/spring-boot |
192+
| Apache License, Version 2.0 | spring-boot-starter-web | org.springframework.boot:spring-boot-starter-web | 3.5.12 | https://spring.io/projects/spring-boot |
193+
| Apache License, Version 2.0 | spring-security-config | org.springframework.security:spring-security-config | 6.5.9 | https://spring.io/projects/spring-security |
194+
| Apache License, Version 2.0 | spring-security-core | org.springframework.security:spring-security-core | 6.5.9 | https://spring.io/projects/spring-security |
195+
| Apache License, Version 2.0 | spring-security-crypto | org.springframework.security:spring-security-crypto | 6.5.9 | https://spring.io/projects/spring-security |
196+
| Apache License, Version 2.0 | spring-security-oauth2-client | org.springframework.security:spring-security-oauth2-client | 6.5.9 | https://spring.io/projects/spring-security |
197+
| Apache License, Version 2.0 | spring-security-oauth2-core | org.springframework.security:spring-security-oauth2-core | 6.5.9 | https://spring.io/projects/spring-security |
198+
| Apache License, Version 2.0 | spring-security-oauth2-jose | org.springframework.security:spring-security-oauth2-jose | 6.5.9 | https://spring.io/projects/spring-security |
199+
| Apache License, Version 2.0 | spring-security-web | org.springframework.security:spring-security-web | 6.5.9 | https://spring.io/projects/spring-security |
200200
| Apache License, Version 2.0 | thymeleaf | org.thymeleaf:thymeleaf | 3.1.3.RELEASE | http://www.thymeleaf.org/thymeleaf-lib/thymeleaf |
201201
| Apache License, Version 2.0 | thymeleaf-spring6 | org.thymeleaf:thymeleaf-spring6 | 3.1.3.RELEASE | http://www.thymeleaf.org/thymeleaf-lib/thymeleaf-spring6 |
202202
| Apache License, Version 2.0 | unbescape | org.unbescape:unbescape | 1.1.6.RELEASE | http://www.unbescape.org |

0 commit comments

Comments
 (0)