This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/app/org.springframework-spring-web-6.0.0 in repository https://gitbox.apache.org/repos/asf/roller.git
discard c20d44478 Bump spring-web from 5.3.20 to 6.0.0 in /app add e66a2a86f Start Derby from Java so that tests can be run without Maven, e.g. within an IDE debugger. add efb1f71e3 Cleanups add 928e031e7 Restore autocommit logic. add 935bf28f5 Merge pull request #121 from snoopdave/tests-without-mvn add 4b68db5c9 inmemdb still needed by it-selenium. add 0bb29eaef workflow updates: test-summary, bump matrix to JDK 20, version updates. add b97238ae2 minor dependency updates. add f60e75f9c added missing before/after test annotations. add 5b6cbbf3a Merge pull request #119 from mbien/dependency_updates_2 add bddffbb98 Bump spring-web from 5.3.20 to 6.0.0 in /app This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c20d44478) \ N -- N -- N refs/heads/dependabot/maven/app/org.springframework-spring-web-6.0.0 (bddffbb98) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 11 +- .github/workflows/main.yml | 44 ++++---- README.md | 2 +- app/pom.xml | 31 +++--- .../business/startup/SQLScriptRunner.java | 2 +- app/src/main/resources/sql/droptables.sql | 9 +- app/src/main/webapp/WEB-INF/jsps/tiles/head.jsp | 8 +- .../java/org/apache/roller/util/DerbyManager.java | 120 +++++++++++++++++++++ .../org/apache/roller/weblogger/TestUtils.java | 11 ++ .../roller/weblogger/business/CommentTest.java | 6 +- .../roller/weblogger/business/MediaFileTest.java | 5 +- app/src/test/resources/roller-custom.properties | 2 +- assembly-release/pom.xml | 2 +- assembly-release/sign-release.sh | 4 +- it-selenium/pom.xml | 2 +- pom.xml | 26 ++--- 16 files changed, 212 insertions(+), 73 deletions(-) create mode 100644 app/src/test/java/org/apache/roller/util/DerbyManager.java rename app/src/{main => test}/java/org/apache/roller/weblogger/TestUtils.java (98%)