Skip to content

Bump the maven group across 12 directories with 11 updates#1

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/maven-b60ab87be7
Open

Bump the maven group across 12 directories with 11 updates#1
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/maven-b60ab87be7

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 12, 2025

Bumps the maven group with 8 updates in the / directory:

Package From To
junit:junit 4.10 4.13.1
org.json:json 20131018 20231013
org.jboss.resteasy:resteasy-client 3.0.19.Final 3.14.0.Final
org.apache.commons:commons-lang3 3.3.2 3.18.0
org.apache.tomee:apache-tomee 7.0.1 7.0.9
com.h2database:h2 1.3.173 2.2.220
org.jsoup:jsoup 1.9.1 1.15.3
org.hsqldb:hsqldb 2.3.3 2.7.1

Bumps the maven group with 6 updates in the /ejb/embeddable directory:

Package From To
junit:junit 4.10 4.13.1
org.json:json 20131018 20231013
org.jboss.resteasy:resteasy-client 3.0.19.Final 3.14.0.Final
org.apache.commons:commons-lang3 3.3.2 3.18.0
org.apache.tomee:apache-tomee 7.0.1 7.0.9
com.h2database:h2 1.4.191 2.2.220

Bumps the maven group with 1 update in the /extra/camel directory: org.apache.camel:camel-core.
Bumps the maven group with 1 update in the /extra/quartz directory: org.quartz-scheduler:quartz.
Bumps the maven group with 1 update in the /extra/spock-tests directory: org.codehaus.groovy:groovy-all.
Bumps the maven group with 2 updates in the /jaspic/common directory: junit:junit and org.jsoup:jsoup.
Bumps the maven group with 1 update in the /jpa/aggregate-function-in-select directory: org.hsqldb:hsqldb.
Bumps the maven group with 1 update in the /jpa/datasourcedefinition directory: com.h2database:h2.
Bumps the maven group with 1 update in the /jpa/datasourcedefinition-annotation-pu directory: com.h2database:h2.
Bumps the maven group with 1 update in the /jpa/datasourcedefinition-applicationxml-pu directory: com.h2database:h2.
Bumps the maven group with 1 update in the /jpa/datasourcedefinition-webxml-pu directory: com.h2database:h2.
Bumps the maven group with 6 updates in the /test-utils directory:

Package From To
junit:junit 4.11 4.13.1
org.json:json 20131018 20231013
org.jboss.resteasy:resteasy-client 3.0.19.Final 3.14.0.Final
org.apache.commons:commons-lang3 3.3.2 3.18.0
org.apache.tomee:apache-tomee 7.0.1 7.0.9
com.h2database:h2 1.4.191 2.2.220

Updates junit:junit from 4.10 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

JUnit 4.12

Please refer to the release notes for details.

JUnit 4.12 Beta 3

Please refer to the release notes for details.

JUnit 4.12 Beta 2

No release notes provided.

JUnit 4.12 Beta 1

No release notes provided.

JUnit 4.11

No release notes provided.

Commits

Updates org.json:json from 20131018 to 20231013

Release notes

Sourced from org.json:json's releases.

20231013

Pull Request Description
#793 Reverted #761
#792 update the docs for release 20231013
#783 optLong vs getLong inconsistencies
#782 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#779 add validity check for JSONObject constructors
#778 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#776 Update [JUnit to version 4.13.2
#774 Removing unneeded synchronization
#773 Add optJSONArray method to JSONObject with a default value
#772 Disallow nested objects and arrays as keys in objects
#779 Unit test cleanup
#769 Addressed Java 17 compile warnings
#764 Update CodeQL action version
#761 Add module-info
#759 JSON parsing should detect embedded 
#753 Updated new object methods
#752 Fixes possible unit test bug when compiling/testing on Windows

20230618

Pull Request Description
#749 Prep for release 20230618
#740 Fixed Flaky Tests Caused by JSON permutations
#734 Fixed Flaky Tests Caused by JSON permutations
#733 JSONTokener implemented java.io.Closeable
#731 Removing commented out code in JSONObject optDouble()
#729 Refactor ParserConfiguration class hierarchy

20230227

Pull Request Description
#723 Protect JSONML from stack overflow exceptions caused by recursion
#720 Limit the XML nesting depth for CVE-2022-45688
#711 Revert pull 707 - interviewbit spam
#704 Move javadoc comments above the interface definition to make it visible
#703 Update Releases.md for JSONObject(Map): Throws NPE if key is null
#696 Update JSONPointerTest for NonDex compatibility
#694 Pretty print XML
#692 Example.md syntax highlight and indentation
#691 Create unit tests for various number formats

20220924

Pull Request Description
#688 Update copyright to Public Domain
#687 Fix a typo
#685 JSONObject map type unit tests

... (truncated)

Changelog

Sourced from org.json:json's changelog.

20231013 First release with minimum Java version 1.8. Recent commits, including fixes for CVE-2023-5072.

20230618 Final release with Java 1.6 compatibility. Future releases will require Java 1.8 or greater.

20230227 Fix for CVE-2022-45688 and recent commits

20220924 New License - public domain, and some minor updates

20220320 Wrap StackOverflow with JSONException

20211205 Recent commits and some bug fixes for similar()

20210307 Recent commits and potentially breaking fix to JSONPointer

20201115 Recent commits and first release after project structure change

20200518 Recent commits and snapshot before project structure change

20190722 Recent commits

20180813 POM change to include Automatic-Module-Name (#431) JSONObject(Map) now throws an exception if any of a map keys are null (#405)

20180130 Recent commits

20171018 Checkpoint for recent commits.

20170516 Roll up recent commits.

20160810 Revert code that was breaking opt*() methods.

20160807 This release contains a bug in the JSONObject.opt*() and JSONArray.opt*() methods, it is not recommended for use. Java 1.6 compatability fixed, JSONArray.toList() and JSONObject.toMap(), RFC4180 compatibility, JSONPointer, some exception fixes, optional XML type conversion. Contains the latest code as of 7 Aug 2016

20160212 Java 1.6 compatibility, OSGi bundle. Contains the latest code as of 12 Feb 2016.

20151123 JSONObject and JSONArray initialization with generics. Contains the latest code as of 23 Nov 2015.

20150729 Checkpoint for Maven central repository release. Contains the latest code as of 29 July 2015.

Commits

Updates org.jboss.resteasy:resteasy-client from 3.0.19.Final to 3.14.0.Final

Release notes

Sourced from org.jboss.resteasy:resteasy-client's releases.

v3.9.2.Final

In this release:

springboot.ver = 2.5.7 resteasy.ver = 3.15.3.Final

Commits
  • 460ce3e [RESTEASY-2786] 3.14.0-SNAPSHOT->3.14.0.Final
  • 1918547 [RESTEASY-2772] Backing out changes for RESTEASY-2772. (#2627)
  • 2e6bcbe [RESTEASY-2641] ported nonProxyHost code from master (#2624)
  • 685132a [RESTEASY-1865] ported proposed code changes to branch (#2625)
  • 771f2c6 [RESTEASY-2728] Clients running in a resource method throw safer WebApplicati...
  • 3b2dc7e Fix wfly21 exclusions
  • 7f297ab [RESTEASY-2707] added security block
  • 8a394e4 [RESTEASY-2765] Fix validation of empty array
  • 4c656d1 Update target containers to test against WFLY 21.0.1.Final
  • 1f773f3 [RESTEASY-2772] changed exception type and adjusted unit tests
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-lang3 from 3.3.2 to 3.18.0

Updates org.apache.tomee:apache-tomee from 7.0.1 to 7.0.9

Updates com.h2database:h2 from 1.3.173 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates org.jsoup:jsoup from 1.9.1 to 1.15.3

Release notes

Sourced from org.jsoup:jsoup's releases.

jsoup 1.15.3

jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with other bug fixes and improvements, including more descriptive validation error messages.

Details:

jsoup 1.15.2 is out now with a bunch of improvements and bug fixes.

jsoup 1.15.1 is out now with a bunch of improvements and bug fixes.

jsoup 1.14.3

jsoup 1.14.3 is out now, adding native XPath selector support, improved \<template> support, and also includes a bunch of bug fixes, improvements, and performance enhancements.

See the release announcement for the full changelog.

jsoup 1.14.2

Caught by the fuzz! jsoup 1.14.2 is out now, and includes a set of parser bug fixes and improvements for handling rough HTML and XML, as identified by the Jazzer JVM fuzzer. This release also includes other fixes and improvements.

See the release announcement for the full changelog.

jsoup 1.14.1

jsoup 1.14.1 is out now, with simple request session management, increased parse robustness, and a ton of other improvements, speed-ups, and bug fixes.

See the full announcement for all the details on what's changed.

jsoup 1.13.1

See the release notes.

<dependency>
  <!-- jsoup HTML parser library @ https://jsoup.org/ -->
  <groupId>org.jsoup</groupId>
  <artifactId>jsoup</artifactId>
  <version>1.13.1</version>
</dependency>

jsoup-1.12.2

No release notes provided.

Changelog

Sourced from org.jsoup:jsoup's changelog.

jsoup changelog

Release 1.15.3 [2022-Aug-24]

  • Security: fixed an issue where the jsoup cleaner may incorrectly sanitize crafted XSS attempts if SafeList.preserveRelativeLinks is enabled. GHSA-gp7f-rwcx-9369

  • Improvement: the Cleaner will preserve the source position of cleaned elements, if source tracking is enabled in the original parse.

  • Improvement: the error messages output from Validate are more descriptive. Exceptions are now ValidationExceptions (extending IllegalArgumentException). Stack traces do not include the Validate class, to make it simpler to see where the exception originated. Common validation errors including malformed URLs and empty selector results have more explicit error messages.

  • Bugfix: the DataUtil would incorrectly read from InputStreams that emitted reads less than the requested size. This lead to incorrect results when parsing from chunked server responses, for e.g. jhy/jsoup#1807

  • Build Improvement: added implementation version and related fields to the jar manifest. jhy/jsoup#1809

*** Release 1.15.2 [2022-Jul-04]

  • Improvement: added the ability to track the position (line, column, index) in the original input source from where a given node was parsed. Accessible via Node.sourceRange() and Element.endSourceRange(). jhy/jsoup#1790

  • Improvement: added Element.firstElementChild(), Element.lastElementChild(), Node.firstChild(), Node.lastChild(), as convenient accessors to those child nodes and elements.

  • Improvement: added Element.expectFirst(cssQuery), which is just like Element.selectFirst(), but instead of returning a null if there is no match, will throw an IllegalArgumentException. This is useful if you want to simply abort processing if an expected match is not found.

  • Improvement: when pretty-printing HTML, doctypes are emitted on a newline if there is a preceding comment. jhy/jsoup#1664

  • Improvement: when pretty-printing, trim the leading and trailing spaces of textnodes in block tags when possible, so that they are indented correctly. jhy/jsoup#1798

  • Improvement: in Element#selectXpath(), disable namespace awareness. This makes it possible to always select elements by their simple local name, regardless of whether an xmlns attribute was set. jhy/jsoup#1801

  • Bugfix: when using the readToByteBuffer method, such as in Connection.Response.body(), if the document has not already been parsed and must be read fully, and there is any maximum buffer size being applied, only the default internal buffer size is read. jhy/jsoup#1774

... (truncated)

Commits
  • c596417 [maven-release-plugin] prepare release jsoup-1.15.3
  • d2d9ac3 Changelog for URL cleaner improvement
  • 4ea768d Strip control characters from URLs when resolving absolute URLs
  • 985f1fe Include help link for malformed URLs
  • 6b67d05 Improved Validate error messages
  • 653da57 Normalized API doc link
  • 5ed84f6 Simplified the Test Server startup
  • c58112a Set the read size correctly when capped
  • fa13c80 Added jar manifest default implementation entries.
  • 5b19390 Bump maven-resources-plugin from 3.2.0 to 3.3.0 (#1814)
  • Additional commits viewable in compare view

Updates org.hsqldb:hsqldb from 2.3.3 to 2.7.1

Updates junit:junit from 4.10 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

JUnit 4.12

Please refer to the release notes for details.

JUnit 4.12 Beta 3

Please refer to the release notes for details.

JUnit 4.12 Beta 2

No release notes provided.

JUnit 4.12 Beta 1

No release notes provided.

JUnit 4.11

No release notes provided.

Commits

Updates org.json:json from 20131018 to 20231013

Release notes

Sourced from org.json:json's releases.

20231013

Pull Request Description
#793 Reverted #761
#792 update the docs for release 20231013
#783 optLong vs getLong inconsistencies
#782 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#779 add validity check for JSONObject constructors
#778 Fix XMLTest.testIndentComplicatedJsonObjectWithArrayAndWithConfig() for Windows
#776 Update [JUnit to version 4.13.2
#774 Removing unneeded synchronization
#773 Add optJSONArray method to JSONObject with a default value
#772 Disallow nested objects and arrays as keys in objects
#779 Unit test cleanup
#769 Addressed Java 17 compile warnings
#764 Update CodeQL action version
#761 Add module-info
#759 JSON parsing should detect embedded 
#753 Updated new object methods
#752 Fixes possible unit test bug when compiling/testing on Windows

20230618

Pull Request Description
#749 Prep for release 20230618
#740 Fixed Flaky Tests Caused by JSON permutations
#734 Fixed Flaky Tests Caused by JSON permutations
#733 JSONTokener implemented java.io.Closeable
#731 Removing commented out code in JSONObject optDouble()
#729 Refactor ParserConfiguration class hierarchy

20230227

Pull Request Description
#723 Protect JSONML from stack overflow exceptions caused by recursion
#720 Limit the XML nesting depth for CVE-2022-45688
#711 Revert pull 707 - interviewbit spam
#704 Move javadoc comments above the interface definition to make it visible
#703 Update Releases.md for JSONObject(Map): Throws NPE if key is null
#696 Update JSONPointerTest for NonDex compatibility
#694 Pretty print XML
#692 Example.md syntax highlight and indentation
#691 Create unit tests for various number formats

20220924

Pull Request Description
#688 Update copyright to Public Domain
#687 Fix a typo
#685 JSONObject map type unit tests

... (truncated)

Changelog

Sourced from org.json:json's changelog.

20231013 First release with minimum Java version 1.8. Recent commits, including fixes for CVE-2023-5072.

20230618 Final release with Java 1.6 compatibility. Future releases will require Java 1.8 or greater.

20230227 Fix for CVE-2022-45688 and recent commits

20220924 New License - public domain, and some minor updates

20220320 Wrap StackOverflow with JSONException

20211205 Recent commits and some bug fixes for similar()

20210307 Recent commits and potentially breaking fix to JSONPointer

20201115 Recent commits and first release after project structure change

20200518 Recent commits and snapshot before project structure change

20190722 Recent commits

20180813 POM change to include Automatic-Module-Name (#431) JSONObject(Map) now throws an exception if any of a map keys are null (#405)

20180130 Recent commits

20171018 Checkpoint for recent commits.

20170516 Roll up recent commits.

20160810 Revert code that was breaking opt*() methods.

20160807 This release contains a bug in the JSONObject.opt*() and JSONArray.opt*() methods, it is not recommended for use. Java 1.6 compatability fixed, JSONArray.toList() and JSONObject.toMap(), RFC4180 compatibility, JSONPointer, some exception fixes, optional XML type conversion. Contains the latest code as of 7 Aug 2016

20160212 Java 1.6 compatibility, OSGi bundle. Contains the latest code as of 12 Feb 2016.

20151123 JSONObject and JSONArray initialization with generics. Contains the latest code as of 23 Nov 2015.

20150729 Checkpoint for Maven central repository release. Contains the latest code as of 29 July 2015.

Commits

Updates org.jboss.resteasy:resteasy-client from 3.0.19.Final to 3.14.0.Final

Release notes

Sourced from org.jboss.resteasy:resteasy-client's releases.

v3.9.2.Final

In this release:

springboot.ver = 2.5.7 resteasy.ver = 3.15.3.Final

Commits
  • 460ce3e [RESTEASY-2786] 3.14.0-SNAPSHOT->3.14.0.Final
  • 1918547 [RESTEASY-2772] Backing out changes for RESTEASY-2772. (#2627)
  • 2e6bcbe [RESTEASY-2641] ported nonProxyHost code from master (#2624)
  • 685132a [RESTEASY-1865] ported proposed code changes to branch (#2625)
  • 771f2c6 [RESTEASY-2728] Clients running in a resource method throw safer WebApplicati...
  • 3b2dc7e Fix wfly21 exclusions
  • 7f297ab [RESTEASY-2707] added security block
  • 8a394e4 [RESTEASY-2765] Fix validation of empty array
  • 4c656d1 Update target containers to test against WFLY 21.0.1.Final
  • 1f773f3 [RESTEASY-2772] changed exception type and adjusted unit tests
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-lang3 from 3.3.2 to 3.18.0

Updates org.apache.tomee:apache-tomee from 7.0.1 to 7.0.9

Updates com.h2database:h2 from 1.4.191 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates org.apache.camel:camel-core from 2.13.0 to 3.21.4

Updates org.quartz-scheduler:quartz from 2.2.0 to 2.3.2

Release notes

Sourced from org.quartz-scheduler:quartz's releases.

Quartz 2.3.2

This a bug fix release containing fixes for:

  • #508 : Error with H2 1.4.200
  • #505 : CronTrigger.getTriggerBuilder() changes misfire instruction from "ignore misfire" to "smart"
  • #491 : StdJDBCDelegate.selectTriggerToAcquire may not respect maxCount
  • #490 : Return at most maxCount triggers
  • #482 : Update C3P0 version to 0.9.5.4 (CVE-2019-5427)
  • #474 : StdSchedulerFactory ConcurrentModificationException reading system properties
  • #467 : Security: XXE in initDocumentParser

quartz-2.3.1

THIS RELEASE REQUIRES JDK7

  • #294 depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13
  • #316 depen: Updated C3P0 version to 0.9.5.3
  • #147 bugfix: Fix BINARY to BLOG type for job data for hsqldb
  • #156 bugfix: Fix null string used in thread name with DirectSchedulerFactory
  • #159 bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres
  • #146 bugfix: Release BLOCKED triggers in releaseAcquiredTrigger
  • #212 bugfix: QuartzInitializerListener: fix a typo
  • #193 bugfix: Job execution context impl returns incorrect recovering job key
  • #172 bugfix: Miss notify SchedulerListeners in QuartzScheduler.java
  • #220 bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1
  • #160 improv: Add drop table if exists check in sql script for postgres
  • #214 improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder
  • #281 improv: Fix no setter for dataSource property validateOnCheckout
  • #264 improv: Fix no setter for dataSource property discardIdleConnectionsSeconds
  • #245 improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200
  • #340 improv: Use all-caps table names in the liquibase script
  • #189 improv: NPE thrown when acquiring next trigger due to null next fire time value
  • #268 improv: Add configurable params for StdRowLockSemaphore for Failure obtaining db row lock
  • #293 build: Setup Azure CI server for Quartz project
  • #66 build: Remove unused 'svn' requirement during maven package build
  • #301 build: Improve project with readme, and license changes log
  • #302 build: Update mvnw wrapper to use Maven 3.6.0
  • #226 build: Replace maven-forge-plugin with maven-jar-plugin
  • #170 docs: Minor fix and improvement on Javadoc
  • #203 docs: Minor fix and improvement on Javadoc
  • #360 docs: Update docs and migrate it into main source repository
Changelog

Sourced from org.quartz-scheduler:quartz's changelog.

== quartz-2.3.2

This release is still work in progress under quartz-2.3.x branch!

== quartz-2.3.1

Released on 25-Mar-2018

THIS RELEASE REQUIRES JDK7

  • #294 depen: Update hikaricp-java6:2.3.13 to hikaricp-java7:2.4.13
  • #316 depen: Updated C3P0 version to 0.9.5.3
  • #147 bugfix: Fix BINARY to BLOG type for job data for hsqldb
  • #156 bugfix: Fix null string used in thread name with DirectSchedulerFactory
  • #159 bugfix: Fix extra bad char tick on drop table qurtz_fired_triggers for postgres
  • #146 bugfix: Release BLOCKED triggers in releaseAcquiredTrigger
  • #212 bugfix: QuartzInitializerListener: fix a typo
  • #193 bugfix: Job execution context impl returns incorrect recovering job key
  • #172 bugfix: Miss notify SchedulerListeners in QuartzScheduler.java
  • #220 bugifx: DailyTimeIntervalTrigger failed to set endingDailyAfterCount = 1
  • #160 improv: Add drop table if exists check in sql script for postgres
  • #214 improv: Reuse JobBuilder.storeDurably(boolean) in JobBuilder
  • #281 improv: Fix no setter for dataSource property validateOnCheckout
  • #264 improv: Fix no setter for dataSource property discardIdleConnectionsSeconds
  • #245 improv: Sybase: Changed varchar length TRIGGER_NAME from 80 to 200
  • #340 improv: Use all-caps table names in the liquibase script
  • #189 improv: NPE thrown when acquiring next trigger due to null next fire time value
  • #268 improv: Add configurable params for StdRowLockSemaphore for Failure obtaining db row lock
  • #293 build: Setup Azure CI server for Quartz project
  • #66 build: Remove unused 'svn' requirement during maven package build
  • #301 build: Improve project with readme, and license changes log
  • #302 build: Update mvnw wrapper to use Maven 3.6.0
  • #226 build: Replace maven-forge-plugin with maven-jar-plugin
  • #170 docs: Minor fix and improvement on Javadoc
  • #203 docs: Minor fix and improvement on Javadoc
  • #360 docs: Update docs and migrate it into main source repository

== quartz-2.3.0

Released on 19-Apr-2017

THIS RELEASE REQUIRES JDK7

  • #9 build: Fix the Java 8 javadoc issue with 'doclint:none'
  • #6 bugfix: Fix cannot create tables in MySQL with InnoDB and UTF8mb4
  • #93 bugfix: Fix the jobs recovering (on scheduler startup)
  • #76 improv: Add missing foreign key for BLOB triggers table for ms sql server
  • #114 improv: Add 'if exists' clause to drop tables command for postgres
  • #25 feat: Add resetTriggerFromErrorState functionality
  • #126 feat: Add support for hikari cp, upgrade c3p0 library, break static dependencies

... (truncated)

Commits
  • 3533e40 Release 2.3.2 from quartz-2.3.x
  • 789afce Merge pull request #517 from chrisdennis/issue-508-2.3.x
  • 941d184 Merge branch 'issue-508' into issue-508-2.3.x
  • c069965 Merge pull request #520 from chrisdennis/issue-491-2.3.x
  • de69c46 Issue #491 : Added unit test coverage
  • bc6be51 Merge branch 'issue-491' into issue-491-2.3.x
  • e990cd1 Merge pull request #521 from chrisdennis/c3p0-upgrade-2.3.x
  • 99077cd Merge branch 'c3p0-upgrade' into c3p0-upgrade-2.3.x
  • 8552008 Merge pull request #522 from chrisdennis/trigger-javadoc-fix
  • 8ab547f Merge pull request #519 from chrisdennis/issue-505
  • Additional commits viewable in compare view

Updates org.codehaus.groovy:groovy-all from 2.3.0 to 2.4.21

Commits

Updates junit:junit from 4.11 to 4.13.1

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

JUnit 4.12

Please refer to the release notes for details.

JUnit 4.12 Beta 3

Please refer to the release notes for details.

JUnit 4.12 Beta 2

No release notes provided.

JUnit 4.12 Beta 1

No release notes provided.

JUnit 4.11

No release notes provided.

Commits

Updates org.jsoup:jsoup from 1.9.1 to 1.15.3

Release notes

Sourced from org.jsoup:jsoup's releases.

jsoup 1.15.3

jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with other bug fixes and improvements, including more descriptive validation error messages.

Details:

jsoup 1.15.2 is out now with a bunch of improvements and bug fixes.

jsoup 1.15.1 is out now with a bunch of improvements and bug fixes.

jsoup 1.14.3

jsoup 1.14.3 is out now, adding native XPath selector support, improved \<template> support, and also includes a bunch of bug fixes, improvements, and performance enhancements.

See the release announcement for the full changelog.

jsoup 1.14.2

Caught by the fuzz! jsoup 1.14.2 is out now, and includes a set of parser bug fixes and improvements for handling rough HTML and XML, as identified by the Jazzer JVM fuzzer. This release also includes other fixes and improvements.

See the release announcement for the full changelog.

jsoup 1.14.1

jsoup 1.14.1 is out now, with simple request session management, increased parse robustness, and a ton of other improvements, speed-ups, and bug fixes.

See the full announcement for all the details on what's changed.

jsoup 1.13.1

See the release notes.

<dependency>
  <!-- jsoup HTML parser library @ https://jsoup.org/ -->
  <groupId>org.jsoup</groupId>
  <artifactId>jsoup</artifactId>
  <version>1.13.1</version>
</dependency>

jsoup-1.12.2

No release notes provided.

Changelog

Sourced from org.jsoup:jsoup's changelog.

jsoup changelog

Release 1.15.3 [2022-Aug-24]

  • Security: fixed an issue where the jsoup cleaner may incorrectly sanitize crafted XSS attempts if SafeList.preserveRelativeLinks is enabled. GHSA-gp7f-rwcx-9369

  • Improvement: the Cleaner will preserve the source position of cleaned elements, if source tracking is enabled in the original parse.

  • Improvement: the error messages output from Validate are more descriptive. Exceptions are now ValidationExceptions (extending IllegalArgumentException). Stack traces do not include the Validate class, to make it simpler to see where the exception originated. Common validation errors including malformed URLs and empty selector results have more explicit error messages.

  • Bugfix: the DataUtil would incorrectly read from Inp...

    Description has been truncated

Bumps the maven group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [junit:junit](https://github.com/junit-team/junit4) | `4.10` | `4.13.1` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20131018` | `20231013` |
| [org.jboss.resteasy:resteasy-client](https://github.com/resteasy/Resteasy) | `3.0.19.Final` | `3.14.0.Final` |
| org.apache.commons:commons-lang3 | `3.3.2` | `3.18.0` |
| org.apache.tomee:apache-tomee | `7.0.1` | `7.0.9` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `1.3.173` | `2.2.220` |
| [org.jsoup:jsoup](https://github.com/jhy/jsoup) | `1.9.1` | `1.15.3` |
| org.hsqldb:hsqldb | `2.3.3` | `2.7.1` |

Bumps the maven group with 6 updates in the /ejb/embeddable directory:

| Package | From | To |
| --- | --- | --- |
| [junit:junit](https://github.com/junit-team/junit4) | `4.10` | `4.13.1` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20131018` | `20231013` |
| [org.jboss.resteasy:resteasy-client](https://github.com/resteasy/Resteasy) | `3.0.19.Final` | `3.14.0.Final` |
| org.apache.commons:commons-lang3 | `3.3.2` | `3.18.0` |
| org.apache.tomee:apache-tomee | `7.0.1` | `7.0.9` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `1.4.191` | `2.2.220` |

Bumps the maven group with 1 update in the /extra/camel directory: org.apache.camel:camel-core.
Bumps the maven group with 1 update in the /extra/quartz directory: [org.quartz-scheduler:quartz](https://github.com/quartz-scheduler/quartz).
Bumps the maven group with 1 update in the /extra/spock-tests directory: [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy).
Bumps the maven group with 2 updates in the /jaspic/common directory: [junit:junit](https://github.com/junit-team/junit4) and [org.jsoup:jsoup](https://github.com/jhy/jsoup).
Bumps the maven group with 1 update in the /jpa/aggregate-function-in-select directory: org.hsqldb:hsqldb.
Bumps the maven group with 1 update in the /jpa/datasourcedefinition directory: [com.h2database:h2](https://github.com/h2database/h2database).
Bumps the maven group with 1 update in the /jpa/datasourcedefinition-annotation-pu directory: [com.h2database:h2](https://github.com/h2database/h2database).
Bumps the maven group with 1 update in the /jpa/datasourcedefinition-applicationxml-pu directory: [com.h2database:h2](https://github.com/h2database/h2database).
Bumps the maven group with 1 update in the /jpa/datasourcedefinition-webxml-pu directory: [com.h2database:h2](https://github.com/h2database/h2database).
Bumps the maven group with 6 updates in the /test-utils directory:

| Package | From | To |
| --- | --- | --- |
| [junit:junit](https://github.com/junit-team/junit4) | `4.11` | `4.13.1` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20131018` | `20231013` |
| [org.jboss.resteasy:resteasy-client](https://github.com/resteasy/Resteasy) | `3.0.19.Final` | `3.14.0.Final` |
| org.apache.commons:commons-lang3 | `3.3.2` | `3.18.0` |
| org.apache.tomee:apache-tomee | `7.0.1` | `7.0.9` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `1.4.191` | `2.2.220` |



Updates `junit:junit` from 4.10 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](junit-team/junit4@r4.10...r4.13.1)

Updates `org.json:json` from 20131018 to 20231013
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Updates `org.jboss.resteasy:resteasy-client` from 3.0.19.Final to 3.14.0.Final
- [Release notes](https://github.com/resteasy/Resteasy/releases)
- [Commits](resteasy/resteasy@3.0.19.Final...3.14.0.Final)

Updates `org.apache.commons:commons-lang3` from 3.3.2 to 3.18.0

Updates `org.apache.tomee:apache-tomee` from 7.0.1 to 7.0.9

Updates `com.h2database:h2` from 1.3.173 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.2.220)

Updates `org.jsoup:jsoup` from 1.9.1 to 1.15.3
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/jsoup-1.15.3/CHANGES)
- [Commits](jhy/jsoup@jsoup-1.9.1...jsoup-1.15.3)

Updates `org.hsqldb:hsqldb` from 2.3.3 to 2.7.1

Updates `junit:junit` from 4.10 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](junit-team/junit4@r4.10...r4.13.1)

Updates `org.json:json` from 20131018 to 20231013
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Updates `org.jboss.resteasy:resteasy-client` from 3.0.19.Final to 3.14.0.Final
- [Release notes](https://github.com/resteasy/Resteasy/releases)
- [Commits](resteasy/resteasy@3.0.19.Final...3.14.0.Final)

Updates `org.apache.commons:commons-lang3` from 3.3.2 to 3.18.0

Updates `org.apache.tomee:apache-tomee` from 7.0.1 to 7.0.9

Updates `com.h2database:h2` from 1.4.191 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.2.220)

Updates `org.apache.camel:camel-core` from 2.13.0 to 3.21.4

Updates `org.quartz-scheduler:quartz` from 2.2.0 to 2.3.2
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Changelog](https://github.com/quartz-scheduler/quartz/blob/v2.3.2/docs/changelog.adoc)
- [Commits](quartz-scheduler/quartz@quartz-2.2.0...v2.3.2)

Updates `org.codehaus.groovy:groovy-all` from 2.3.0 to 2.4.21
- [Commits](https://github.com/apache/groovy/commits)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](junit-team/junit4@r4.10...r4.13.1)

Updates `org.jsoup:jsoup` from 1.9.1 to 1.15.3
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/jsoup-1.15.3/CHANGES)
- [Commits](jhy/jsoup@jsoup-1.9.1...jsoup-1.15.3)

Updates `org.hsqldb:hsqldb` from 2.3.3 to 2.7.1

Updates `com.h2database:h2` from 1.3.173 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.2.220)

Updates `com.h2database:h2` from 1.3.173 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.2.220)

Updates `com.h2database:h2` from 1.3.173 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.2.220)

Updates `com.h2database:h2` from 1.3.173 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.2.220)

Updates `junit:junit` from 4.11 to 4.13.1
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md)
- [Commits](junit-team/junit4@r4.10...r4.13.1)

Updates `org.json:json` from 20131018 to 20231013
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Updates `org.jboss.resteasy:resteasy-client` from 3.0.19.Final to 3.14.0.Final
- [Release notes](https://github.com/resteasy/Resteasy/releases)
- [Commits](resteasy/resteasy@3.0.19.Final...3.14.0.Final)

Updates `org.apache.commons:commons-lang3` from 3.3.2 to 3.18.0

Updates `org.apache.tomee:apache-tomee` from 7.0.1 to 7.0.9

Updates `com.h2database:h2` from 1.4.191 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/commits/version-2.2.220)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.json:json
  dependency-version: '20231013'
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.jboss.resteasy:resteasy-client
  dependency-version: 3.14.0.Final
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomee:apache-tomee
  dependency-version: 7.0.9
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.jsoup:jsoup
  dependency-version: 1.15.3
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.hsqldb:hsqldb
  dependency-version: 2.7.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.json:json
  dependency-version: '20231013'
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.jboss.resteasy:resteasy-client
  dependency-version: 3.14.0.Final
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomee:apache-tomee
  dependency-version: 7.0.9
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.camel:camel-core
  dependency-version: 3.21.4
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.quartz-scheduler:quartz
  dependency-version: 2.3.2
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.codehaus.groovy:groovy-all
  dependency-version: 2.4.21
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.jsoup:jsoup
  dependency-version: 1.15.3
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.hsqldb:hsqldb
  dependency-version: 2.7.1
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: junit:junit
  dependency-version: 4.13.1
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.json:json
  dependency-version: '20231013'
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.jboss.resteasy:resteasy-client
  dependency-version: 3.14.0.Final
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.tomee:apache-tomee
  dependency-version: 7.0.9
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.h2database:h2
  dependency-version: 2.2.220
  dependency-type: direct:development
  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 12, 2025
@coderabbitai
Copy link

coderabbitai bot commented Jul 12, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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