Skip to content

Bump the maven group across 10 directories with 13 updates - #12

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/parent-boot-3/maven-d46a8943e5
Open

Bump the maven group across 10 directories with 13 updates#12
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/parent-boot-3/maven-d46a8943e5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown

Bumps the maven group with 1 update in the /parent-boot-3 directory: ch.qos.logback:logback-classic.
Bumps the maven group with 1 update in the /mybatis directory: ch.qos.logback:logback-classic.
Bumps the maven group with 2 updates in the /mustache directory: ch.qos.logback:logback-classic and org.webjars:bootstrap.
Bumps the maven group with 2 updates in the /mapstruct directory: ch.qos.logback:logback-classic and org.springframework:spring-context.
Bumps the maven group with 4 updates in the /libraries directory: ch.qos.logback:logback-classic, commons-net:commons-net, org.springframework:spring-web and commons-io:commons-io.
Bumps the maven group with 2 updates in the /libraries-testing directory: ch.qos.logback:logback-classic and org.springframework:spring-web.
Bumps the maven group with 2 updates in the /libraries-server directory: ch.qos.logback:logback-classic and org.apache.tomcat:tomcat-catalina.
Bumps the maven group with 1 update in the /libraries-server-2 directory: ch.qos.logback:logback-classic.
Bumps the maven group with 5 updates in the /libraries-security directory:

Package From To
ch.qos.logback:logback-classic 1.2.7 1.2.13
org.bouncycastle:bcprov-jdk15on 1.68 1.70
org.bouncycastle:bcpkix-jdk15on 1.68 1.70
org.springframework.security:spring-security-oauth2-authorization-server 1.2.1 1.2.3
org.apache.sshd:sshd-core 2.5.1 2.7.0

Bumps the maven group with 3 updates in the /libraries-reporting directory: ch.qos.logback:logback-classic, org.springframework:spring-context and net.sf.jasperreports:jasperreports.

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates org.webjars:bootstrap from 3.3.7 to 5.0.0

Commits
  • e3bbb1b [maven-release-plugin] prepare release bootstrap-5.0.0
  • 36f2729 bump to 5.0.0 - fixes #158
  • f69c7e1 [maven-release-plugin] prepare for next development iteration
  • 34ce27d [maven-release-plugin] prepare release bootstrap-5.0.0-beta3
  • aa1cfa8 [maven-release-plugin] prepare for next development iteration
  • cf9581f [maven-release-plugin] prepare release bootstrap-5.0.0-beta2
  • 1887130 bump to 5.0.0-beta2 - fixes #150
  • 002ec51 [maven-release-plugin] prepare for next development iteration
  • 38aaf15 [maven-release-plugin] prepare release bootstrap-4.6.0
  • 6fa162a bump to 4.6.0 - fixes #148
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates org.springframework:spring-context from 4.3.4.RELEASE to 6.1.20

Release notes

Sourced from org.springframework:spring-context's releases.

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677 #34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18 #34899

v6.1.19

⭐ New Features

  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34618

🐞 Bug Fixes

  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #34698
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
  • @Configuration classes can no longer be abstract without @Bean methods #34689
  • Generated-code for LinkedHashMap is missing static keyword #34661
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619

📔 Documentation

  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType #34631
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #34626
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34620

v6.1.18

⭐ New Features

  • Avoid unnecessary CGLIB processing on configuration classes #34487
  • Inconsistent default class loaders in hint classes #34473

🐞 Bug Fixes

  • DefaultManagedTaskExecutor throws java.lang.UnsupportedOperationException: isShutdown when rejecting tasks #34515
  • Endless loop with DataSourceUtils in spring-jdbc #34497
  • MockHttpServletResponse - handle multiple values for Content-Language header #34491

... (truncated)

Commits
  • 1f9c59b Release v6.1.20
  • edfcc6f Make use of PatternMatchUtils ignoreCase option
  • f93132b Add missing @​since tags in PatternMatchUtils
  • 6ab4c84 Upgrade to Reactor 2023.0.18
  • d5fca0d Upgrade to Jetty 12.0.21, Netty 4.1.121, Apache HttpClient 5.4.4, Checkstyle ...
  • cbb9419 Clarify CompositePropertySource behavior for EnumerablePropertySource contract
  • 5b5e2b6 Fix HttpClient 5.3.x request config compatibility
  • a5b0399 Polishing
  • 71f2725 Try loadClass on LinkageError in case of same ClassLoader as well
  • daee9f1 Reinstate the @⁠Inject Technology Compatibility Kit (TCK)
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates commons-net:commons-net from 3.6 to 3.9.0

Updates org.springframework:spring-web from 4.3.8.RELEASE to 6.1.21

Release notes

Sourced from org.springframework:spring-web's releases.

v6.1.21

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #35035
  • Allow update of existing WebSession after max sessions limit is reached #35018
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.19 #35022

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677 #34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18 #34899

v6.1.19

⭐ New Features

  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34618

🐞 Bug Fixes

  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #34698
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
  • @Configuration classes can no longer be abstract without @Bean methods #34689
  • Generated-code for LinkedHashMap is missing static keyword #34661
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619

📔 Documentation

  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType #34631
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #34626
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34620

... (truncated)

Commits
  • fa36b34 Release v6.1.21
  • 498ccda Upgrade to Gradle 8.14.2
  • fd68ea6 Encode non-printable character in Content-Disposition parameter
  • 28caa39 Upgrade to Reactor 2023.0.19
  • 8ecc553 Polish contribution
  • cd44efa Allow update of existing WebSession after max sessions limit is reached
  • 59d2895 Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test
  • a876bb4 Polish WebSession support and tests
  • 3b6beca Check for package-visible constructor in case of ClassLoader mismatch
  • 59ffbd7 Test conversion support in PropertySourcesPlaceholderConfigurer
  • Additional commits viewable in compare view

Updates commons-io:commons-io from 2.6 to 2.14.0

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates org.springframework:spring-web from 4.3.8.RELEASE to 6.1.21

Release notes

Sourced from org.springframework:spring-web's releases.

v6.1.21

🐞 Bug Fixes

  • Encode non-printable character in Content-Disposition parameter #35035
  • Allow update of existing WebSession after max sessions limit is reached #35018
  • Enhanced configuration class fails to call package-visible superclass constructor on WebSphere #34951

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.19 #35022

v6.1.20

⭐ New Features

  • Add option for case-insensitive match to PatternMatchUtils #34802

🐞 Bug Fixes

  • HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34854
  • Accidental ClassLoader defineClass enforcement after #34677 #34839

📔 Documentation

  • Clarify CompositePropertySource behavior for EnumerablePropertySource contract #34887

🔨 Dependency Upgrades

  • Upgrade to Reactor 2023.0.18 #34899

v6.1.19

⭐ New Features

  • Suggest compilation with -parameters when AspectJAdviceParameterNameDiscoverer fails against ambiguity #34618

🐞 Bug Fixes

  • PropertyBatchUpdateException: causes of nested PropertyAccessExceptions not shown in output #34698
  • Change in Jar usecache behavior with Spring 6.1.x causing java.lang.IllegalStateException: zip file closed #34694
  • Startup performance regression due to CGLIB class load attempts in Spring 6.1.x #34693
  • IllegalAccessError for package-private member of AzureStorageConfiguration on WebSphere #34690
  • @Configuration classes can no longer be abstract without @Bean methods #34689
  • Generated-code for LinkedHashMap is missing static keyword #34661
  • AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34619

📔 Documentation

  • Add javadoc notes on potential exception suppression in ListableBeanFactory#getBeansOfType #34631
  • Remove remaining references to Forwarded headers in MvcUriComponentsBuilder #34626
  • MvcUriComponentsBuilder javadocs inaccurately reflects usage of forwarded headers #34620

... (truncated)

Commits
  • fa36b34 Release v6.1.21
  • 498ccda Upgrade to Gradle 8.14.2
  • fd68ea6 Encode non-printable character in Content-Disposition parameter
  • 28caa39 Upgrade to Reactor 2023.0.19
  • 8ecc553 Polish contribution
  • cd44efa Allow update of existing WebSession after max sessions limit is reached
  • 59d2895 Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test
  • a876bb4 Polish WebSession support and tests
  • 3b6beca Check for package-visible constructor in case of ClassLoader mismatch
  • 59ffbd7 Test conversion support in PropertySourcesPlaceholderConfigurer
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates org.apache.tomcat:tomcat-catalina from 8.5.24 to 9.0.118

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-classic from 1.2.7 to 1.2.13

Commits

Updates ch.qos.logback:logback-core from 1.2.7 to 1.2.13

Commits

Updates org.bouncycastle:bcprov-jdk15on from 1.68 to 1.70

Changelog

Sourced from org.bouncycastle:bcprov-jdk15on's changelog.

... (truncated)

Commits

Updates org.bouncycastle:bcpkix-jdk15on from 1.68 to 1.70

Changelog

Sourced from org.bouncycastle:bcpkix-jdk15on's changelog.

... (truncated)

Commits

Updates org.bouncycastle:bcpkix-jdk15on from 1.68 to 1.70

Changelog

Sourced from org.bouncycastle:bcpkix-jdk15on's changelog.

... (truncated)

Commits

Updates org.springframework.security:spring-security-oauth2-authorization-server from 1.2.1 to 1.2.3

Release notes

Sourced from org.springframework.security:spring-security-oauth2-authorization-server's releases.

1.2.3

🔨 Dependency Upgrades

  • Update to jackson-bom 2.16.2 #1570
  • Update to junit-jupiter 5.10.2 #1571
  • Update to Spring Framework 6.1.5 #1568
  • Update to Spring Security 6.2.3 #1569

1.2.2

🪲 Bug Fixes

  • Update application.yml in Getting Started guide #1521

🔨 Dependency Upgrades

  • Update to Spring Boot 3.2.2 #1528
  • Update to spring-security-release-plugin 1.0.1 #1493

:heart...

Description has been truncated

Bumps the maven group with 1 update in the /parent-boot-3 directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).
Bumps the maven group with 1 update in the /mybatis directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).
Bumps the maven group with 2 updates in the /mustache directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.webjars:bootstrap](https://github.com/webjars/bootstrap).
Bumps the maven group with 2 updates in the /mapstruct directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.springframework:spring-context](https://github.com/spring-projects/spring-framework).
Bumps the maven group with 4 updates in the /libraries directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), commons-net:commons-net, [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) and commons-io:commons-io.
Bumps the maven group with 2 updates in the /libraries-testing directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.springframework:spring-web](https://github.com/spring-projects/spring-framework).
Bumps the maven group with 2 updates in the /libraries-server directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.apache.tomcat:tomcat-catalina.
Bumps the maven group with 1 update in the /libraries-server-2 directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback).
Bumps the maven group with 5 updates in the /libraries-security directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.7` | `1.2.13` |
| [org.bouncycastle:bcprov-jdk15on](https://github.com/bcgit/bc-java) | `1.68` | `1.70` |
| [org.bouncycastle:bcpkix-jdk15on](https://github.com/bcgit/bc-java) | `1.68` | `1.70` |
| [org.springframework.security:spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server) | `1.2.1` | `1.2.3` |
| [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) | `2.5.1` | `2.7.0` |

Bumps the maven group with 3 updates in the /libraries-reporting directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) and [net.sf.jasperreports:jasperreports](https://github.com/Jaspersoft/jasperreports).


Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `org.webjars:bootstrap` from 3.3.7 to 5.0.0
- [Commits](webjars/bootstrap@bootstrap-3.3.7...bootstrap-5.0.0)

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `org.springframework:spring-context` from 4.3.4.RELEASE to 6.1.20
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.4.RELEASE...v6.1.20)

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `commons-net:commons-net` from 3.6 to 3.9.0

Updates `org.springframework:spring-web` from 4.3.8.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.8.RELEASE...v6.1.21)

Updates `commons-io:commons-io` from 2.6 to 2.14.0

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `org.springframework:spring-web` from 4.3.8.RELEASE to 6.1.21
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.8.RELEASE...v6.1.21)

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `org.apache.tomcat:tomcat-catalina` from 8.5.24 to 9.0.118

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `org.bouncycastle:bcprov-jdk15on` from 1.68 to 1.70
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk15on` from 1.68 to 1.70
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk15on` from 1.68 to 1.70
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.springframework.security:spring-security-oauth2-authorization-server` from 1.2.1 to 1.2.3
- [Release notes](https://github.com/spring-projects/spring-authorization-server/releases)
- [Commits](spring-attic/spring-authorization-server@1.2.1...1.2.3)

Updates `org.apache.sshd:sshd-core` from 2.5.1 to 2.7.0
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.5.1...sshd-2.7.0)

Updates `ch.qos.logback:logback-classic` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `ch.qos.logback:logback-core` from 1.2.7 to 1.2.13
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.2.7...v_1.2.13)

Updates `org.springframework:spring-context` from 5.3.25 to 6.1.20
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.4.RELEASE...v6.1.20)

Updates `org.springframework:spring-web` from 5.3.25 to 6.1.20
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v4.3.8.RELEASE...v6.1.21)

Updates `net.sf.jasperreports:jasperreports` from 6.20.0 to 7.0.7
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
- [Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
- [Commits](Jaspersoft/jasperreports@6.20.0...7.0.7)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.webjars:bootstrap
  dependency-version: 5.0.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-context
  dependency-version: 6.1.20
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-net:commons-net
  dependency-version: 3.9.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-version: 6.1.21
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-io:commons-io
  dependency-version: 2.14.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-version: 6.1.21
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomcat:tomcat-catalina
  dependency-version: 9.0.118
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.bouncycastle:bcprov-jdk15on
  dependency-version: '1.70'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.bouncycastle:bcpkix-jdk15on
  dependency-version: '1.70'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.bouncycastle:bcpkix-jdk15on
  dependency-version: '1.70'
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.security:spring-security-oauth2-authorization-server
  dependency-version: 1.2.3
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.sshd:sshd-core
  dependency-version: 2.7.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.2.13
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-context
  dependency-version: 6.1.20
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework:spring-web
  dependency-version: 6.1.20
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: net.sf.jasperreports:jasperreports
  dependency-version: 7.0.7
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants